Loading Tool

Explorer IconExplorer

Memory Pool

26,624 transactions
12.39 vMB
0.08573474 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.66/200 MB

Candidate Block

Mining Attempt 408e962fd8a51b517487fe605e56d412f0248c219548527be5c00314916860d7
Version 20000000
Previous Block 0000000000000000000061303aecdf2cbbea70a3d58ae0a454550813cc9b3f87
Merkle Root 8f0f21dcd3158ef38ba96d3bb662aeb75846c48ba1211d75a6a0578f4ff620d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,216
Size: 0.9979385 1.00 vMB
Total Fees: 0.06220366 BTC
Feerates: 502.67 > 6.23 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,698 (4,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
909,065 909,065 0000000000000000000147d0248bfcc4e32459b92490b432b81b94571bc16951 3,363 1.00/1.00 vMB 4
909,064 909,064 000000000000000000009997c9697abf35f4bd43bdf6c0a23c35a19b2f17ca9a 4,579 1.00/1.00 vMB 0
909,063 909,063 000000000000000000005f703edbe0a60bd54093c7084fb23c6f30e9e01400b0 3,192 1.00/1.00 vMB 2
909,062 909,062 000000000000000000019b98f374d40d23545333db548ce6fe53430f39239573 4,726 1.00/1.00 vMB 1
909,061 909,061 000000000000000000002ac7a0f88239ac58ba247331e3925a442d5bf405f9bc 3,803 1.00/1.00 vMB 2
909,060 909,060 000000000000000000004e4fb36f0e8bb8ed3cd65c4922e0c7eeeaac9cb04e05 4,225 1.00/1.00 vMB 1
909,059 909,059 0000000000000000000060444bb651cc25af7107c227630b064072757ba38a67 3,699 1.00/1.00 vMB 2
909,058 909,058 00000000000000000000f032c36e41c03ff99bc37ff5cbf7f0b20537033ff86e 4,130 1.00/1.00 vMB 4
909,057 909,057 0000000000000000000223c6eb1313cdca61221c26190eaa16a025abb5817d92 3,611 1.00/1.00 vMB 2
909,056 909,056 0000000000000000000006df8da67ab08d9a83b2d00d8ec8ca363c7e2ccce24a 4,179 1.00/1.00 vMB 1
909,055 909,055 000000000000000000000715ef75efa8ee141169676b8a7ccc85bfdb5e5585f4 1,920 0.69/1.00 vMB 3
909,054 909,054 00000000000000000001414dc8552a186096302e2a04f021cc6caa084428516a 3,395 1.00/1.00 vMB 1
909,053 909,053 0000000000000000000125e74d17f60e269ff835804689806fa73a25515f7f5b 3,610 1.00/1.00 vMB 1
909,052 909,052 00000000000000000001773171e30d45bb0e355fdd907d3c3de772c383cc6453 2,323 1.00/1.00 vMB 2
909,051 909,051 000000000000000000016e5909316ea1e83ad6b991a9e627df8c226d677384d0 3,897 1.00/1.00 vMB 4
909,050 909,050 00000000000000000000f5d04c1ace51dbf3f0efc46c71c74cfb1499602945ff 3,453 1.00/1.00 vMB 6
909,049 909,049 0000000000000000000155268215737a9444cecd1a00e7a05eefa53a6a70b84d 4,433 1.00/1.00 vMB 8
909,048 909,048 000000000000000000014a6b5be0940215a4f209a9772dd4c6d7dc6a30f07870 3,031 1.00/1.00 vMB 3
909,047 909,047 0000000000000000000120575d3b78797da9e3ba787ea52a29b184741680ad74 4,196 1.00/1.00 vMB 6
909,046 909,046 00000000000000000000279233713bc244818b045b646d92c3f92ccfc14604c0 3,501 1.00/1.00 vMB 1
909,045 909,045 0000000000000000000075ec922b1454f3d2ef5e042d9486522cd6827f1928f0 5,103 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 780.09 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: 493.00 GB
    • Received: 3.45 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.