Memory Pool Memory Pool Refreshing

9,147 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,698 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (901,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,863 6,863 000000001bc2484049552d3302ff29bae5b3b110772c97e4a4edf9efd82320b0 0.00 MB 1 0
6,862 6,862 0000000050a2e77663cd575999a6a3950fcd2691ed3211787b941fa11f348cc3 0.00 MB 1 0
6,861 6,861 00000000621f3cb0d94e1661ef5662903ca878cb1788db2d80223e75aea2275d 0.00 MB 1 0
6,860 6,860 00000000c0d58417a148bbf76ea89f12eaa4c26ec4bc6e1b9eecb62241cef29f 0.00 MB 1 0
6,859 6,859 00000000e12ba875291c457cf695927040edf8d144923bc2e92b43d6e30d83bc 0.00 MB 1 0
6,858 6,858 000000009e6227e6974ecf90eb7414ce9c7df2a53145df91f8ed5a742bab76d8 0.00 MB 1 0
6,857 6,857 0000000003a4cbd3c094831fa8668dca578b5d0613204a590ebeb23423869839 0.00 MB 1 0
6,856 6,856 00000000278617cb288129fdc526d05d9f3bb671f7933b12100e1ed1d6896c8c 0.00 MB 1 0
6,855 6,855 000000008f73a920ccd0081eba0f5298d4290f774d79cdf789ea102da9628d02 0.00 MB 1 0
6,854 6,854 000000007db21ca5337f74ecf4d9fb1286273b773c7f733cf71b70855cf9cb91 0.00 MB 1 0
6,853 6,853 000000001e6b6f369fed9dd0861026778e41e59e55add399bee9f9e0054b7ea6 0.00 MB 1 0
6,852 6,852 00000000d45502ab04c1adeb0a3c9c2930a880e78f94c4ce0fc707ac52588696 0.00 MB 1 0
6,851 6,851 00000000b8197fbfd62c8f20bfd82408800d7fd172ba0cbfd0111edc45136b3d 0.00 MB 1 0
6,850 6,850 000000001bdc1ed3d810ff59f3eb7476b5da6327e0233d8abf1158e15de5a701 0.00 MB 1 0
6,849 6,849 00000000aa05c832c21beecec20b55876fe8e01e36d22e41a7f64225ef96c23c 0.00 MB 1 0
6,848 6,848 0000000078f8f28a56ef1345b070eb3ffbf432828feb05ad51db938022d8b88e 0.00 MB 1 0
6,847 6,847 000000004bca7349d50dfe2f3330ab18527bcc1ae4535b557032e70eebd50e8c 0.00 MB 1 0
6,846 6,846 00000000c22abfe5235fc0782a817fb6efc1c52d82fa42aa9ee60cb6de753282 0.00 MB 1 0
6,845 6,845 00000000b27dcb0f5e5463d7a6f8cf571032fc759ddde7fb92e901d31f071c8b 0.00 MB 1 0
6,844 6,844 00000000ff121cfae8cc0af08f232bf767fbe2568840e2364156b5f19d62c440 0.00 MB 1 0
6,843 6,843 000000002c08f02f6614a435147dee4a1b1ab252c5273d1df4ed9cac07a19fc7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,642.79 GB sent, 94.50 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.