Memory Pool Memory Pool Refreshing

9,861 transactions
4.56 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,092 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (720,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,054 187,054 00000000000008effc3d2fd53199a58bb0dd2bb1257313e4b615aedbae3cabd6 0.00 MB 10 31
187,053 187,053 00000000000000bd9cf9d8aea25cfd8ddd25a14ed369b702815b49837028cb1d 0.07 MB 163 118
187,052 187,052 00000000000002cf259c09489dd5388076f1b25bedabec771312c134c2ae2e00 0.07 MB 141 108
187,051 187,051 00000000000000be3419f14d243c022da81f23a988a39d4d071156ea54b4d55e 0.02 MB 30 211
187,050 187,050 000000000000021793939a497450066e1264720ab66c9635413213905ee13954 0.10 MB 119 62
187,049 187,049 000000000000001a3097cd08b7eb04e2aa14408518ca6cf2dbf606b9127bfec0 0.05 MB 85 43
187,048 187,048 00000000000001e9dcce37a6863f25855411e7e10333f0276a4d3a3dfca92e9b 0.24 MB 491 152
187,047 187,047 000000000000015d1b2045f2ada147f117b5ba833b5abc65e2a760499033ff12 0.17 MB 169 78
187,046 187,046 00000000000003042c50bd11beda3460ef264d0a90eaf371ccbe284bc8a3a57f 0.00 MB 9 14
187,045 187,045 0000000000000672caf716029571f968e6a1f9c7fd47b43c1e22ac30241cb0f5 0.00 MB 5 908
187,044 187,044 000000000000063dd3a9c54497ab6ccff70607e5fbc55894bc6c0ba2580301a5 0.11 MB 145 94
187,043 187,043 000000000000057258a62e47665421c0698468b9f37166babefdd9f6ef9bceaa 0.03 MB 58 226
187,042 187,042 00000000000005721d67f7f4fcf862698e290bd3ea4cf56b705d9c6b107d396a 0.01 MB 26 72
187,041 187,041 000000000000059cd3a9bfa3e5b30df7bd714122847953c13540f98cfadd7b8b 0.01 MB 35 66
187,040 187,040 000000000000033f35c81aad30b3fe631a91288038b0c24c50a5f84c1e646f65 0.02 MB 45 129
187,039 187,039 0000000000000411f7cff2a671c4967fff6f0e572f49637681c48a4db9d37bde 0.02 MB 31 108
187,038 187,038 000000000000013c68ac821673b1b67f7173f43877240c8e2b880cd0f641c297 0.03 MB 56 199
187,037 187,037 00000000000006715f29a210148dde000b8f6e97ce838569faf9e9e75d0d0793 0.06 MB 112 145
187,036 187,036 0000000000000168d3ebbd4cfef442e2295506cc560387d8744c4f21a66357ae 0.03 MB 81 57
187,035 187,035 00000000000001557461c4f02f0629d88c4b0a4d58edd5232f182f670a9f7706 0.10 MB 204 106
187,034 187,034 00000000000007291327680e09b8c375df081eb5516b7004866ba7b96eeb621f 0.11 MB 196 95
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, 113 incoming
  • Data Transfer: 1,625.67 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.