Memory Pool Memory Pool Refreshing

10,269 transactions
4.67 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,135 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (620,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,227 287,227 0000000000000000ed9d359bbd6abaf8d21640fb3c711062c25b99aed7120c82 0.03 MB 70 44
287,226 287,226 0000000000000000d77db062b8d2ff69fbca674277e47d39d799baba495343e1 0.63 MB 1,356 40
287,225 287,225 000000000000000121a240e10076743c4d55c9553c4dd7098ebf5f53d75d2be6 0.10 MB 41 2
287,224 287,224 0000000000000001121cf5d9435e7f448ab7fea6f8cfe974efb1db85cfaacd9d 0.10 MB 125 13
287,223 287,223 000000000000000100974311705f19c396e3a639213b5e6fd471bcb7f7b3b38e 0.06 MB 88 25
287,222 287,222 00000000000000006d543803b3e55cae185ccede3b2cf63a1d909b4eee7118eb 0.19 MB 245 23
287,221 287,221 000000000000000080158b8163553fee779af1a1c8e3beff7a5103a66530a4fd 0.06 MB 118 27
287,220 287,220 00000000000000011d624572b75096f6a7fbe784f12f395207dba12921319391 0.21 MB 411 58
287,219 287,219 000000000000000145e7ce0c23cccedf8346676cebee370dd01999ebb27bcabd 0.18 MB 284 26
287,218 287,218 00000000000000011ec4f7ca2a15c9836c69952c54f13ad13750f7da480904f9 0.35 MB 234 13
287,217 287,217 00000000000000001e90d8c4b4fd282ec790eb5c6148c6ca254f913a4eddf165 0.35 MB 632 32
287,216 287,216 00000000000000004939b425ddebac8f17903463f81991629accddd87f8383e6 0.35 MB 1,127 57
287,215 287,215 0000000000000000644e65e0b34a207344674c86d426a0e6041d48ab6d886af7 0.12 MB 214 28
287,214 287,214 0000000000000000bbbf8dc7f72727fdbad09e52f1454aebdae4dfcacd81b36a 0.17 MB 269 23
287,213 287,213 0000000000000000b30fef4d6fb1e95b3aafb4aba5df248d560411ba4efb74ba 0.06 MB 110 65
287,212 287,212 000000000000000152ca93f95a8f06a7fd16bd0534f7df56dff014c78730e7b4 0.30 MB 565 35
287,211 287,211 0000000000000000eacadbca82896a9b0701f804ee5ec7f39bb71c7d0fd24681 0.25 MB 382 43
287,210 287,210 00000000000000012216044e3f2bc76e3a3f0e128a865ab631ac961e74a67466 0.89 MB 1,737 30
287,209 287,209 0000000000000000e3852ef2e111d1a9addb73f7a4998527f3f60cdbe416fef2 0.06 MB 175 130
287,208 287,208 00000000000000015e0250f3d3527c7528a51e8f1528376941bc6485d81c4e02 0.27 MB 471 36
287,207 287,207 00000000000000010d66978c05db2c2d12c82cc2dea555d259bcfe8754f2254f 0.06 MB 75 18
Previous 10 blocks ↓
Total Size: 769.03 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,625.72 GB sent, 93.04 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.