Memory Pool Memory Pool Refreshing

4,926 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,900 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (349,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
558,500 558,500 0000000000000000000973d97d6249207c778bf80a714fbeae29cb8f41ca4543 1.16 MB 2,202 12
558,499 558,499 0000000000000000000fafdb850876cb4b1068bcf821e886204d204c7c221856 1.08 MB 1,784 17
558,498 558,498 0000000000000000001bb90a06fe385214d5f65a6d457d910109f4da0bc7a45c 1.08 MB 1,798 24
558,497 558,497 000000000000000000135467f737a8902aa3a5dce01a29f761c9feadf25e0cb8 1.07 MB 1,168 55
558,496 558,496 0000000000000000000291274e66a32aa1c28d21f6b63d7bdaae439209a23cc4 1.05 MB 775 83
558,495 558,495 0000000000000000000687d10ec6d7dc99f6f1ea696a359545cfdf2bf34b3056 1.16 MB 3,083 16
558,494 558,494 0000000000000000002a2f400d2d56b03f7f894744b8f5c6c1edc2842a8b54c9 1.21 MB 3,056 23
558,493 558,493 000000000000000000135309fb1add8493c52144b1124784b252a5ad9baec1f4 1.26 MB 1,997 10
558,492 558,492 0000000000000000000c68c8a34f4167875b560e76ff5f6b06fecb34ce3d3153 1.11 MB 1,896 8
558,491 558,491 0000000000000000002dbb99e15a0ab876f18aebba2f6010e5a233f190026c57 1.12 MB 1,891 2
558,490 558,490 00000000000000000015ccb5994aa7d19baf09729d08fe043bb46c8bc25922bc 1.17 MB 2,698 6
558,489 558,489 0000000000000000001f783bfa8b9139aebda32c45bf5ae35b2375e437b4ddf1 0.00 MB 1 0
558,488 558,488 0000000000000000001e67814d9c100f1c24790e4dd692cbba79af177082cd86 1.17 MB 2,860 24
558,487 558,487 00000000000000000028e6998435f1224b8cdc4416833f4ab32ac8571da84c35 1.18 MB 2,536 18
558,486 558,486 0000000000000000002e8285dad02502b5734dfb5fb912de8f086d3b2b5f2f73 1.09 MB 2,353 10
558,485 558,485 0000000000000000002e1e9e6f82487bfe15242198db2d0260bbec015284aac1 1.25 MB 3,029 15
558,484 558,484 000000000000000000023158f233cd9cb31fe2131199a2b8bd9327eaf715bce3 1.21 MB 2,380 27
558,483 558,483 0000000000000000000f3b905ad244968a8c616c98bd46362f869d7b1a28d9a1 1.34 MB 2,406 9
558,482 558,482 0000000000000000002013a9a6974ba4eeba8daf150f374651df4267ad8b4489 1.19 MB 2,540 9
558,481 558,481 0000000000000000001beef31965e7374330f3c37b842fe39e155c7429b3ca1f 1.06 MB 2,234 6
558,480 558,480 00000000000000000022726b33f9a085d9677850c901c9bc2133f94b0d9304f7 1.30 MB 2,635 11
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.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.