Loading Tool

Explorer IconExplorer

Memory Pool

45,086 transactions
27.37 vMB
0.10390731 BTC
Random Selection Loading Transactions
Max Size: 143.10/200 MB

Candidate Block

Mining Attempt 1df89063d159dc2f0b1d9015f0fb196ab819be80fb4e562c7b84d263da427fbc
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 22b77fa98f0f133d2aedcbef1a841dd90124eebe2d5727eb036bf57cf6a6f698
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.04647823 BTC
Feerates: 151.01 > 4.66 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (184,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
730,444 730,444 00000000000000000006c74577dd257212b2094b2327109fa5097d257a69abd6 1,521 1.00/1.00 vMB 7
730,443 730,443 0000000000000000000972b0120f6a9aad12d06d0a25587364dc6955e34010a8 2,655 1.00/1.00 vMB 12
730,442 730,442 00000000000000000004d159d61d40ff41937c61e966390d54fbe215c6e5e38b 3,509 1.00/1.00 vMB 9
730,441 730,441 0000000000000000000422dc2e74e8a6cdf3db4b637f095dc2acc8daf5e1bc18 1,749 1.00/1.00 vMB 3
730,440 730,440 00000000000000000005365ee82b2fc97a91100ce6f26ce6af2775bd5645bde5 3,069 1.00/1.00 vMB 15
730,439 730,439 000000000000000000056d79fc86ae9dc7b185e40980570b974e88cdbba7d3a6 1,810 1.00/1.00 vMB 5
730,438 730,438 00000000000000000005148483c4fd52f0d1771df660ae3905bd6c11eda7195f 2,231 1.00/1.00 vMB 9
730,437 730,437 00000000000000000002805fd15bfcef5902b2b3412c1d73764f5c37c4906676 2,046 1.00/1.00 vMB 17
730,436 730,436 00000000000000000004f98161684acd7c53bb5f3a0bf2b61c799fbd0253c60e 3,190 1.00/1.00 vMB 15
730,435 730,435 00000000000000000007b3cccd1017fec3861eb34dab0ab3a00d2bb71ed21c8a 1,420 0.51/1.00 vMB 6
730,434 730,434 00000000000000000002f2c14b5c29e78f5b9467936a8a6d5da1b21e8a0cc59a 3,032 1.00/1.00 vMB 7
730,433 730,433 00000000000000000006d6831de848fa901d0965699066e4818e71f5a017c81e 3,131 1.00/1.00 vMB 18
730,432 730,432 000000000000000000083a9f57adf10f62b5ce310f0e379186f1094dd83a32bc 2,483 0.91/1.00 vMB 9
730,431 730,431 00000000000000000002156433be2e8f06c0d4ba359b7c42a6241e45d1d6ea79 1,993 0.66/1.00 vMB 6
730,430 730,430 00000000000000000002d9ed49f1781550944ce17ec767783a07f045d2b60ac6 1,967 1.00/1.00 vMB 16
730,429 730,429 000000000000000000025e0d8cb72af99b37367a59b56a85a831249ec7103d09 367 0.12/1.00 vMB 9
730,428 730,428 0000000000000000000758cf4474bf3dfd95f78e54c065912937c8df3c85544f 581 0.22/1.00 vMB 9
730,427 730,427 000000000000000000044f46e126e950899b525ed3cec3a3ab99317fe46b8b1b 755 0.37/1.00 vMB 3
730,426 730,426 000000000000000000025a5bec3df1335548ca67eeabd3bf8d04bd050b1ff888 2,275 1.00/1.00 vMB 5
730,425 730,425 00000000000000000006eec3f296915decd4196752e458a35fc4512d065e0418 1,424 1.00/1.00 vMB 8
730,424 730,424 0000000000000000000007831a40798d57a3bda01d5397d2bf9bd57bb16aa872 2,264 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.