Loading Tool

Explorer IconExplorer

Memory Pool

89,002 transactions
33.43 vMB
0.08433679 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 0d2c72ffe56e4215c27a30599b8c927340fa27c9e2fe74ca1dfbd3b24ad97033
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root c9390a55909a16d98b85187fd5f0a9070e8b08207328925a3caefd66d3d1fefc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,735
Size: 1.00 vMB
Total Fees: 0.01771275 BTC
Feerates: 502.65 > 1.78 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (193,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
721,820 721,820 000000000000000000049fea15c6924b7800ac6d611080bb4bfd8d7fcbff211a 2,369 1.00/1.00 vMB 18
721,819 721,819 00000000000000000000a3dac43ebda5a4f838797dff648ecca3c543f6426417 482 1.00/1.00 vMB 12
721,818 721,818 00000000000000000004b4f18738b99957e49d8f83f1c52ccdb2ad5018b2a881 2,846 1.00/1.00 vMB 16
721,817 721,817 000000000000000000035a2b20983997534ed39235e8caee3cb50bde45b2d304 2,968 1.00/1.00 vMB 16
721,816 721,816 00000000000000000002de60e5f88506c3479b591fd574d2d96746227fe186e4 2,661 1.00/1.00 vMB 50
721,815 721,815 000000000000000000012bb9d77bb06b475ccd17ce4bffd49e0a1c2317b4a6d3 3,208 1.00/1.00 vMB 37
721,814 721,814 0000000000000000000143f041dee652196ab75f51076dd999f20bd9e614a0c5 2,789 1.00/1.00 vMB 13
721,813 721,813 00000000000000000002986e8a8f18d2a389f9a235ed07f8160fb087df6dc6b9 3,119 1.00/1.00 vMB 26
721,812 721,812 00000000000000000001dbb51c434aa370c14a5d4a8a7ed9987216202aa3324b 2,142 1.00/1.00 vMB 12
721,811 721,811 00000000000000000002454a940a0b136cb4e70f67eef844d6c22818b6b34ae3 3,542 1.00/1.00 vMB 19
721,810 721,810 000000000000000000002ca5dae57e6378681927fd97273fd41f6af31e71a4f0 3,345 1.00/1.00 vMB 23
721,809 721,809 00000000000000000005ac631564619d5edc58404953dea2ebbc5a6eb0fd1121 3,089 1.00/1.00 vMB 17
721,808 721,808 00000000000000000005e5a83ca4aa3286f740e7514a642e25112211edcfa3e0 2,763 1.00/1.00 vMB 27
721,807 721,807 00000000000000000009687dff0873a8ffded1557adbab1ca611c264cfde01cf 3,082 1.00/1.00 vMB 30
721,806 721,806 0000000000000000000132735d031c3da3c15b86f42c17ef1584736274776961 2,877 1.00/1.00 vMB 13
721,805 721,805 000000000000000000014c5fd1704e57a0e1c124e7d17c971cb746ab906f3ddf 2,588 1.00/1.00 vMB 23
721,804 721,804 0000000000000000000565013ed13518850f389f396a8cb46d98e932ef1a94b9 2,490 1.00/1.00 vMB 62
721,803 721,803 000000000000000000032c561bcb922b0ffb4f72893295bbdea78bbc7f814a5a 2,865 1.00/1.00 vMB 27
721,802 721,802 0000000000000000000a7340149934dcde9c5c9b9b69f8585ccb9b9b33d83f7d 2,606 1.00/1.00 vMB 47
721,801 721,801 00000000000000000000539c9c51598660f17e7038608f0b609a766fd775051e 2,381 1.00/1.00 vMB 16
721,800 721,800 0000000000000000000674815413f30d6c32409a3a877f259aba42b07df27582 2,656 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.29 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: 657.25 GB
    • Received: 14.51 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.