Memory Pool Memory Pool Refreshing

8,273 transactions
3.84 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,849 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (678,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,661 229,661 00000000000000b1519b6de841f37c69a4025f90064d5083eee8ec752e4bde8b 0.12 MB 216 153
229,660 229,660 00000000000001ca78f39a60d424b5d39716cd8b874d1d67f8e5946c44fe74ba 0.43 MB 684 5,137
229,659 229,659 00000000000001abe4ec1d257b30edb23b3e5d05397cc01089ff4a5750266347 0.16 MB 160 101
229,658 229,658 000000000000027c09c182dddba2b3ab18482521ced1ac7464f953f1f4257654 0.47 MB 888 159
229,657 229,657 000000000000000e6250cd9ba5cf59a253d91d286135053e1f76edf7d979f7da 0.14 MB 410 106
229,656 229,656 000000000000009166403d9ef407148faee0e2c798802f0eeedafae758ec12ce 0.04 MB 82 149
229,655 229,655 000000000000002a2e992c68c7514d5ce38da1e140263571e7ad3632a3dd3a06 0.08 MB 203 185
229,654 229,654 000000000000022d9d10b12b654631ca0bc23c84bfb0cb48cdf6f1db73693b31 0.13 MB 238 147
229,653 229,653 00000000000001e8f4d2b9d3bcd16c89816589f9c4bf61ae7bfbd62e57793a7b 0.17 MB 369 156
229,652 229,652 000000000000018465c6e777a527a53044118787af617c5b8f00b7c3bddee45e 0.09 MB 382 68
229,651 229,651 00000000000001eb6c541c20ceceb9aef33cb529f63c49f020ded43e1d060c43 0.25 MB 341 76
229,650 229,650 00000000000001a8be9a3c145a0186f7705e3b527c16f3fe83e583e87abec3bf 0.25 MB 136 26
229,649 229,649 00000000000001ffe371f53b091f7f9b593c2842331cf4c43aec26f85790b4d1 0.28 MB 568 168
229,648 229,648 00000000000000508201b990e8b23d55c4da976e8c3436609e1768ff800a150e 0.44 MB 852 148
229,647 229,647 00000000000001f19309b538e3e06300ba04c130fca6577bc4baabd330f6aa28 0.47 MB 1,150 178
229,646 229,646 00000000000001df4a07cb246b08bb7613cc0d8d1e2d61f6e815f1f287c458a9 0.25 MB 649 204
229,645 229,645 000000000000014bfb408108cd93f34a3f560d587416f86a5f82e7ae9d6dda47 0.10 MB 328 21
229,644 229,644 0000000000000081c1ca971ed42009b2b3a78dd95d58e4e1fe97a21b6f0d50ee 0.20 MB 446 208
229,643 229,643 00000000000000c0d788868aefab46f71ffdecb5ded067451bd530b3352777ca 0.00 MB 5 550
229,642 229,642 00000000000001a3d867ba900753abf56879e9a3129e107791b079a02ece1ec8 0.27 MB 318 58
229,641 229,641 000000000000000b7d033155cac7de574a2c551d3eee72ccb5a5f65b66a6bb24 0.25 MB 735 219
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.27 GB sent, 93.77 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.