Loading Tool

Explorer IconExplorer

Memory Pool

46,276 transactions
28.86 vMB
0.14338338 BTC
Random Selection Loading Transactions
Max Size: 152.73/200 MB

Candidate Block

Mining Attempt aadd45a1e609fd5b42e1901126ede65e5396fdce4710e3381192686430692935
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 6f0b33a6c218739a7ccd580fb6a9e750a4255ad9ede76ca4aaaeee526f977fef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,517
Size: 1.00 vMB
Total Fees: 0.08118788 BTC
Feerates: 15,654.48 > 8.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (795,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,375 119,375 0000000000003cd00260fa9419320034f3e894aa677e1c40634dc9cbc9a83dde 12 0.00/1.00 vMB 413
119,374 119,374 0000000000007e8a8f1b71d225ec8d0ac284f211c663f7a49efd297a22dc563e 13 0.00/1.00 vMB 730
119,373 119,373 0000000000006769d8dc38f4489517031491435d6fc5f6951ed6c3beefd7493f 12 0.00/1.00 vMB 966
119,372 119,372 000000000000b2749d0572d6dfe7fc01a76332513dac0b444868b4138ca7c904 4 0.00/1.00 vMB 1,293
119,371 119,371 0000000000005e33e5b270666fafc2ffb9903335e8ccd4e9dbb97a7142a2b3e4 1 0.00/1.00 vMB 0
119,370 119,370 0000000000005a2a80ab16add07fddda182cebe827845baf27fc5cc3a54303b1 20 0.01/1.00 vMB 117
119,369 119,369 000000000000488d7cacba81026a83f5d8c6550c41130b07a63576991f637bdf 8 0.01/1.00 vMB 364
119,368 119,368 00000000000030f68e9f9a7f09ed025a2ea8278d49cb802cd88118b2e57a099f 11 0.00/1.00 vMB 618
119,367 119,367 000000000000b1a452f4d15faa1724723ae77b71c5ff1cb19cfb03add465144c 2 0.00/1.00 vMB 0
119,366 119,366 0000000000009307b21521ecaaafa6288a0c3760227d96fc518a0a2084710601 10 0.01/1.00 vMB 176
119,365 119,365 0000000000009841bffd0d3ec246dcd8ee6e376d73d40b3bf57a147b7c95cd2e 4 0.00/1.00 vMB 623
119,364 119,364 0000000000005f790d499d81ee74b7f515e3e460661a51ec2868536ef1733771 5 0.00/1.00 vMB 581
119,363 119,363 000000000000a72f56a55e70e8269d99ef2478f091d321e01867c916a5a074f0 3 0.00/1.00 vMB 0
119,362 119,362 000000000000ad0ecb2b2b307de3ba35d51794e64b8279366e2e4f8c58ab9569 5 0.00/1.00 vMB 1,269
119,361 119,361 000000000000b365cd1433363da8585125fa501be1c5354415f82535069369a7 23 0.01/1.00 vMB 705
119,360 119,360 00000000000037550db9a5e22d3d9d46b206dcaf401ec6653ebd23503211598d 11 0.00/1.00 vMB 597
119,359 119,359 000000000000925f3a3725c12d691f8e6541d1686a083ebf5c8ac554e02e40b5 13 0.00/1.00 vMB 1,231
119,358 119,358 0000000000006fb90ed4905de0368fbe9a0bf36420d78ada4ae60a81f846e5a4 8 0.00/1.00 vMB 978
119,357 119,357 0000000000001a2f04b24e1ff9c22dc3549717747dfedd25e9c234b7c9f3acb9 9 0.00/1.00 vMB 0
119,356 119,356 0000000000009d2bec3a9390df769f8e89f1e1e8c877276ebeaa41beb9bbcc9a 12 0.00/1.00 vMB 1,169
119,355 119,355 00000000000024ef8cde70a904d1c7ad7b4549094a50820210c092ba125591c3 14 0.00/1.00 vMB 596
Previous 10 blocks ↓
Total Size: 782.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 650.75 GB
    • Received: 13.32 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.