Memory Pool Memory Pool Refreshing

2,591 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,683 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,574 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (685,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,435 222,435 00000000000000ae34ba4c74cba1fdae853041dab42630e6d752f9d54b523897 0.25 MB 625 227
222,434 222,434 0000000000000452dd38ebfc0d985373471b553fefbd90f8b388632d6b0fb953 0.25 MB 652 206
222,433 222,433 00000000000000817e959f35c321b01219718a7250ab14862d152198e6216890 0.26 MB 615 227
222,432 222,432 000000000000046ab752df645cae8b0db99a6dc84f1456b40c5906472732d686 0.12 MB 291 194
222,431 222,431 000000000000008719295709e0dcc1e5f27b0f6bc596ce37982148a8bbfc708e 0.14 MB 235 128
222,430 222,430 000000000000049395a36d48d322b5b61ad41a693fa54d9b55b773660fbb1c8c 0.20 MB 446 189
222,429 222,429 0000000000000340628b330eb83dc7ecf45957566625203725d5326cc3bd6d25 0.03 MB 57 329
222,428 222,428 0000000000000167c2b622548b567dc1df23aead182f4af899c7e36d397ad534 0.25 MB 529 171
222,427 222,427 0000000000000447ab89c53c988599907b3020f39d6034352c19a6fd859743d9 0.05 MB 118 84
222,426 222,426 0000000000000264e36286d67c453a5131f5d47a6d47fa80938026cbb623e84b 0.25 MB 615 201
222,425 222,425 00000000000001652445207a81ea3b08fa94ce3c0cc4643d58a1c1f52a92a0c1 0.28 MB 509 150
222,424 222,424 000000000000017e2d156d90a1faa758024feaf6ee6853c39c4eedc6e860274f 0.25 MB 733 239
222,423 222,423 0000000000000026a069073de5380609428dc87928326ebdeca92dbc6a112538 0.10 MB 186 121
222,422 222,422 00000000000001a70bc1b50098f210ec279f31f16e12b580f3212e8ee0906c17 0.25 MB 570 183
222,421 222,421 0000000000000295f19030b68b7c6efcf3652b4024160196244fca26f406755d 0.10 MB 218 115
222,420 222,420 0000000000000251e7c6b7a48104b4a1a709434a3045968c6e209f33a107e642 0.25 MB 415 130
222,419 222,419 00000000000004169eeab56ab4709819eaf5d0b61ff3ba333b0a3cea8cff2c3c 0.25 MB 736 233
222,418 222,418 0000000000000035b7b9ae8a59bc8230d5dfb86fb78738ae8515d65d6f9e64e7 0.31 MB 764 229
222,417 222,417 000000000000002fe9f6047d34d3b11bc16d913556be4b5ddd2b61d51252e39d 0.05 MB 136 110
222,416 222,416 00000000000000d461c973a4301703313782a15f361cdd2804a810fdb3cf360f 0.20 MB 234 90
222,415 222,415 000000000000010a9ccad1b415f1774b9dee5a3bccff799ed21d0724baa7d792 0.25 MB 691 238
Previous 10 blocks ↓
Total Size: 768.95 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,613.96 GB sent, 92.54 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.