Memory Pool Memory Pool Refreshing

8,611 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
6 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
908,163 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,160 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,162 (801,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,228 106,228 00000000000026565a01bc7bdd6aa8e1842feb0066975198b44012f2619cfd17 0.00 MB 1 0
106,227 106,227 00000000000153c648ac94b3593b5a530a3b6ebeb6d3f44d568fd72b661d4435 0.00 MB 2 0
106,226 106,226 00000000000097590ee8d6354851aca324343835cee8bfff7867180c44421d89 0.00 MB 1 0
106,225 106,225 0000000000020fb111ba2624a83603f3363d191fe2c5ab3f64f98dbe099ee713 0.00 MB 6 781
106,224 106,224 000000000000b2c12cc4a191d91bf8dcc6b7d6ac1e441b9b72c3ec6819ef25cf 0.00 MB 2 0
106,223 106,223 0000000000024038eb1073da0d41ace6997e7829ba12507de76384edbb2faede 0.00 MB 3 0
106,222 106,222 00000000000154750eb34eb4fd6ed8900a984cb85d2e77b2ef3b6de2168f02d2 0.00 MB 9 0
106,221 106,221 000000000000ef64d4b3cfbfd6a3661f08e39ad48f638af5e5512ead05746a4d 0.01 MB 23 0
106,220 106,220 0000000000019fc366c9daf81f14768835d5a1237bd99debf7cde80fca7e6eb5 0.00 MB 3 252
106,219 106,219 0000000000006b397d083a097d38a9f504098d0cf82b39bcfcd7b758b8041a41 0.00 MB 10 183
106,218 106,218 0000000000020e666183d330d2c7099cfbccb631db987316db191c7e9a87dc56 0.00 MB 4 0
106,217 106,217 0000000000012aff63a88237219279ca039e41bef6f58f6f089c94d7e04ff0d8 0.00 MB 1 0
106,216 106,216 000000000002370a48f737eb0544637af021d40f028db7688a4868130598e14c 0.00 MB 3 0
106,215 106,215 00000000000038e634073469fcfc3bc174368b4a16917a1a8a45415d661d6357 0.01 MB 23 0
106,214 106,214 000000000000a8b07febffadeb5f613b907e0bb927064daab14e1e61da6c87fa 0.00 MB 1 0
106,213 106,213 00000000000126be5e1d1dc6776509d4c2aca992883bc67dee2c0d93827ee3fc 0.00 MB 1 0
106,212 106,212 00000000000261f01608e7333fc3669f1cdffcceb6d668ff5e9bbafbf967c6e5 0.00 MB 2 0
106,211 106,211 0000000000021f540b58f5bf81494e470c15232b7c8d9ea7a7dc588a2f4a3fa8 0.00 MB 2 0
106,210 106,210 0000000000020d4caed7d9a3f6f8d3645364d654a3f9589bf5f8df9df85a1490 0.00 MB 4 0
106,209 106,209 000000000000e246b864313cf7915a1aa527665a25be881a6a97d28618abd08a 0.00 MB 4 0
106,208 106,208 0000000000028c1c909a92db37ed9b97fdfd4b02118bc48b3e39cb453d764e3c 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.86 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,680.95 GB sent, 97.17 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.