Loading Tool

Explorer IconExplorer

Memory Pool

82,838 transactions
30.47 vMB
0.08248567 BTC
Random Selection Loading Transactions
Max Size: 186.94/200 MB

Candidate Block

Mining Attempt d2cf11fb0c43df5339cab2212f7c324e1375a20a012eea76beb55e6399d06757
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root a7b730d421b93c50092dd954ca150cc6792fdef5f6e52dba8f7d39bf7d955fe0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,619
Size: 1.00 vMB
Total Fees: 0.01392277 BTC
Feerates: 120.52 > 1.40 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (424,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,333 490,333 00000000000000000089f1a9b0d2ed57adab852d8bdb9e05dbd5bdd7767df957 48 0.01/1.00 vMB 626
490,332 490,332 0000000000000000000493aaab64b06b25e5d4bb1773808508dc0c8dbb243c67 2,498 1.00/1.00 vMB 297
490,331 490,331 0000000000000000004cdd3d12d9ca42570c6c5fa8d12466c285768c97927e7d 2,288 1.00/1.00 vMB 142
490,330 490,330 0000000000000000004ef73b4c09a527de727d047b776fc8eed07725a92a859b 2,346 1.00/1.00 vMB 184
490,329 490,329 0000000000000000003450a7c9b0c0520612afe9de7791aacdb40d89489ecec0 2,137 1.00/1.00 vMB 58
490,328 490,328 000000000000000000426cd000e318ff99cccf24145607c3766960fc0c5f4e1c 2,651 1.00/1.00 vMB 83
490,327 490,327 00000000000000000063f72912d2997d97bcb067cc4d41c982596c6c4e3beffe 2,347 1.00/1.00 vMB 153
490,326 490,326 0000000000000000005655c8d5be291996a0570b54ba9457e15b9a8af0537ae8 2,701 1.00/1.00 vMB 137
490,325 490,325 00000000000000000009e39291a5566c60410c0ae892fe004be99fd84e3fd445 2,563 1.00/1.00 vMB 142
490,324 490,324 00000000000000000063c46af1f947708fabefa9d21db16b56fce22573a023ae 2,328 1.00/1.00 vMB 167
490,323 490,323 000000000000000000881235f7e80ed12f592e533359cbbd1f4588947b00525d 2,135 1.00/1.00 vMB 176
490,322 490,322 00000000000000000044034ac98754bfe2c4ecd84b2f9618c15be55cae19aa67 2,520 1.00/1.00 vMB 163
490,321 490,321 0000000000000000006be4babd224bfa0fd123cd727880a2ba76dd34a198830c 31 0.01/1.00 vMB 441
490,320 490,320 0000000000000000000ef6f5aeabe4a2e40921a555600d638d6725a1d070613a 2,207 0.89/1.00 vMB 160
490,319 490,319 00000000000000000095dcc364284a54bd90fb218cffd1e9932b632347687e67 2,319 1.00/1.00 vMB 198
490,318 490,318 0000000000000000005e916e58e085394f357d87f062bc486a5b5fba6ebd8a29 2,665 1.00/1.00 vMB 195
490,317 490,317 0000000000000000001f079c7126cbeed2e4e51f75d3b9a1460bd1927e34aa70 1,476 1.00/1.00 vMB 353
490,316 490,316 000000000000000000dd08d31e095be3cef7c99725e69ce3559ca7c86888ca90 1,405 1.00/1.00 vMB 34
490,315 490,315 0000000000000000003dcd8f7a7918410b9ec665cc126cc7ec3f4d1f24f02013 2,441 1.00/1.00 vMB 51
490,314 490,314 000000000000000000cb7bdc2f5a5107ea07a2855469b93c4ba4d0d0dbbdbe90 2,082 1.00/1.00 vMB 111
490,313 490,313 00000000000000000029327beed8b5274a91d8c1e5fbfcee1d9f77850db60d1c 1,564 1.00/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 782.96 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: 715.28 GB
    • Received: 17.70 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.