Loading Tool

Explorer IconExplorer

Memory Pool

73,638 transactions
27.32 vMB
0.06363438 BTC
Random Selection Loading Transactions
Max Size: 166.77/200 MB

Candidate Block

Mining Attempt 57b6596318a7f64dbe4e96a13ee533e673feccbea60ef6e7c2b60bc8bb8541e4
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 70d4a10d56ea5d29684c205f2c177ccbe3d2ea1670afb720e74f06ffebe67681
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,246
Size: 1.00 vMB
Total Fees: 0.00556367 BTC
Feerates: 73.20 > 0.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (442,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,867 472,867 0000000000000000004ad751b0de841a2db56d7deb01a5153efaea16641b3e94 2,186 1.00/1.00 vMB 386
472,866 472,866 000000000000000000e6f3d22c06071f420a77efe88f1c4a0030e84c448d2ddc 2,081 1.00/1.00 vMB 292
472,865 472,865 00000000000000000073aa84cb344bf5b003807afd19a73877f554f0721cc457 1,910 1.00/1.00 vMB 262
472,864 472,864 000000000000000000dcce1579b66d30e6daf68a85ff24586321dbbb65d3982f 2,299 1.00/1.00 vMB 289
472,863 472,863 000000000000000000ff59a64b33d59243526a10b7891a8f73ae32ffc74c1f12 2,286 0.99/1.00 vMB 296
472,862 472,862 00000000000000000055cd4db607482155154ef2df0321dc78bb5cece7b02160 2,357 1.00/1.00 vMB 376
472,861 472,861 0000000000000000006080711e6279367b555aa1d284dc8d29ea7ba5d5ada9e5 2,191 1.00/1.00 vMB 386
472,860 472,860 0000000000000000000a26485b17b050614e743a16e3c8b3cf070f6851e01f27 1,390 1.00/1.00 vMB 106
472,859 472,859 000000000000000001695ca4937f82616dac469728598c75ff37c802da81d6b1 2,157 1.00/1.00 vMB 300
472,858 472,858 00000000000000000062588451efe0d8c51482b3a58da92e9cdbb0a1cc57a394 1,706 1.00/1.00 vMB 252
472,857 472,857 000000000000000000acabb2b4fe09cc88765e8dcc89ed5c16a3178cdb8dab82 1,411 1.00/1.00 vMB 64
472,856 472,856 0000000000000000002c5e70c2abeabd9b380a0a54a91558094111f3f4758bb1 1,951 1.00/1.00 vMB 234
472,855 472,855 0000000000000000012ba3bff42128d02105391aa1b7ad9d89c9b3bbe70b20f6 1,675 1.00/1.00 vMB 252
472,854 472,854 000000000000000000979c729007e5b7cf5bf08670e870720bedcd3883ead5eb 2,184 0.99/1.00 vMB 354
472,853 472,853 00000000000000000131f170eecaf1a01d28ba5ae03a73226fb273e1d31fdfc6 1,249 1.00/1.00 vMB 115
472,852 472,852 0000000000000000011ba8c1ddaa5aa3e69ed8121bf550723f8f3ca8078cd609 2,289 1.00/1.00 vMB 310
472,851 472,851 0000000000000000015312e965bfff25d0ff4290608131c368d583fadbb0d3d4 2,159 1.00/1.00 vMB 318
472,850 472,850 000000000000000000ed5516170b2c6ad5e2ff41233cb37947b287f44d796769 1,504 0.99/1.00 vMB 169
472,849 472,849 00000000000000000171a8a669497c5b614977b02edbc13659be5859f011a9e7 2,382 1.00/1.00 vMB 285
472,848 472,848 0000000000000000004b1d624ebac7f037c3d65be4cf3f86817ea7ab94ff654d 2,420 1.00/1.00 vMB 288
472,847 472,847 000000000000000000586a257a9d9c3f1e50b758b6ea607e642452f3c4cab3de 2,584 1.00/1.00 vMB 397
Previous 10 blocks ↓
Total Size: 782.95 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.14 GB
    • Received: 17.65 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.