Memory Pool Memory Pool Refreshing

9,974 transactions
16.93 vMB
Show Random Selection Loading Transactions
Max Size: 97/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
881,743 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 2,688 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,742 (1,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,485 880,485 00000000000000000000af549728082cc4d304522db416f230cae1931c00f49d 1.63 MB 2,124 3
880,484 880,484 000000000000000000024dd4e17360b73caa3f6cfa2eec88017ea82e8fb0f5a8 2.04 MB 733 2
880,483 880,483 000000000000000000019664491879ddbb5395e434bee554213dc56e251e6dc9 1.97 MB 807 1
880,482 880,482 00000000000000000000f679be287928db82ae2df4f6bb257e5e72ca1491117b 1.75 MB 2,580 4
880,481 880,481 000000000000000000002f492b19c4c2028cddcdacc5ddf1d80694339985a43b 1.83 MB 1,003 2
880,480 880,480 00000000000000000000dcc689452259abdc94949dc9ff82f4c2dd63aaf1d592 1.42 MB 2,363 3
880,479 880,479 0000000000000000000208b617dcfa4ac232f66aa33f8336e4755d6cd949f73f 1.60 MB 2,676 3
880,478 880,478 0000000000000000000138019ca653170ada38386af0c8802dd7daa7aa499761 1.66 MB 3,729 9
880,477 880,477 00000000000000000000e7fc2f1b0f9ecfa8cbc4e82fbe35577b86c4664cc666 1.99 MB 480 1
880,476 880,476 00000000000000000001fed4c01f9a3f087c324ee67655d60b27049f7717e9cc 1.62 MB 2,040 3
880,475 880,475 0000000000000000000232a4ff23c2237de3c50b5f62b55ef55c9009860b40c2 1.95 MB 1,302 1
880,474 880,474 000000000000000000021afb7d8972beb06c36c396816cdb91a8ca14817822d2 2.16 MB 195 1
880,473 880,473 0000000000000000000129bb86222f8a4c60e89c478895f3990ae8b274c39b5b 1.66 MB 2,258 3
880,472 880,472 000000000000000000012fc1351b509ce20412754980f2fe8a7ea5d6299fc0d6 2.15 MB 192 1
880,471 880,471 000000000000000000013c82167fcec8e4128362e4134ac804fbefd1b5a9968a 1.65 MB 1,785 3
880,470 880,470 000000000000000000005cc9b4db2004cd2958771906264b939ddc311a6300c5 1.78 MB 1,224 2
880,469 880,469 00000000000000000000aa97d711ffa4acd96597e3d06e60c7552857325372ef 1.50 MB 2,157 4
880,468 880,468 0000000000000000000118ad0577250eec0fdb9d3bd937c79cbf4b818b78fc3e 1.71 MB 2,211 3
880,467 880,467 0000000000000000000162ee8dc54a33270247a777ba1f4b4ae9d45eabfa4cd8 1.43 MB 1,634 4
880,466 880,466 0000000000000000000283491a6856a6b0285af4baeb8b4d203da9bac89b4355 1.71 MB 2,797 5
880,465 880,465 00000000000000000000d8aa8392515b940667dce783795f704071a02f6ad882 1.56 MB 2,418 5
Previous 10 blocks ↓
Total Size: 721.90 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: 2,022.08 GB sent, 72.87 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.