Loading Tool

Explorer IconExplorer

Memory Pool

74,729 transactions
27.52 vMB
0.06671101 BTC
Random Selection Loading Transactions
Max Size: 168.26/200 MB

Candidate Block

Mining Attempt ebaf78d418af5a7ad89a5bb457d18c98efb1fb0d8115095f6fb74548c32286c6
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 7ec379a267f8e91b3b0be1a3448fa813fe4066132ea30ef47e49203ddcb8e6bd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,864
Size: 1.00 vMB
Total Fees: 0.00794201 BTC
Feerates: 80.37 > 0.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (162,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
752,446 752,446 00000000000000000001c21439f10bac6e1c4782e754ced8af7ff1e52656dda7 207 0.07/1.00 vMB 12
752,445 752,445 000000000000000000042f37081ab3f9c694c0dbd4f85dfdcf9b0ec0146076f5 1,030 0.30/1.00 vMB 11
752,444 752,444 0000000000000000000230934dd885361e9d8629fe4cce00a98f6e6f43072c44 973 0.31/1.00 vMB 12
752,443 752,443 0000000000000000000400c3788b93d3d668924511da6cf9117968f0143cb552 295 0.12/1.00 vMB 9
752,442 752,442 0000000000000000000574d23c427dcec15091dfa73d70da82f69aec841c9b1b 329 0.12/1.00 vMB 10
752,441 752,441 0000000000000000000493216e060d9f0492f02e4f01069bed07ed9c9a4236e2 1,047 0.58/1.00 vMB 7
752,440 752,440 00000000000000000003d0f6dd74339f0dfad7a0c4d944a8f3d45d196baaffc2 1,977 1.00/1.00 vMB 7
752,439 752,439 00000000000000000004ed6faee7fa047ac4e35e9808a96f72f6c5ddc34b6876 2,798 1.00/1.00 vMB 10
752,438 752,438 000000000000000000076759f1056d010a86f4b83956cdc91a2cb2be4fe623d2 1,571 1.00/1.00 vMB 15
752,437 752,437 00000000000000000006ba74f2a974684164cccaefb11a05ff28c76ddf947ac1 1,181 1.00/1.00 vMB 20
752,436 752,436 000000000000000000068cd0e050c1b74d57709bc961441f9a77c8d7582ea743 2,082 0.86/1.00 vMB 13
752,435 752,435 000000000000000000041066f50de2c2ae0c6969a6f584721450572c29581f92 718 0.25/1.00 vMB 11
752,434 752,434 00000000000000000007efa9e36b8ebbaabafa3b51d04a8c9d8cdd73e7d140d2 2,593 0.87/1.00 vMB 12
752,433 752,433 00000000000000000008b58622c97b960e0f5332eff14bbf6a176ac1092979a6 2,351 0.89/1.00 vMB 10
752,432 752,432 0000000000000000000869b8da0f3af650b9e8e12f95aa4e9ea0c197b0a63000 3,041 0.99/1.00 vMB 12
752,431 752,431 0000000000000000000401e9e171bf7f2111a7952e183a32e58e5bc462ece263 226 0.88/1.00 vMB 1
752,430 752,430 000000000000000000021985ec7fba90d135d1cb8f6270333d0f4ab6103158b5 2,954 1.00/1.00 vMB 13
752,429 752,429 00000000000000000000ac952ccbd8e18bd254e69f9e50792d692bb24b2fbbd8 1,921 1.00/1.00 vMB 4
752,428 752,428 0000000000000000000746fac6a25eae8e4155d99be925bc2f61e42cd341c375 2,911 1.00/1.00 vMB 16
752,427 752,427 00000000000000000007b088b692c6861cdb3fcd9d71a8fd62220fb2dfd526d9 3,215 1.00/1.00 vMB 19
752,426 752,426 000000000000000000016796e28ecbb3c40720dc747c8d2dffa47339aa7a7c6f 1,791 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.90 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: 713.71 GB
    • Received: 17.44 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.