Loading Tool

Explorer IconExplorer

Memory Pool

42,852 transactions
26.36 vMB
0.05884706 BTC
Random Selection Loading Transactions
Max Size: 138.45/200 MB

Candidate Block

Mining Attempt 9d0c4e9920008922fb94865448bbc7d8d7677c08fca42df6be7943357ceab367
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root a223e5534e89da6fe5b21761fb916a8853d74eaa6d94b71b24172683e3c5d3f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,764
Size: 1.00 vMB
Total Fees: 0.01053261 BTC
Feerates: 150.92 > 1.06 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (313,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,753 600,753 0000000000000000000014d94ff34e9beae3b234181e92bd69a1a5509c0bc52a 3,330 1.00/1.00 vMB 18
600,752 600,752 0000000000000000000afe76bc7cb83fab86f2a4fe52605f8c5fa55768f255d5 2,921 1.00/1.00 vMB 22
600,751 600,751 0000000000000000000951c83b43f069eb02e6915bf3bb2ba09b2f1e573bcac0 2,759 0.80/1.00 vMB 12
600,750 600,750 0000000000000000000b1b5113df17dbfd50dd883bf920ad352cd730d936edbd 2,885 1.00/1.00 vMB 29
600,749 600,749 000000000000000000157d7b9661ebf3f60795a9cd9a9c4992ffe5ffc731827b 3,064 0.96/1.00 vMB 19
600,748 600,748 0000000000000000000eed890e5c74444bf50397f06135f4dc0f998855e45669 2,504 0.79/1.00 vMB 20
600,747 600,747 00000000000000000012e7bf61d3a2e6843735188e525b61d6a3db79dfe52539 2,755 0.99/1.00 vMB 20
600,746 600,746 0000000000000000000d228240b7cc9c534d6e068e53b12159486e5b97557f5a 2,929 0.94/1.00 vMB 22
600,745 600,745 0000000000000000000d261c1a7a1bcf775791533a7a1a2658d22c4742cee89b 991 0.27/1.00 vMB 16
600,744 600,744 00000000000000000000fa9682f1348587273bd6c43161d06059bcfc2b3aa2e5 2,891 1.00/1.00 vMB 25
600,743 600,743 000000000000000000024689e616052dda3c26ec3faf64e2be9e962425b7c69e 1,003 0.34/1.00 vMB 26
600,742 600,742 0000000000000000001508f5c6ecf7a463ca6272d214915079a4dc9d87a85247 466 0.10/1.00 vMB 3
600,741 600,741 0000000000000000000c50274dec1a2825b074f52e69586b31ef93ed536d201d 1,995 1.00/1.00 vMB 17
600,740 600,740 00000000000000000004f8148bebc3c2fff9798dc4a06776cd72acacf5805021 2,014 0.75/1.00 vMB 21
600,739 600,739 000000000000000000031a12a29ca2e3570131f35145f2dc68944608bcf31458 3,079 1.00/1.00 vMB 18
600,738 600,738 000000000000000000073787cc3a8e6a127c22f673f935fb3c74f455999d4066 3,057 1.00/1.00 vMB 30
600,737 600,737 00000000000000000001ea7cbde7841e7b8f62adb7bdf045b42c1353a3b59d83 2,151 0.76/1.00 vMB 7
600,736 600,736 0000000000000000000fc5e109307c595ce0d5577f6a252c38dfd03dd7353a86 2,934 1.00/1.00 vMB 24
600,735 600,735 0000000000000000000abecc9c4b604e1d0712e4ecdeafa263c412c0b519d8e4 2,936 1.00/1.00 vMB 49
600,734 600,734 00000000000000000008913cbb2c99aea71d6304885a03d53d98d021c60ea983 1,668 0.51/1.00 vMB 15
600,733 600,733 0000000000000000000f8fffe3277af20a0e522ceaad7e7c1c30a0169b62de89 2,844 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.91 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: 645.77 GB
    • Received: 12.77 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.