Memory Pool Memory Pool Refreshing

7,301 transactions
15.25 vMB
Show Random Selection Loading Transactions
Max Size: 87/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
883,552 0000000000000000000277260000000000000000000000000000000000000000 ago 1.00 vMB 2,197 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 883,551 (186,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
696,827 696,827 00000000000000000011a04bda48896fbba9bdf776bb0a0c8dcc80adec7f78a9 0.59 MB 790 16
696,826 696,826 0000000000000000000360d4f0d0c69c019560d5a8252f0cd87c64ea2adbd4c5 0.44 MB 875 10
696,825 696,825 00000000000000000004612f1500bfd9da90b0f477dcf675681103eb03cb416d 0.45 MB 928 13
696,824 696,824 0000000000000000000ff674843b7ef1fa8e8d91019c46ded503d26ce5e9f3a6 1.37 MB 2,406 10
696,823 696,823 0000000000000000001169f5efad74e6b56bbd793e2ae8be13dd3ab26f3424ba 0.63 MB 1,225 13
696,822 696,822 0000000000000000001034f7c7e34500ba623eaa5e79bdfc070e854f1a1cbcea 0.03 MB 41 6
696,821 696,821 000000000000000000104bb9c4d1cb82ce425de1ef783473c49650b8395584f9 0.02 MB 70 17
696,820 696,820 00000000000000000004472d880ba278797987dbe381ceb9372bc5e13655712c 0.38 MB 533 23
696,819 696,819 00000000000000000008e059038078729f4bcf1ba8e9969fdd8d800df732d856 0.24 MB 460 14
696,818 696,818 0000000000000000000e1432df003ac3c6bdc00da0d35003a05892dec48a3fa8 0.07 MB 201 17
696,817 696,817 0000000000000000000ffc6c4f907094667572167b8c22b52fd585b5fea50388 0.67 MB 1,009 5
696,816 696,816 0000000000000000000e95fb08607c7988c2b93adbf6c1632fbdcd6747b5601c 1.26 MB 1,426 15
696,815 696,815 0000000000000000000fa6bcfc366061598ba36fa0f957d68faeeb279a674b2f 0.18 MB 399 14
696,814 696,814 00000000000000000009262aeda0c73db6102829de88d98cf6e606296f7acb0a 0.16 MB 220 12
696,813 696,813 000000000000000000082ed3f67cbe2537459512b554c28c21215733b66ae24a 0.01 MB 31 22
696,812 696,812 0000000000000000000e0491bacc3d682450d091c11a64b38a44c360761289c9 0.78 MB 1,662 12
696,811 696,811 0000000000000000000d9418d67e82648bec62e43b70821f34b9a4c11e4d01b4 0.57 MB 1,077 11
696,810 696,810 0000000000000000000d44df1274ef1d1f60624cbf410e851ed4297d706252ea 0.80 MB 1,572 15
696,809 696,809 00000000000000000009a524249197b53a0b012f2899dcf600f1f992161fbd45 0.15 MB 300 24
696,808 696,808 00000000000000000006705c732fe4ca31ccdecc9d8bfb1f0515c66e5e549e65 0.01 MB 27 12
696,807 696,807 000000000000000000012173d26a88e95145452363e6ebdf27ab6348642a8abd 1.39 MB 2,608 10
Previous 10 blocks ↓
Total Size: 725.57 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,326.85 GB sent, 90.84 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.