Memory Pool Memory Pool Refreshing

304 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,269 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 295 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,268 (805,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,375 102,375 00000000000056ab7454764328e912b2fac6434a1e23d3c0d90f0582df36a760 0.00 MB 17 0
102,374 102,374 000000000003488add05d04c4d07cae71725105c15934f9d52d4d8afdcf91ed4 0.00 MB 1 0
102,373 102,373 000000000003c4bcc1946b9af21ccf79809f0c9bc64b39a0ad8bae326a25dfdf 0.00 MB 2 0
102,372 102,372 00000000000143ec798322e30f3834b5f1a2900fb48a35154a1ccf60ef18745c 0.00 MB 1 0
102,371 102,371 0000000000011ab43d87bf2c157b44adc01b6d48487e52e25b8b3bdc47ea4d71 0.00 MB 1 0
102,370 102,370 00000000000050b676d03a59311ac42d818cac5704748299e31554956cd116fc 0.00 MB 1 0
102,369 102,369 00000000000270a4b8d5759e5350e093ec89a03c2191591ece494dd1287cec72 0.00 MB 1 0
102,368 102,368 000000000002cc55a45bffc09bea69f6f98d7460e00c5865218b5d8fa44460f2 0.00 MB 1 0
102,367 102,367 00000000000243a1c1a051a2cd6967d9cfb5d2095eddc348e2cf9ff1a9914806 0.00 MB 7 0
102,366 102,366 000000000001705156d1dccebb41857dd2a48512a4cdf2f5912bfca0e7f9cdbd 0.00 MB 5 0
102,365 102,365 00000000000149b3b2e6277aa4f211ab3683f683eebda1171d00d5826c632075 0.00 MB 3 0
102,364 102,364 000000000001f4500b61792663d81da1d0c0b5ac16ce2bdc356641c8a34bc2fc 0.00 MB 6 0
102,363 102,363 0000000000008a33ccdad721f4b52ab026be2fd134056ce0a001ddac47319c1a 0.00 MB 10 0
102,362 102,362 000000000001bd250f9e9bb61faa17364e33aa65e7900709fdc62dd7de6ca137 0.00 MB 9 0
102,361 102,361 0000000000036ac74a8781953fa3239ea993f690886ce384d1385b30559f9932 0.00 MB 2 0
102,360 102,360 00000000000375f8bc983bd9cd92640e26678aeaae9f91383d56eaf8f5ee3a67 0.00 MB 1 0
102,359 102,359 000000000000f39b8563dc71b94488a4394437c18e64346529a2e5c0a90f8835 0.00 MB 7 0
102,358 102,358 000000000003252e0d605d4a6e91ad4c93d571aa0f5dc08bc17112bec6462007 0.00 MB 10 0
102,357 102,357 000000000002f65f6e09e5fd4ce9a56de21547a6d0e36b1564a8b67467207653 0.00 MB 1 0
102,356 102,356 00000000000062190d8888c252e123e1fd8997414c35ae94c96c72c544980502 0.00 MB 7 0
102,355 102,355 00000000000221de8ecbb235b0b079403db4e820c67626bb5f72b91d17b2b24f 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.11 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,691.50 GB sent, 98.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.