Memory Pool Memory Pool Refreshing

533 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 488 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (463,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
444,380 444,380 0000000000000000027b1d4aaf4fc10f726b2583964b7fb5e3dae287c3884db8 1.00 MB 681 23
444,379 444,379 0000000000000000036abe39054e99889688d5abfa773769f870126bd1759f5b 1.00 MB 957 30
444,378 444,378 000000000000000000fb8b1d0df2d5591df81dfc57eb846033eb3ea7956e082e 0.63 MB 1,521 74
444,377 444,377 0000000000000000037ffffc75915dacff7493a4dba8e676a2ad6b1dbb667d96 1.00 MB 1,562 43
444,376 444,376 00000000000000000175fa07cea991114d89f035d8f2d16721a85a90b1729018 1.00 MB 1,401 42
444,375 444,375 0000000000000000036425a1a5c547c59db556427ce62dd417fda98c06444af1 1.00 MB 2,399 81
444,374 444,374 0000000000000000019a1fb589ad77b864e57d661c9c101fe4272711559cf045 1.00 MB 850 16
444,373 444,373 0000000000000000014ba59b81dd7bb8172521ab47c6d3233df957a30bacdca7 1.00 MB 1,869 60
444,372 444,372 0000000000000000027728995e0052b62503fdc22c8b03c4b42e7dbc6408a8ec 0.75 MB 1,951 91
444,371 444,371 0000000000000000037cbd59526e284569a790fc024f7df1c61f076c9988ed78 1.00 MB 2,157 71
444,370 444,370 000000000000000002f7d205e6e90ec6588818bc72f303b9fe1c2ca2d8fefec9 1.00 MB 1,232 67
444,369 444,369 00000000000000000054b3b54c2f336818ccdadd6fb6e625165e80e8a51eee9e 1.00 MB 2,504 79
444,368 444,368 00000000000000000161a2f2ae584819050ca82dadf853a8036f55d411a40554 1.00 MB 2,207 77
444,367 444,367 000000000000000001d56f282ea938802ba2655fab5f1e1465494ffec1416727 1.00 MB 2,087 69
444,366 444,366 000000000000000000c87f0e4c8c43e4a9c0e1c82eddf42a861726db09f9d8d2 1.00 MB 3,354 112
444,365 444,365 0000000000000000018c6ebfd83848fc5e1933df2a792fd2cc48ffe4f44aee4d 1.00 MB 2,752 73
444,364 444,364 000000000000000000473b798696114af82ba6227222595471efa55d02d393d2 1.00 MB 2,071 88
444,363 444,363 00000000000000000137129fe493c7da9ea461a1dc6c7d2fee7df00e67392997 1.00 MB 2,907 100
444,362 444,362 000000000000000001105f73409addea5b40bb246f9cac6513583f4cc68937f7 0.00 MB 1 0
444,361 444,361 000000000000000001c60d532a02f1d6b1956f38e52dd7c392f4242e7cfee34c 1.00 MB 1,974 64
444,360 444,360 00000000000000000072c0723d0875d84265fa25946dac8e0be07b1258dce07c 1.00 MB 1,725 63
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.