Memory Pool Memory Pool Refreshing

3,840 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,041 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (199,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
708,279 708,279 0000000000000000000a915665287f986962404093e245ae360804411e35ba72 0.11 MB 230 14
708,278 708,278 0000000000000000000c58f78510dce611b712de62bb46509021d85e0207582b 0.62 MB 1,114 13
708,277 708,277 0000000000000000000213fae3862a3d209c7afc28615283755b9d6d0a850952 0.62 MB 764 9
708,276 708,276 00000000000000000008e09ba6894f28ebdb87672144c1d7c201e928ce8ce48a 1.49 MB 2,319 15
708,275 708,275 000000000000000000039f30734a833add16b58c98a4f53e01fe65e7bf381320 1.40 MB 2,118 16
708,274 708,274 00000000000000000000db2dbec20b9869d62a9f078aa3d8f40b1d7533331acb 0.86 MB 977 10
708,273 708,273 00000000000000000002ca7b5aa74b384d9687eb9b185c3ecd7cc0897934ac16 0.55 MB 845 13
708,272 708,272 00000000000000000007b2e3217ca84872866133dd9b6176d8cd64503db7a664 0.35 MB 287 8
708,271 708,271 00000000000000000000b433d0a2ca22ad95566f87c6381db93416b568954413 0.42 MB 628 9
708,270 708,270 00000000000000000002312632eb9927636e691255c54075ba64b967c69a2476 1.28 MB 1,432 8
708,269 708,269 00000000000000000005a4ccb1e55fdd40f0520e7f0d7bc3c14838be8fc02c9f 1.32 MB 1,682 20
708,268 708,268 00000000000000000008ec9d66dc7a568d6c4eb703a18eb12debc5e87e82fb2d 0.65 MB 886 6
708,267 708,267 00000000000000000004d96d5b7b0dadad302d3f5c6956b51be91eec502a3833 1.26 MB 1,527 18
708,266 708,266 000000000000000000047ea03a43d22da748e68b0f5a1bc3d985de047fc51e9f 0.65 MB 714 20
708,265 708,265 000000000000000000062fcf6ddd47801d6744326ee599d71a2e32c776b74327 0.59 MB 761 3
708,264 708,264 0000000000000000000b4f9b89f42fd48f8ebbe952b6b2229bc91e6e4a528459 1.32 MB 1,920 14
708,263 708,263 00000000000000000006bfdb00b265cf4630507ed733438705318197b2c8a996 0.88 MB 1,309 12
708,262 708,262 00000000000000000004a8b2077cb3434a5b7b3fa0fae4a714b74af64049f5a4 1.28 MB 1,155 8
708,261 708,261 000000000000000000094a5a595544f1000c51fb57868e8534eefc14806db345 1.82 MB 1,179 8
708,260 708,260 000000000000000000020814a64c00bdaa6efce928135ad248dbf35390fbeca9 1.83 MB 1,701 8
708,259 708,259 000000000000000000009311d3802cbed675403f2ee519758be89f1a50059be4 1.79 MB 1,347 7
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.39 GB sent, 94.28 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.