Loading Tool

Explorer IconExplorer

Memory Pool

81,205 transactions
30.33 vMB
0.07757002 BTC
Random Selection Loading Transactions
Max Size: 186.06/200 MB

Candidate Block

Mining Attempt 6d7cfa037574e15d7cab5205c1ce85f649c7213b313abc1c0c9c7cebcafd0e49
Version 20000000
Previous Block 0000000000000000000116eb891d68bf2fdad711435d1f341894a942ec650942
Merkle Root f5ffa30edcac8bd866b5f0675bea6235ce2f2c003a196ec2b459637bfcbfaaac
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,601
Size: 1.00 vMB
Total Fees: 0.00982060 BTC
Feerates: 60.11 > 0.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,360 (21,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
894,060 894,060 00000000000000000001d2c187a03a82aed2d8cda66a5572a27c78d9ff7a549a 2,589 1.00/1.00 vMB 2
894,059 894,059 000000000000000000018430aa7c9266c6e57b426e1e2a2996d3b8ce634f9711 2,898 1.00/1.00 vMB 3
894,058 894,058 00000000000000000000abe23521ec5ec0604f3e0ad7545027c1e781ed033517 974 1.00/1.00 vMB 1
894,057 894,057 00000000000000000001aca3ca5ad0e2cd7af9665e87bb8c09ba3bf198c77570 4,166 1.00/1.00 vMB 4
894,056 894,056 00000000000000000000a97e74d5d42bacf3336e7a0f257f2618d898ba0e0baa 2,799 1.00/1.00 vMB 2
894,055 894,055 000000000000000000017bd366bd95df438d3362e7410107064a6ecc4556b81a 2,058 1.00/1.00 vMB 1
894,054 894,054 0000000000000000000022a77a7d51d2fdc16f5945f0b0d1d4fead10304f2099 1,143 1.00/1.00 vMB 1
894,053 894,053 000000000000000000018fe8a80905efd8b68a0697f1a56033539832bcad99a7 1,605 1.00/1.00 vMB 1
894,052 894,052 00000000000000000001696e745e05177e400ce2d9fbacbb28291342f0956885 1 0.00/1.00 vMB 0
894,051 894,051 00000000000000000001705ae6e2088f966eb2807042ada9235e369c2d595182 2,712 1.00/1.00 vMB 2
894,050 894,050 0000000000000000000092cf2d16027dd36fec192de3e0344b353ce9d9503a39 3,255 1.00/1.00 vMB 6
894,049 894,049 000000000000000000010a4c1b702a8bd100a7042b58a82e35cb314bfcd3c9f9 3,506 1.00/1.00 vMB 5
894,048 894,048 00000000000000000000c4e4e4427b8f8bd904478ce4e8f32dc7cd9e0d23aae4 4,257 1.00/1.00 vMB 5
894,047 894,047 000000000000000000019b3a925edac69f799b901a902e7a75d4b16205b38173 3,939 1.00/1.00 vMB 6
894,046 894,046 00000000000000000000e4374e30baf2dbfd03a6a23ce03f4751d275172c416a 3,254 1.00/1.00 vMB 3
894,045 894,045 00000000000000000001ad02554810d40606b6d0c3e2dded60c6abd6c4c1c6d0 4,236 1.00/1.00 vMB 2
894,044 894,044 00000000000000000000598bdb12582f4f32faf9fd4537772e79500cdddc7946 1,430 1.00/1.00 vMB 1
894,043 894,043 000000000000000000010ae72f6ffc73d45134d95612e04e1fe0d482b74c778e 1,064 1.00/1.00 vMB 1
894,042 894,042 00000000000000000000b018a7df5fd983d065559117a44489c7c62418944b7f 2,941 1.00/1.00 vMB 3
894,041 894,041 000000000000000000014361a7aa223f6519aeac018eaab0136bf792d0275bcb 3,248 1.00/1.00 vMB 3
894,040 894,040 0000000000000000000193416acf47555a3bbebc1edaf566ad36c7a70c606ce8 3,742 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.01 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: 718.94 GB
    • Received: 18.00 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.