Memory Pool Memory Pool Refreshing

5,473 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,180 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (726,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,592 181,592 00000000000009f2cc7957bc0160a1249f5a842f1292d2e90cdd898fa925c993 0.21 MB 452 131
181,591 181,591 0000000000000798bb6d5f4c2d13b51b905a26b36d692be39a1eb16ee27ff707 0.12 MB 256 182
181,590 181,590 0000000000000754909aa8a73c475679229c568c9e3f91f3dac4c477190d5ef7 0.00 MB 13 733
181,589 181,589 00000000000000bcb12fe7e7c7b0fbf9bfdd502e1f6b499c30fce7b942753087 0.18 MB 449 157
181,588 181,588 00000000000008e9aea6d84566eaf23cae2d14d0309cf67d3a1fba0e37b0878f 0.05 MB 128 143
181,587 181,587 000000000000072e78e8196d01f72712fa2ba32a138e421c81086160f36aadd2 0.01 MB 15 7
181,586 181,586 00000000000003dd0b64fc97cde7133bf2c16b60c33fd408d22859f4ec15b006 0.08 MB 93 81
181,585 181,585 000000000000036728a93b7cfe95bb8e63bc4506c27f57927af0703fa26cfdce 0.04 MB 43 122
181,584 181,584 000000000000073597f05525d63475d34ea79d2dae62f0888d6fb6dac3e28f08 0.08 MB 146 94
181,583 181,583 0000000000000597d62c511d1290bb19bf8214f92effd4065da79d6a2449fa39 0.04 MB 128 106
181,582 181,582 00000000000000286177524afb8940b9f0adbdfcfb121382e6fee9e462e5c393 0.18 MB 403 148
181,581 181,581 000000000000062b2f28d5aa47f9c7ee05dca83ad9ec16c5d72da2dcf4d79ace 0.26 MB 711 163
181,580 181,580 0000000000000a773f8a4e0b43cea264c45c7f6855235477966247cd1b2ebcae 0.33 MB 846 223
181,579 181,579 00000000000002c03a6c81c0cac747ce5925ad5196d08ea5a2f783f0146be8ba 0.05 MB 140 152
181,578 181,578 00000000000003a041301296ba608346d75653075539da7b53d4a73accab9f9b 0.05 MB 137 123
181,577 181,577 00000000000001f98d82236fe681e6f2ad0f26237932fe153f64c29eca33720c 0.00 MB 7 313
181,576 181,576 0000000000000296497ff04a222836c1c7cacd57411ca8ad26bb6ff229be2d95 0.00 MB 5 14
181,575 181,575 0000000000000686edb3b96e07659885d5977861bff00e8b85e991b81be32a11 0.02 MB 68 3
181,574 181,574 00000000000009b584ff7f751ebc49f771d46e6f10b591c9d50d922404bcf39f 0.29 MB 718 156
181,573 181,573 000000000000091a1223f86bef9b47e3dc389a8982c09a944a218fa73bea60ae 0.24 MB 557 197
181,572 181,572 0000000000000a63f4abbc2b1cbd7a14b95a547647d985edf1e1b14c33a870c9 0.02 MB 26 45
Previous 10 blocks ↓
Total Size: 769.26 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,635.21 GB sent, 94.20 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.