Memory Pool Memory Pool Refreshing

6,241 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,688 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,159 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (596,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,380 311,380 0000000000000000301161041d15f0f7cb064ba7083d4574442a6b21cab96114 0.35 MB 646 28
311,379 311,379 00000000000000002172ecfec1860d8adf1da50c7f77695aafbd4c761c1f11f7 0.03 MB 84 41
311,378 311,378 0000000000000000315a71232d03390c4965b5ceff7a807fa70912298825b373 0.15 MB 370 30
311,377 311,377 0000000000000000075f4fe215cd8404623adf8cb79436efe01f217ebf976428 0.06 MB 123 31
311,376 311,376 00000000000000001a581a0c448a25372d280c52e84dc320cfd33e81e42f7375 0.71 MB 665 27
311,375 311,375 00000000000000003f358fc80e2d579550608debbf6d5308fda86b9de8350563 0.21 MB 406 31
311,374 311,374 000000000000000030d8346e22cd91078680992201c8bb63603d61a6180e3812 0.15 MB 283 31
311,373 311,373 00000000000000001e0f3d59bb3ccfaac9c463819fb7f12d6e485053f3f1f107 0.20 MB 388 30
311,372 311,372 00000000000000001885db7982002c9473de5bd3deae82973d1923eada313ed4 0.19 MB 400 32
311,371 311,371 00000000000000002452b69d18dfc84568eddfef9d3f552c4dca885aab9cfd6e 0.19 MB 278 23
311,370 311,370 000000000000000003ca1247b5b64e1a9e7b2a82dbdb6728523727d842d46646 0.51 MB 647 27
311,369 311,369 0000000000000000109c6229f4cda2ff89834e92ce060cabb03f25204bb8315c 0.35 MB 1,045 50
311,368 311,368 00000000000000000aeb2fab33e2267f9befd523b46925ec412a121f5ad839b6 0.38 MB 783 39
311,367 311,367 00000000000000003e1edb2e73180c1c258bf345755a4d5442452935a39a37a1 0.37 MB 601 26
311,366 311,366 00000000000000002515799cdae34795e339317dc9baae1afb89822ec8c5801b 0.12 MB 190 29
311,365 311,365 0000000000000000279107e4456422d0351f3fd0023fa69820d66f5338b35d89 0.19 MB 343 18
311,364 311,364 0000000000000000143879ae9fcb55d8de23f104c42861624d1472bf3c2592de 0.44 MB 555 24
311,363 311,363 00000000000000002a99b435cd32c5a8269618573c5cce24907f83463a2606b7 0.09 MB 256 45
311,362 311,362 00000000000000003b1cc5eef870984210abbf4c184ce66e246c32a33f1de0b0 0.35 MB 621 29
311,361 311,361 000000000000000007fcc4c7ec909f374a6044b46c808434c9a4aa998ea8e30a 0.05 MB 128 39
311,360 311,360 00000000000000003b8ade0e0e2bc9e059ecb8b209833e8b1531812a5ed4d667 0.16 MB 292 24
Previous 10 blocks ↓
Total Size: 768.96 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,615.04 GB sent, 92.61 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.