Memory Pool Memory Pool Refreshing

8,329 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,571 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (83,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,186 824,186 0000000000000000000337923464b3cbc992ca6e00f5d9a572c65e6c1b4238f6 1.65 MB 3,895 78
824,185 824,185 00000000000000000000fca878ab9de3528a6cce4c80aa7b790671a882ca949f 1.54 MB 2,322 102
824,184 824,184 000000000000000000036e35e5b2f2fdafd8a499e1d1df5145f0a0f6f86581e7 1.49 MB 2,364 78
824,183 824,183 000000000000000000032475b39b77e0ba07f2c3bd379428deace4768199221f 1.51 MB 2,603 130
824,182 824,182 00000000000000000000ab5597cd90ba9a0e218fd16872e95b3d313c4471fcc1 1.84 MB 1,377 59
824,181 824,181 0000000000000000000044ad2c3a48f04170cf1bdeec82b0c184bb683ec9985b 1.59 MB 1,322 54
824,180 824,180 000000000000000000001e463ef2697b6685494ecde8bfda94b9bed469a019a5 1.69 MB 3,387 76
824,179 824,179 0000000000000000000211be19cb4acc0a5c85323d7db275029fc488dc742d67 1.81 MB 2,049 63
824,178 824,178 000000000000000000000289238603fa113d0c22f3a282230d19d32cb3c9f5ed 1.84 MB 4,205 71
824,177 824,177 0000000000000000000389ddeb65a60fccf8bf54217f9a7e3318a62ddf0ecc02 1.70 MB 3,673 93
824,176 824,176 000000000000000000011ebac316489b7b3d8509803697e7f377881bf828a588 1.64 MB 2,803 92
824,175 824,175 0000000000000000000321dba11009470246ab02240c8ebc9a054ab78652f3a8 1.63 MB 3,102 140
824,174 824,174 00000000000000000000870e4af27ee6cfea3f6a4e52bfa24968145bb038ad06 1.69 MB 3,091 71
824,173 824,173 00000000000000000003558392b10901e183a1515ccea7132eaf61dc570af428 1.61 MB 3,170 133
824,172 824,172 00000000000000000001616796b667c0fb48b4f958f57a48231025f29a795cec 1.68 MB 3,299 100
824,171 824,171 0000000000000000000032e032f2ae51ae619b327fdde9dfed60e8252b2edd40 1.62 MB 2,290 78
824,170 824,170 000000000000000000008751c78f7e44f3b4b7e11061777c13647193dd2e80ee 1.61 MB 2,335 102
824,169 824,169 00000000000000000000caf0df098f42e41c06fbc41ea1bf18d91575da9f0848 1.73 MB 2,781 180
824,168 824,168 00000000000000000002eb44cba3a94cf5c2b2627287a63e33f21e41654d0946 1.62 MB 2,695 121
824,167 824,167 00000000000000000001130a51df11f0ebf144e68eac39609fbedaa2c3e0b305 1.59 MB 2,684 228
824,166 824,166 00000000000000000002e12fb756eef682f7a5887ff692cca2d012a8b27e9ff1 1.66 MB 2,928 108
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.