Loading Tool

Explorer IconExplorer

Memory Pool

51,027 transactions
28.53 vMB
0.07355851 BTC
Random Selection Loading Transactions
Max Size: 153.51/200 MB

Candidate Block

Mining Attempt 13280d11e8b83264edf6f5a413f8e289f5e8be19dc0121c58375a792a33bc5ba
Version 20000000
Previous Block 0000000000000000000197e3bd931f4f31822b12c15d7fb295a4a4a0aeabebf9
Merkle Root 2bbff0a74b20480c7c8c89a60720f0df7ac015094558f7a3bc32286db0ea66b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,635
Size: 1.00 vMB
Total Fees: 0.01872101 BTC
Feerates: 500.00 > 1.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,794 (737,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,911 176,911 000000000000080695d64c6b97ddab3e2e3ccdb7e870fe6981bdc43b5c39dd96 10 0.01/1.00 vMB 18
176,910 176,910 0000000000000249474ffbbb2978748354d3e23d1e2a7d928bb6ca9a21326aba 35 0.01/1.00 vMB 805
176,909 176,909 0000000000000192f0909213b6dadd45982990487f4a2b8d502da3299fc1b907 19 0.02/1.00 vMB 61
176,908 176,908 00000000000009c2aac2a59b36dc538d0e6e9fe893ad2a84ad04da83e1ee13d9 144 0.05/1.00 vMB 7
176,907 176,907 00000000000000484af93469db9e6963d6d4bc0eb3fb391ac73e74751e1e2ffa 136 0.06/1.00 vMB 120
176,906 176,906 00000000000000984eb4e25df0826949716c784b96e72a4f7ecf451a80408bba 71 0.03/1.00 vMB 43
176,905 176,905 0000000000000a0cdb3052498e4e01f7de3621cec73def42e6c02804d0904893 60 0.03/1.00 vMB 9
176,904 176,904 00000000000002d4955583154e0234e76b1ef691fd4e5c106fb561a86b8197bc 123 0.10/1.00 vMB 138
176,903 176,903 000000000000005f6fcbaa60b38ef65f35bf5e173f4aa9b2e86b1c18a39ab7c7 89 0.04/1.00 vMB 237
176,902 176,902 00000000000001974a60b3c016c13cb78c3badced02323947131990378c725ae 12 0.03/1.00 vMB 935
176,901 176,901 0000000000000867fc531e3ab3f0e8bab013e460a7ed9ee2a93626b36d742973 103 0.04/1.00 vMB 57
176,900 176,900 000000000000089701daa438927842e77ddf24c161f81602018f90173eff0ccc 8 0.00/1.00 vMB 646
176,899 176,899 00000000000001ea7bbe7ce054e9000494eb519606e6867319ffc3397e9092b5 11 0.00/1.00 vMB 0
176,898 176,898 00000000000009e0f01bb97261f05c02ae1569a3025cda5714dddfeab92bec09 51 0.03/1.00 vMB 76
176,897 176,897 000000000000011f0afaa2e6468ac87c013bb3c870f44323449b908a9bbd4561 118 0.04/1.00 vMB 143
176,896 176,896 0000000000000061870d3b1e2f13be024c4ec3ed73efc9a5ed07dbc2139aa91c 120 0.04/1.00 vMB 105
176,895 176,895 000000000000013c9241ff69a81feead6092e0580fc0b06d427bcc686d09f93c 16 0.01/1.00 vMB 52
176,894 176,894 00000000000002200457da4eaaa92411e76f398e1821f1e2fd6e9f8b922828cc 168 0.05/1.00 vMB 62
176,893 176,893 0000000000000a6e4190adec99132988af66a8bc3badcf1604ec0a7b98a93064 11 0.00/1.00 vMB 0
176,892 176,892 0000000000000330dad01e2412bad080a26428c0da0c7b09d598989d5e68c462 12 0.00/1.00 vMB 71
176,891 176,891 0000000000000409c43f941e88fc257010d069aedfadb3b49a3c7afcd1b629b9 20 0.01/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.02 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: 649.93 GB
    • Received: 13.23 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.