Loading Tool

Explorer IconExplorer

Memory Pool

39,923 transactions
26.23 vMB
0.05780988 BTC
Random Selection Loading Transactions
Max Size: 136.61/200 MB

Candidate Block

Mining Attempt 076d714a206c343430044831e67a38e9822cedd9ae8cbb8a6957e4b0fbf83abf
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 8f86d74c40f736f594a5abd33400c3813d09a4440069a0022d9bcb74f13af376
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,321
Size: 1.00 vMB
Total Fees: 0.00975297 BTC
Feerates: 83.95 > 0.98 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (812,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,382 102,382 000000000002fbeda17d207cd05e511ef1d9c30e3e545d33688d96f005aa0f8b 1 0.00/1.00 vMB 0
102,381 102,381 00000000000284de6f82e7b7721f04914654e5380b1a17ba6c8d5949b84fd040 2 0.00/1.00 vMB 0
102,380 102,380 000000000002e96ec4883aa0b3aa54798375e581ece7ddf3d9f29a36922f6ae0 1 0.00/1.00 vMB 0
102,379 102,379 00000000000272989ae95dac02c9cf00850b28f97ef77682abd20856fe6df964 4 0.00/1.00 vMB 0
102,378 102,378 0000000000024c2dd8b659249782b95201e9812611281cd3f49991badb2e1e30 11 0.00/1.00 vMB 0
102,377 102,377 00000000000312b6efb83c79a4f20df38dc8ff94cb6f4b1ff964a0191fb52a23 12 0.00/1.00 vMB 0
102,376 102,376 000000000000189f08c08b749e9c55cde178601970985ec0494287672a1e7560 11 0.00/1.00 vMB 0
102,375 102,375 00000000000056ab7454764328e912b2fac6434a1e23d3c0d90f0582df36a760 17 0.00/1.00 vMB 0
102,374 102,374 000000000003488add05d04c4d07cae71725105c15934f9d52d4d8afdcf91ed4 1 0.00/1.00 vMB 0
102,373 102,373 000000000003c4bcc1946b9af21ccf79809f0c9bc64b39a0ad8bae326a25dfdf 2 0.00/1.00 vMB 0
102,372 102,372 00000000000143ec798322e30f3834b5f1a2900fb48a35154a1ccf60ef18745c 1 0.00/1.00 vMB 0
102,371 102,371 0000000000011ab43d87bf2c157b44adc01b6d48487e52e25b8b3bdc47ea4d71 1 0.00/1.00 vMB 0
102,370 102,370 00000000000050b676d03a59311ac42d818cac5704748299e31554956cd116fc 1 0.00/1.00 vMB 0
102,369 102,369 00000000000270a4b8d5759e5350e093ec89a03c2191591ece494dd1287cec72 1 0.00/1.00 vMB 0
102,368 102,368 000000000002cc55a45bffc09bea69f6f98d7460e00c5865218b5d8fa44460f2 1 0.00/1.00 vMB 0
102,367 102,367 00000000000243a1c1a051a2cd6967d9cfb5d2095eddc348e2cf9ff1a9914806 7 0.00/1.00 vMB 0
102,366 102,366 000000000001705156d1dccebb41857dd2a48512a4cdf2f5912bfca0e7f9cdbd 5 0.00/1.00 vMB 0
102,365 102,365 00000000000149b3b2e6277aa4f211ab3683f683eebda1171d00d5826c632075 3 0.00/1.00 vMB 0
102,364 102,364 000000000001f4500b61792663d81da1d0c0b5ac16ce2bdc356641c8a34bc2fc 6 0.00/1.00 vMB 0
102,363 102,363 0000000000008a33ccdad721f4b52ab026be2fd134056ce0a001ddac47319c1a 10 0.00/1.00 vMB 0
102,362 102,362 000000000001bd250f9e9bb61faa17364e33aa65e7900709fdc62dd7de6ca137 9 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 656.07 GB
    • Received: 14.38 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.