Loading Tool

Explorer IconExplorer

Memory Pool

31,296 transactions
25.13 vMB
0.06041238 BTC
Random Selection Loading Transactions
Max Size: 125.52/200 MB

Candidate Block

Mining Attempt 47bff3b822ea05274b5d2c41a2949952443d4a4a7cd7de382337b6171d375cf2
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 07b2c6c8752e3ddeef164f89ba4a060a866de26aa24d3f696c8b52cd6bc91a6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,352
Size: 1.00 vMB
Total Fees: 0.01529573 BTC
Feerates: 100.24 > 1.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (313,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,796 600,796 0000000000000000000d55374d9c864afc9f23f4198b04ef2340faca5f3f7639 2,068 0.66/1.00 vMB 20
600,795 600,795 0000000000000000000417fb88236ae4801809a5d374369264122581e18f6f4e 1,349 0.59/1.00 vMB 15
600,794 600,794 000000000000000000032cb19904f42d83c9dc943684d230ddfd77479ecff662 1,797 0.52/1.00 vMB 19
600,793 600,793 00000000000000000007efcb6974ace79e1d4bd429f428769333b2e593507e7c 1,270 0.34/1.00 vMB 21
600,792 600,792 000000000000000000057cc226db780c42ae2e4cd11fc6a87f4b486d3bf51d29 2,038 0.75/1.00 vMB 16
600,791 600,791 0000000000000000000313f772653c492baf55c27e241e19c94ef7b7dbdd8b3b 813 0.23/1.00 vMB 26
600,790 600,790 0000000000000000000b06b7d9905ae56b0fce520f3ee63a8376ffbb26a34ee4 3,098 0.83/1.00 vMB 16
600,789 600,789 00000000000000000003531e39129e01b0315616cd384a05508b29997d202898 2,787 1.00/1.00 vMB 24
600,788 600,788 0000000000000000000bae7d881bdfa1c67cc2f67c86c36a7ac07367ad0d6256 387 0.10/1.00 vMB 26
600,787 600,787 0000000000000000000378ba647683fe14077082762ae012318011b36a994f0f 99 0.03/1.00 vMB 25
600,786 600,786 00000000000000000009f7df6ba8e9698769c83db6aebe2b7847bea8e0765a03 1,616 0.44/1.00 vMB 6
600,785 600,785 0000000000000000000c332552217592dba18bfe2f6715dfca90667b0dff6ca2 2,561 1.00/1.00 vMB 10
600,784 600,784 0000000000000000000534081af68d59c4f871ce988e566cd5caf51b61764eee 2,377 1.00/1.00 vMB 21
600,783 600,783 000000000000000000138f5a32b717d123b5f13633c27e78d86dc5cf394f35b9 1,100 1.00/1.00 vMB 19
600,782 600,782 0000000000000000001184f3b4d7d187c3a931b0d8d954d4da8a80d9bab356d8 802 1.00/1.00 vMB 19
600,781 600,781 0000000000000000000f21d4c8a6af839e2c534f7899e2cabcae170f3f439613 2,129 1.00/1.00 vMB 18
600,780 600,780 000000000000000000138175e541d0508a87f7ffc42941df812e9b4a95feb2d4 1,995 1.00/1.00 vMB 39
600,779 600,779 00000000000000000008d1e7f280b1a665b7698d2cff314dbac29d2e3c86221b 941 0.20/1.00 vMB 10
600,778 600,778 00000000000000000008710024eae2d46a1af40246e64cff84aefe244c2cfb9b 3,083 1.00/1.00 vMB 21
600,777 600,777 0000000000000000000eb01184f8e782f7a72c3c63a2a7da0f64d3d0a9ba7c08 2,490 0.77/1.00 vMB 19
600,776 600,776 0000000000000000000ced63d8c399dc0b7068966bf1fdb982f466f316d45247 2,069 0.58/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.86 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: 642.01 GB
    • Received: 12.53 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.