Memory Pool Memory Pool Refreshing

8,940 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,827 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (733,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,806 173,806 000000000000066a56a669cf44342fa3ec5d66c003cf689106724519069e6eef 0.04 MB 138 28
173,805 173,805 00000000000000ce80a7e057163a4db1d5ad7b20fb6f598c9597b9665c8fb0d4 0.05 MB 106 259
173,804 173,804 00000000000006ce101199431bcc76609454139cde25d55557165cc9c575fc1d 0.00 MB 1 0
173,803 173,803 00000000000006d25160cec9c6d44f2756717f8434217c7c6e1b715333583352 0.00 MB 8 19
173,802 173,802 0000000000000947dd5f32e82d492062d5d99762d3e3bf1f9eb4db69de244a9e 0.02 MB 38 59
173,801 173,801 00000000000001d77dee42198542f530a38d36e8000b966d804d59c232e9060a 0.02 MB 87 18
173,800 173,800 00000000000007b514e96f2a23e57f5a034adb9af7f8d17f08f28b35d8154f0d 0.02 MB 55 154
173,799 173,799 0000000000000377e7ac5a6e2697bfd660f2c3c4de3a4bb6cb4cfbdcab6504e5 0.02 MB 62 63
173,798 173,798 00000000000000976921e23e6366fff80c351319a881525c8ae0ce8a19bad856 0.02 MB 49 69
173,797 173,797 000000000000015aac3fac2fb5a39846665ebba306de826442deca8feddbf30b 0.00 MB 8 16
173,796 173,796 00000000000007228a196037efa141d14d0d30cc579f2bdfff7d2fcd1b759ae2 0.04 MB 71 41
173,795 173,795 00000000000003c7fd01254a6364d2328f2dac1b56c9c15d4fa698eadec54752 0.05 MB 142 154
173,794 173,794 0000000000000252c736e3816a5c8e0649e9589734d0a5bf41b1c12de2bdd95e 0.00 MB 1 0
173,793 173,793 00000000000006799484b56487bc9d67829c988b805059106b292f18af913476 0.05 MB 68 312
173,792 173,792 000000000000007d266bdffbb5a6dbcff00953c3e29a043071d661552a7322e9 0.00 MB 1 0
173,791 173,791 000000000000073d87aa532588622a56d9f75e2bdcf4f83d0e72435cb69a8394 0.00 MB 4 38
173,790 173,790 000000000000080d627ea124f293947d457551c91195e3db6197a60d29179ca0 0.02 MB 44 24
173,789 173,789 000000000000007a528574f0b96732cff3d45f13766ea07266d4158df05bd747 0.03 MB 92 14
173,788 173,788 000000000000021010be0398a8eb409fcae63a306485ae2f9e6ca54bccc31749 0.00 MB 15 285
173,787 173,787 0000000000000a11127c06e40b008b4e9e2dc69b8335d45494facfdd943b8508 0.00 MB 14 1,251
173,786 173,786 00000000000003bb5cceea8b28c4feeba88fea17664b9d26b6da93bca46e91cc 0.01 MB 25 51
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.