Loading Tool

Explorer IconExplorer

Memory Pool

79,659 transactions
30.36 vMB
0.07031244 BTC
Random Selection Loading Transactions
Max Size: 184.69/200 MB

Candidate Block

Mining Attempt 0318726905c4de987aa5352623ae1ede93b8c21770a9116f96024ee0f849badd
Version 20000000
Previous Block 000000000000000000013056a9caa15cd1e34c038e1bb47f9d61c37f2e670056
Merkle Root 7d7964440a24334a5c3fe10da52cb737ed46b21ed51fa6ba28bc54696e33d231
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,173
Size: 1.00 vMB
Total Fees: 0.00481813 BTC
Feerates: 50.27 > 0.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,196 (460,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,970 454,970 00000000000000000116c72a2a87385afef74337decb9cadf004a866bb0c7420 2,447 1.00/1.00 vMB 158
454,969 454,969 0000000000000000024c7d9b11a516f8a2873da0a5b0259482f724c2ed4aef1b 1,963 1.00/1.00 vMB 134
454,968 454,968 000000000000000000cc1703f32f4ef9fefaf19c066bff269068c4f9a11b55ce 2,741 1.00/1.00 vMB 173
454,967 454,967 0000000000000000018ea144d411813852f35ac4cbaf021eaa3a3bf03439e200 2,758 1.00/1.00 vMB 203
454,966 454,966 000000000000000000af40e2295fe290fee4595333b842312d4d4d98172725ce 1,055 0.66/1.00 vMB 82
454,965 454,965 000000000000000000c3c78b72fee8a667e7ae07f57e8a5fe0955f9b2c253e4a 1,185 1.00/1.00 vMB 63
454,964 454,964 000000000000000000b20ef49806f854445f06a7708e78f30d3ffa01da937aa2 2,171 0.93/1.00 vMB 136
454,963 454,963 000000000000000001e8c35fc00282e12b0a248c1957407e2cf4f2767fe3407a 2,080 1.00/1.00 vMB 111
454,962 454,962 00000000000000000178bf3ee6643f361ec341dc33ddd1959d0470e5c8b20b38 2,205 1.00/1.00 vMB 149
454,961 454,961 00000000000000000024a996b9be8a408fd8189029f5731300207ea92cfcc372 370 0.97/1.00 vMB 29
454,960 454,960 0000000000000000016e802c1c9e9d14b03fa463a52be714b0f714451346bc66 1,074 1.00/1.00 vMB 59
454,959 454,959 000000000000000000bb1b9dcd6cee5d43e0b2b339d36aba4d8bc20a0893eb2c 1,869 1.00/1.00 vMB 99
454,958 454,958 000000000000000000a8c666c88a64d8207075e9234e1fac623feadcc2131e2c 2,072 1.00/1.00 vMB 104
454,957 454,957 00000000000000000208d781c6c4d6d7a185aaa4dfebbc5c971388fb12c20bee 2,294 1.00/1.00 vMB 136
454,956 454,956 000000000000000000bda8c59fc2d0e57a35f6728d4d7d730f164a7836e0936e 2,563 1.00/1.00 vMB 144
454,955 454,955 0000000000000000000c5dc465e585e2d6a14333e5a77b5758dcabb2d7e00686 1 0.00/1.00 vMB 0
454,954 454,954 000000000000000001d0155f281523dd319b6a98a290723754abd5b91dad4e7e 2,398 1.00/1.00 vMB 145
454,953 454,953 0000000000000000004b8d1b020eeb156ef2486d02ff587b92ceb6455ce576df 1,023 0.37/1.00 vMB 164
454,952 454,952 0000000000000000019906cc0151d5377a1f4cea6281a540d552e4883c1402a6 1,985 1.00/1.00 vMB 111
454,951 454,951 00000000000000000223afea908cf465f8307a962d09bd5f862d5231cba5ac9f 2,247 1.00/1.00 vMB 124
454,950 454,950 00000000000000000053bca7df93c1def064d6b882bbc038b9bedb1d064c0621 2,331 1.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 707.69 GB
    • Received: 16.69 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.