Loading Tool

Explorer IconExplorer

Memory Pool

40,698 transactions
28.29 vMB
0.06365389 BTC
Random Selection Loading Transactions
Max Size: 144.44/200 MB

Candidate Block

Mining Attempt d2f2a178b7d7aa30cdf4559fe3887863e8ed82829481b4126c2c9f1880383578
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root bf5e84c54f9978c4c5736c1a870851b5332820deb3f9b1604dfd075c5bb1d4e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,070
Size: 1.00 vMB
Total Fees: 0.00907760 BTC
Feerates: 87.72 > 0.91 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (502,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,116 412,116 000000000000000002ae5431b46833090e8cfe668c8a397ee1d6227287022cb5 2,288 1.00/1.00 vMB 59
412,115 412,115 000000000000000001285f082b46c7aba8adbdafea16f5b5f2ad44912552ced7 1,991 0.99/1.00 vMB 44
412,114 412,114 00000000000000000377f9f50d6e5dcf763d445d184bf48f9e6586ad479131a9 2,380 1.00/1.00 vMB 58
412,113 412,113 000000000000000003d6882e014c5eb610c4d53a2354369431682c540f022a5b 1,570 1.00/1.00 vMB 28
412,112 412,112 000000000000000002ec447f1a12f21d79d7ad042622377010763c180769c766 2,331 1.00/1.00 vMB 48
412,111 412,111 000000000000000002832b64f0ee23281223ba6352e7b95b9cae5b1589f01d18 1,793 1.00/1.00 vMB 46
412,110 412,110 000000000000000001c0b840d43de5168eb47328a2e0c4d7ce4a81823b015b87 2,782 1.00/1.00 vMB 106
412,109 412,109 0000000000000000030356e028b760ddfcc0e52dd91d436d6d017ebf75210324 2,628 0.99/1.00 vMB 69
412,108 412,108 00000000000000000390a63b51f38660e5321b312d0fd9b6091a9a1f4246113c 1,339 1.00/1.00 vMB 29
412,107 412,107 0000000000000000051db6723b90a1bf181db86b44fe68980f5e27002425d64e 2,049 0.99/1.00 vMB 51
412,106 412,106 00000000000000000085d9cabe805aed1e981bbe1eba925a5c2c95c36cf4ca19 2,094 1.00/1.00 vMB 50
412,105 412,105 000000000000000001c265ea3ea39d254fdb28c78c93e4ba2f83a08d7c2f5703 523 0.25/1.00 vMB 50
412,104 412,104 0000000000000000011af3c57b4937cda2291acb68c3e2969b27791d53bb6dd6 1,213 0.99/1.00 vMB 25
412,103 412,103 000000000000000001d3e6fa31ed4cc70dd6554f1d5e9b3a55f1092d83ef3d7f 2,029 1.00/1.00 vMB 57
412,102 412,102 000000000000000000c3b1e797dc94a3f6dc975d3fb954811ca0a2c09b084f58 1,165 0.50/1.00 vMB 68
412,101 412,101 00000000000000000451d5fe5b0abc97aaa0fa5438125b985c85a4cd19293f24 920 0.48/1.00 vMB 47
412,100 412,100 0000000000000000021943947bada10f9bab0ab766876389b2b214870cf5c0e1 852 0.44/1.00 vMB 47
412,099 412,099 000000000000000004df35c32748ee0bc51cd1835af0e9e263b1a8d086e72df8 1,729 0.98/1.00 vMB 43
412,098 412,098 000000000000000005130de7f49bdccbaa1b933dbfa042b038adccd89a80b75e 473 0.38/1.00 vMB 30
412,097 412,097 0000000000000000029acf09f082e68a0360ec9c9411a7773f097961b307b6ec 2,060 1.00/1.00 vMB 43
412,096 412,096 000000000000000001dd58b54616267cb0319e46e7ce11e5f50e19d19d5db3dc 642 0.34/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 781.74 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: 630.34 GB
    • Received: 12.02 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.