Memory Pool Memory Pool Refreshing

17,808 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (687,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,332 220,332 0000000000000368e064df490329fae88837b6e15495029464f17c3ca546692f 0.14 MB 384 218
220,331 220,331 00000000000004d9f2f96c1d7c3ffc35ae6cc36a46f183382381dc69b9597e55 0.16 MB 188 51
220,330 220,330 000000000000031bfea5268615b251a44dca7eb0b9d0dedbbda09c56c3c0eefc 0.02 MB 60 201
220,329 220,329 000000000000049cf1519fe6a9a42c05179dfb04a8cbd044052a80ef9858a227 0.19 MB 495 283
220,328 220,328 00000000000000131809d472cc98a9dfdeec2f40f3cba6a15e56f59902ae4785 0.00 MB 1 0
220,327 220,327 000000000000035ae2a4a72259125875922192539264d3535b1545105ba8f3ff 0.15 MB 272 138
220,326 220,326 000000000000048568f016d7648a7731ad6d1650bb2d8cd8d85f4d6baf8eb3ea 0.25 MB 619 205
220,325 220,325 00000000000001cb0dbfcb14705913b35cd60443e4b69deb07f9df098a2afaea 0.09 MB 198 193
220,324 220,324 00000000000001a468790e8f7025ac221b939cabd8d3bc434e8f768572ef140a 0.13 MB 288 165
220,323 220,323 00000000000004df4e45fabe0af134785d535c48a8c758ec7c9e9b8115e32759 0.21 MB 391 160
220,322 220,322 000000000000011ba0ad5df664657778c0908b85e7574ea93427174aa0932ae9 0.25 MB 696 252
220,321 220,321 00000000000005168b1c5e4e48c71515ad5c986b45df763c546a675bf462a03f 0.25 MB 550 175
220,320 220,320 00000000000000b15cd0e7f91f6039a2c5eaee29040ed3c525f1c78f08d72fbd 0.25 MB 494 170
220,319 220,319 000000000000028be92c79679f87b15a4210735de16f24b2ab2b60f74191227c 0.25 MB 678 234
220,318 220,318 000000000000021d2f35c032f3448743b2665141ff903eeadb39081200538bb6 0.26 MB 277 107
220,317 220,317 00000000000001e6c95b7dd9147472775c0cb9c37954ddfd74e14733f412f3d7 0.25 MB 627 196
220,316 220,316 000000000000010ff2c5cecbf35e506e64661a8e212dd68cddd36596e40c54ff 0.04 MB 87 124
220,315 220,315 0000000000000326df626431cea996e806e7e0c8983fd1ff787bb2f0554bbbe3 0.25 MB 853 279
220,314 220,314 00000000000003acc1ffe0116d595f010f542796933236a7e12b18630df5a01b 0.00 MB 8 357
220,313 220,313 00000000000001cfe7273927e761e6f867fccdfe3d113f6f1c4ff414174e6554 0.07 MB 205 55
220,312 220,312 00000000000005008be6ec83e3f35f87fdf7eec639914bc8289f75b6e2415434 0.12 MB 175 134
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.