Memory Pool Memory Pool Refreshing

3,428 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,115 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (704,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,332 203,332 0000000000000213f2d19a9b26ea5f71753e854e202e13c944ac829087e2c767 0.12 MB 276 123
203,331 203,331 000000000000043b5b5c5fc7226c1f1c27a5971aa92f49a91e04adbe260a556f 0.15 MB 392 162
203,330 203,330 0000000000000477855aaa6dfeb018e98f4738a7bb27b829a58aca289f9e0f41 0.09 MB 155 71
203,329 203,329 00000000000002cb24327c275b2d01df0e5dc171c921290396f973e7f0df21bd 0.11 MB 288 149
203,328 203,328 000000000000004689ea401c7a5cf5a6d4d21e7aed402af8e88c115c5bb9377a 0.05 MB 121 123
203,327 203,327 000000000000038bdbb4f29c45d5b7dee577e06cdf8edb5c944c519b4748ace6 0.03 MB 75 111
203,326 203,326 0000000000000206ed9e5b99f47677580c90404a9b49267003c3c2873fe7db0a 0.02 MB 44 146
203,325 203,325 00000000000000b785320456e6c1c5f37802e530fdb60298d12d6f49e660d79b 0.07 MB 117 70
203,324 203,324 00000000000003a815b5dfaf229f00c4d326ec04d4559ec0943e3b9eb932059c 0.17 MB 374 264
203,323 203,323 00000000000002298eaff0d34bf19474f4eca58d82b2c01d072d1d2f1935e95d 0.00 MB 10 207
203,322 203,322 00000000000003c9b14d281dbaa15b2c49509e9ea2dd5599c94c2b406995959b 0.16 MB 353 64
203,321 203,321 00000000000002af86cd4cff880bebef610bbb9232bd4d19b42a385502eace44 0.02 MB 53 163
203,320 203,320 000000000000038e56483d810116e8d62134baaf347d5d6b4f7fd1068442c87a 0.05 MB 109 167
203,319 203,319 00000000000004ad1bd31a35352b9f8a933248926eb13ff2790791c1e0762627 0.07 MB 190 159
203,318 203,318 000000000000016722af54c593a3cd1539171790ca679a5e2c92beecc141a10c 0.04 MB 81 111
203,317 203,317 00000000000003db09d24af1e45f8d8a9b32c7808452d995df74b5efdf3244ec 0.05 MB 103 84
203,316 203,316 00000000000000d4486d23107962c6513681d39cb0e55e72605b6c04e46c670d 0.00 MB 1 0
203,315 203,315 00000000000002bcfc9e26a4e41262fadf4b225981a80c662017739c7685726d 0.00 MB 13 287
203,314 203,314 00000000000002568e0199283574cd42073c79d81d9ec2d5e2c0b1d099103dc2 0.01 MB 22 139
203,313 203,313 00000000000003fea912c9c492d55a3086c241bf668295afa0781f62585cef81 0.04 MB 90 150
203,312 203,312 00000000000002d3c83d2cb5c829ad94485a2db5b133b8de934d2f05c2ae5db4 0.07 MB 162 133
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.