Loading Tool

Explorer IconExplorer

Memory Pool

67,213 transactions
36.04 vMB
0.20067974 BTC
Random Selection Loading Transactions
Max Size: 193.52/200 MB

Candidate Block

Mining Attempt 5eb61804218bd9a91bc114ffe4728b96052ba45e6b6933c1179417c8ec9cf10d
Version 20000000
Previous Block 000000000000000000003037e9a0a24f24be3154ef9bb067e247aa21b2ef2f6f
Merkle Root 96129d18356e91b8150ca827d5944a2b836d0108ad76a99920aca33eb757d343
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.06465086 BTC
Feerates: 302.00 > 6.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,420 (802,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,395 112,395 0000000000009e8f8dd62af12d2939886bcbbf1a3ac166e98ac5b748f3ac5a8f 5 0.00/1.00 vMB 2,000
112,394 112,394 0000000000012758f0b24f6cdfd69712af1b55240c89cdca83a6a7e59cf96918 8 0.00/1.00 vMB 0
112,393 112,393 000000000000957b8ca7ab413e2500fe180ff4e67a1ae2f950a272f6055a19f8 24 0.01/1.00 vMB 546
112,392 112,392 00000000000026cd093272584a102f60ae9bdf3fe67b2a59cd87a68888279fad 21 0.01/1.00 vMB 562
112,391 112,391 000000000001106774dd428d02078916bfa3ef575d4358746c34e7091042785f 10 0.00/1.00 vMB 13
112,390 112,390 000000000000a5e003baa5d3ec3c1aedd291aff087767f150faa3ddc35cd3d83 12 0.00/1.00 vMB 0
112,389 112,389 000000000000659a2a445d121c93cdc6b751081746503aa9d198aab49d015338 10 0.00/1.00 vMB 0
112,388 112,388 00000000000067fa748a3c56e968dacd98a7b4e779e415ab644f034f1af4e59e 7 0.00/1.00 vMB 1,183
112,387 112,387 00000000000073357ac4bb67f5f834129bfefc38c15aa2612a55c3de9146b735 5 0.00/1.00 vMB 3,006
112,386 112,386 0000000000007252512fcb8283eb4f36dc759f0af52fd3516078a35fde99c68c 2 0.00/1.00 vMB 3,875
112,385 112,385 00000000000101b546a80b42bfa15909a2e08791532957e86fa4d1a4c80a828c 12 0.00/1.00 vMB 2,338
112,384 112,384 0000000000005b2ff0535d41b567afd1b93de71f9050c7a8e6a3d5dd48c469de 4 0.00/1.00 vMB 2,587
112,383 112,383 0000000000004a96a3fdaf998f20fd2ee3969815883cd776055814d5ed0b8936 1 0.00/1.00 vMB 0
112,382 112,382 000000000000897a80b61ab1d138b0ee7ea9541be7ac651efb66a6660921d172 11 0.00/1.00 vMB 387
112,381 112,381 000000000000a6ae373e74cfe7e64181d41bbda2cbf676368f0de27a1b0557d2 7 0.00/1.00 vMB 884
112,380 112,380 0000000000002a2d7ce9a180f5c74aea1877d9f2ea5d526e16befc365a4c2e71 25 0.01/1.00 vMB 313
112,379 112,379 000000000000fb11d701e8901a1497c75898d2ccfe1d9835476d7aa81501404b 7 0.00/1.00 vMB 2,235
112,378 112,378 0000000000009a0e3a7bfbee9cc10de551d4f73e57beff9d573add36b88b1653 7 0.00/1.00 vMB 1,511
112,377 112,377 0000000000006bb86a6004fcd064fcefd789169fe542d8d1d3b8c50768c9d84f 4 0.00/1.00 vMB 2,695
112,376 112,376 000000000000a82304e78b8d651c829aa81ce29a5071a0757cf1763634c2344b 4 0.00/1.00 vMB 2,590
112,375 112,375 00000000000080169bad40b0e88eb2b8f8269806c7c494d04aa45b841bb3152c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.35 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.11 GB
    • Received: 10.30 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.