Loading Tool

Explorer IconExplorer

Memory Pool

79,891 transactions
29.72 vMB
0.09082439 BTC
Random Selection Loading Transactions
Max Size: 179.52/200 MB

Candidate Block

Mining Attempt 5ff38454e860ee5f1b959c3f4cb9c4aa9cc3743c6dbd24d862a8d08e98eb413e
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 0680f6a00953c7b2da780c364fca303176058dee0157d43ce04947af105a63a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,791
Size: 1.00 vMB
Total Fees: 0.02690686 BTC
Feerates: 100.11 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (364,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,816 550,816 00000000000000000024626c20c7b3a263f72f829cffbd72781c9add84f3f721 2,182 1.00/1.00 vMB 51
550,815 550,815 0000000000000000001362ef523682005b3fb7a0b4abab8fc0137a539aefccc9 2,247 1.00/1.00 vMB 52
550,814 550,814 0000000000000000001b4e06b2cc2bd7444c91c1c250a22d90f575494adf475c 1,774 1.00/1.00 vMB 49
550,813 550,813 00000000000000000004b69bcab1f4f50263f9082d5272cc6a8aef534f520840 1,255 1.00/1.00 vMB 48
550,812 550,812 0000000000000000000712f22a14153bad23c6460c0262d30c6f667b38d67e4e 2,318 1.00/1.00 vMB 76
550,811 550,811 000000000000000000252db832fa57cb9dddad6ae53d94661f3c1b060129a355 271 1.00/1.00 vMB 36
550,810 550,810 00000000000000000003f14052145d97f69229731d6bcc73fac8f319f907d78f 1,790 1.00/1.00 vMB 56
550,809 550,809 00000000000000000010523d228c0361d31b04205f93d679baeaeef3e740b3af 1,857 1.00/1.00 vMB 22
550,808 550,808 000000000000000000236a2a35e40fa4b327f67367e3a2e9fcfbbf4c123fef5f 1,499 1.00/1.00 vMB 26
550,807 550,807 0000000000000000000ac82ee704e78d2e3b303ea859d87c8a300bb211394b1b 493 1.00/1.00 vMB 41
550,806 550,806 0000000000000000000021bfddfeff4a3a4e60049609311ef55958dc112b929b 1,926 1.00/1.00 vMB 60
550,805 550,805 0000000000000000001af21b460637b6917226c11e0926ff2e784eb729e08bf5 2,568 1.00/1.00 vMB 46
550,804 550,804 00000000000000000010c6890ca71f288871eef50bf0c7ea8c17b3d7e77a899c 2,636 1.00/1.00 vMB 41
550,803 550,803 0000000000000000001c0a949a59452f6aead8efc7a16a4be6d41485756bb49f 2,736 1.00/1.00 vMB 48
550,802 550,802 00000000000000000018b4be942f14f6536aa19c0282efd4b2abaac147bbe57b 2,229 1.00/1.00 vMB 72
550,801 550,801 00000000000000000013ce5dae7139c8c8232717e3d58ce34b9d5ff2daf6faee 2,268 1.00/1.00 vMB 54
550,800 550,800 0000000000000000001d00d1a03e7285661465d2a0a2ed9485cba09efff92a05 1,932 1.00/1.00 vMB 40
550,799 550,799 000000000000000000215f5767d1a35f7da00b394bcc68daac8e8d382911f3f6 1,810 1.00/1.00 vMB 42
550,798 550,798 000000000000000000139f4c5a511bf5fb0dae389dfa09c2b80b187847dbd674 1,858 1.00/1.00 vMB 27
550,797 550,797 000000000000000000051c95987ba68881665ba0c938569ff9ad66b731620ce5 2,233 1.00/1.00 vMB 59
550,796 550,796 0000000000000000001ba8762cc27de34367c8dff5102163dc9d3730c56370cc 1,068 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.