Memory Pool Memory Pool Refreshing

1,258 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,043 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 1,245 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,042 (29,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,358 878,358 0000000000000000000264f9eb62dc962b9c7f53eac2c90e9cfbcc0345cb13ba 1.61 MB 3,418 6
878,357 878,357 00000000000000000000e79e853518dababa1813621b596cb2556c4f89e99412 1.73 MB 4,026 6
878,356 878,356 000000000000000000012321a53d692834bc0ded4fb879ff3423585075f9cced 1.68 MB 4,299 8
878,355 878,355 00000000000000000000bdb15bed623bae2215f46cdace8133893c53ce96f0d0 1.70 MB 3,943 8
878,354 878,354 00000000000000000000849a53b0654a82579a4cd8d64437c9d41a18c14352a2 1.56 MB 4,083 11
878,353 878,353 0000000000000000000258a645f2327b62c61bfe23a821c540b0b1258d66c7a4 1.73 MB 3,953 7
878,352 878,352 000000000000000000006c34184d91e7c4bc11a510d2ad91c3f6e63aa421d7dc 1.59 MB 4,190 10
878,351 878,351 00000000000000000001d319d6686c96bba97e3d4b1a3e0684aad85be63a277e 1.63 MB 4,110 9
878,350 878,350 0000000000000000000289fc7a7dfbe52fd6b8ece2bf99efb09441ab7c0051e4 1.71 MB 4,580 8
878,349 878,349 000000000000000000023469320004d4838dc630ff7be3094b6f69c224ff0139 1.59 MB 3,507 7
878,348 878,348 0000000000000000000019f09b809caeb8e7dbc8661dbebd642a16f061b3d0bc 1.66 MB 3,536 4
878,347 878,347 000000000000000000003ba0a879317e7afd2b12ada390e3a65f77c94340b5fa 1.61 MB 3,789 6
878,346 878,346 0000000000000000000239f864c0d61ed15874cb2b1191e98cf6e082feaa1b20 1.63 MB 3,201 5
878,345 878,345 00000000000000000000cad4a996f2f961cb93a711b72b661bcdc43cc24cf80c 1.62 MB 3,792 8
878,344 878,344 0000000000000000000279380b3727780abddf0f1e91d42fb97df91042615274 1.69 MB 4,255 6
878,343 878,343 00000000000000000002383f4ab8dab0627a7ee43e25d45985f9c6aee145a8fa 1.59 MB 4,001 9
878,342 878,342 0000000000000000000163e3b6942ecefb3b887941dd92be0faf3a5f4f196659 1.63 MB 3,582 7
878,341 878,341 00000000000000000001cfee0f9e39d87639626e2fd2e70eddc579c8d2859f28 1.62 MB 3,601 9
878,340 878,340 000000000000000000013620b50d486094103614bfcfb7fa23dfb9c2bc16f990 1.80 MB 3,367 2
878,339 878,339 00000000000000000001a44f0f4c8429c93af0815663ad5606000497400867fe 1.67 MB 3,588 5
878,338 878,338 000000000000000000002f750bab5ed73f4c28efb5173e745ece8dee35b5d259 1.81 MB 2,544 3
Previous 10 blocks ↓
Total Size: 769.62 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,652.16 GB sent, 95.98 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.