Memory Pool Memory Pool Refreshing

94 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
907,794 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 82 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (44,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,452 863,452 00000000000000000002e8aa5aaeca2b3a5687dca33ae3a1c389231f9f989d05 1.60 MB 6,700 2
863,451 863,451 0000000000000000000260a2d1921051a4e356071b7fb6802521457ffd6a9471 1.59 MB 6,132 3
863,450 863,450 0000000000000000000188b6497f567355f5eee6bc5849a5cb73431cd0e57f72 1.65 MB 7,886 1
863,449 863,449 000000000000000000016fd037a7ed5c0ebe5b24fdeb7e3666b971ee5057b126 1.58 MB 5,697 3
863,448 863,448 000000000000000000013a3dd9b75ee9b58eedc4bb64923ecad0e26275d069d6 1.60 MB 6,808 2
863,447 863,447 00000000000000000000b78bc5b022cd3f6b794a18303d13dc1eacf524cd5815 1.56 MB 6,525 2
863,446 863,446 00000000000000000000e92d3f46d4bb59117330587399210f03d2e6b5abaaac 1.54 MB 3,982 5
863,445 863,445 000000000000000000009231b9cbbd948420880fd72f655d24b3a54faf41019c 1.54 MB 7,110 1
863,444 863,444 00000000000000000000695014067e78fed4f3c0d6b877ff3065a9cdacbf0dde 1.56 MB 2,778 5
863,443 863,443 000000000000000000005a91dcd27a3b0695f310928a5bd03952593cfb15007b 1.51 MB 5,501 3
863,442 863,442 00000000000000000001b15d4257700810f915b298ee3f45f7d04f6f61b2d222 1.67 MB 4,835 2
863,441 863,441 0000000000000000000214fa5ab5ad34f63b75c40aada32adf351a30d472d2d8 1.52 MB 4,404 5
863,440 863,440 00000000000000000000ee1fd389352b20198319f5b8b37258a376391e0a0323 1.48 MB 3,387 7
863,439 863,439 0000000000000000000041d7df0af4d7ddd718f23fa7e0a01e82247c23a5c9b7 1.67 MB 5,573 3
863,438 863,438 000000000000000000032a825de11e6f964326e722ef0d15df602b32add1c8c3 1.53 MB 6,220 3
863,437 863,437 0000000000000000000283c0f7510cdf35eaf5fb5482cfd95a4f549f5009f8b9 1.52 MB 5,615 5
863,436 863,436 00000000000000000002a73097af93f487e65241f9a975d54765c83f65f01b78 1.42 MB 5,906 5
863,435 863,435 000000000000000000015b84aa72684c806ac51626e4b6e7461edd19987039be 1.66 MB 5,034 3
863,434 863,434 00000000000000000000c06a2350155b279121c227ad366626bd8937428fb5fb 1.64 MB 6,815 3
863,433 863,433 000000000000000000022d4011e41a9ecf7e296a7448595e71d0cf107e96da1d 1.73 MB 4,561 3
863,432 863,432 00000000000000000000a11510e8eea298c5370224321bd41be7065c698f9912 1.51 MB 2,375 5
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.64 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.