Memory Pool Memory Pool Refreshing

6,973 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,462 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (723,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,979 183,979 000000000000090be7c34bcb239d94a15f93a1af0189de6182be853cf9ac5034 0.01 MB 34 103
183,978 183,978 000000000000061acd46345bc800b323afbabfdf630058c420dc669529faf976 0.17 MB 382 113
183,977 183,977 000000000000066596744903ad792d0bec43d41d125147ba90a8dd00ac274134 0.25 MB 607 131
183,976 183,976 00000000000002d5c09213aa48539a5e22fa7bcdd5538b695c9fa5a095e4afe0 0.00 MB 12 14
183,975 183,975 00000000000008afc2276cb17e182cc0486d59bf85dafc2cbf180061c6678493 0.05 MB 122 75
183,974 183,974 00000000000006e8aa5cf604f977ddc841b8a2896243e29f5b781b883f3b28e1 0.06 MB 141 199
183,973 183,973 00000000000006284cb96ee54ef213cc813be335066e35a0ddeb537263952d55 0.00 MB 1 0
183,972 183,972 0000000000000207907d71899ad99c67e05c40a7605f812525c8d5f8046b6e4b 0.00 MB 14 14
183,971 183,971 000000000000048fe742af29fb4717abc6591fce58fcd92de55d7beba4c86ee7 0.17 MB 406 268
183,970 183,970 000000000000060b847f6c38379095a57762ac58ccc2efaeff976c26861195cd 0.03 MB 72 114
183,969 183,969 0000000000000704919f84c67953b74737a3eff48ac06b4f80ced93dca4386a1 0.15 MB 215 87
183,968 183,968 00000000000007d4e69045f5b5212a8ab556e2b931eb8949e4653577a8ae79e2 0.08 MB 104 109
183,967 183,967 000000000000096c47988f0681b0af91bcc68b5a91e9ae0d099f36cea79e8b4d 0.01 MB 24 83
183,966 183,966 00000000000006137f1148bafe22c6e5c1e10dc9fdb187ae870a03f5838b39ea 0.21 MB 552 133
183,965 183,965 00000000000000a4b32ce7659b213f15b7f18e2883e2f1b4af44b9265113574a 0.05 MB 115 397
183,964 183,964 00000000000000949f3f37bd3e3afe4d473c1fae0b7572a8a6e22147d84bf037 0.22 MB 512 180
183,963 183,963 000000000000042c3f38399eb36f15734bc9b8d8ec2c35c18965924623fb5449 0.05 MB 84 87
183,962 183,962 0000000000000981a724e0fc8d03afabc1aef637d2846ad48702d43db3adff9c 0.20 MB 610 144
183,961 183,961 00000000000005a6da5637f775d2162106d31ef34ff4601f9f672b98066723a0 0.25 MB 612 140
183,960 183,960 0000000000000387775afb8fe8e55cf384db36f1bdd36a6b2aaaad99df67bca1 0.02 MB 65 203
183,959 183,959 00000000000006e89bebab1a1c895285013ceb7d743ae3dbc770bb7ad23cb8bd 0.24 MB 533 130
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, 114 incoming
  • Data Transfer: 1,625.95 GB sent, 93.05 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.