Loading Tool

Explorer IconExplorer

Memory Pool

39,608 transactions
25.67 vMB
0.05172230 BTC
Random Selection Loading Transactions
Max Size: 133.39/200 MB

Candidate Block

Mining Attempt 89ef2edd52e809693e07edebbf5f43f1294b3e9285dbef196e384e55e0a35dd7
Version 20000000
Previous Block 00000000000000000000172132c00b110ec4ee02326028bead4b8d9ab2ab8c10
Merkle Root 2d0eab5386638738511e250e896180298eef3f5e5370be6437aad42174a71cfa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,409
Size: 1.00 vMB
Total Fees: 0.00533273 BTC
Feerates: 40.21 > 0.53 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,745 (313,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
600,732 600,732 00000000000000000006cf8c545644d168ea51a7e39cc118becc839ac0f959f2 2,981 1.00/1.00 vMB 46
600,731 600,731 000000000000000000036beeff3122218af8fae60865edcd411591c7c59c130f 2,557 0.83/1.00 vMB 7
600,730 600,730 00000000000000000000363c747af33ef0f9577e284da65b83abd652328d206c 2,738 1.00/1.00 vMB 46
600,729 600,729 0000000000000000000c479d0cd5d4278157ab1f8a0c14265c9f17ae34874b85 2,436 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.94 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: 646.58 GB
    • Received: 12.86 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.