Loading Tool

Explorer IconExplorer

Memory Pool

80,771 transactions
29.78 vMB
0.09407168 BTC
Random Selection Loading Transactions
Max Size: 180.71/200 MB

Candidate Block

Mining Attempt 3bd9db1ec31a042785faf481fdab381ffc6ccdbcd6320eb3ab0df35baf46ac3c
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 682af04fde15d69837c3fdb8b5a5ffa31f415876cdc3e026dffeb054db45c1c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,965
Size: 1.00 vMB
Total Fees: 0.02683508 BTC
Feerates: 90.00 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (417,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,114 498,114 000000000000000000a9fc87d142805845ba105ef27f18dee05d4b21418b0ee6 2,558 1.00/1.00 vMB 344
498,113 498,113 00000000000000000092b98490e636b29dbd17b314d29d13d74ce948d3b5ee50 2,643 1.00/1.00 vMB 373
498,112 498,112 0000000000000000000e73d1330ed6dd64c0bcbd9c59257461a62893b97582ff 2,395 1.00/1.00 vMB 426
498,111 498,111 000000000000000000a6ecb6af4138547b6616076a7fbda24292790073e801d5 2,864 1.00/1.00 vMB 306
498,110 498,110 000000000000000000abe115d38a839cc3f49058b8f9ec7905cebfca1b26b628 2,691 1.00/1.00 vMB 312
498,109 498,109 0000000000000000009dac6973f29e4e4b3da2cc75832784ab1998553a31e815 3,109 1.00/1.00 vMB 355
498,108 498,108 0000000000000000002ed0ecf5c2c509b8bdbe11fa467b91ed0bcc12cdd9c18a 2,031 1.00/1.00 vMB 337
498,107 498,107 000000000000000000901d89dec36c086e3940f81478f11315566834e22a71c6 2,206 1.00/1.00 vMB 329
498,106 498,106 00000000000000000069308392245a961df1bb60ccbf6a87f12e075e7b989f73 1,660 1.00/1.00 vMB 263
498,105 498,105 00000000000000000063500362cad9af0653391b88dc6a633b223e05c74a057a 2,119 1.00/1.00 vMB 290
498,104 498,104 00000000000000000011226474782e26ac0ecae395a58c21c7743787bd584171 2,597 1.00/1.00 vMB 290
498,103 498,103 0000000000000000001f949cedbcbf2b861b7430872658b7acf19b1f837f97db 2,620 1.00/1.00 vMB 273
498,102 498,102 00000000000000000067884caef1978d3845d8d3f0c44f5155805c8c95f2cb11 1,714 1.00/1.00 vMB 204
498,101 498,101 0000000000000000000701bc712f92faad17aa0a2c4d28e52c4a28a594f5b0ea 2,487 1.00/1.00 vMB 308
498,100 498,100 000000000000000000724ce5dfcbd97788afa6cbf1beafc3a3996c0997dfa0c6 3,136 1.00/1.00 vMB 289
498,099 498,099 0000000000000000002db67c112759bab16c63aa17e9cc2e2cf22d68eca14b68 2,259 1.00/1.00 vMB 327
498,098 498,098 000000000000000000442af5d0b514089b75bb41c44047762c3af0878b35f421 2,638 1.00/1.00 vMB 295
498,097 498,097 00000000000000000029b70e8c153283a2641e8e7958566e19a5580c1e225f33 2,587 1.00/1.00 vMB 342
498,096 498,096 0000000000000000008830065887f72e5dd5040c80f8ad9a61db431b3adb1f84 2,048 1.00/1.00 vMB 359
498,095 498,095 00000000000000000023ba7c659b3a33513c5bfa32c351d710700c41a1cd093f 3,060 1.00/1.00 vMB 230
498,094 498,094 00000000000000000024927c45276ae9003ba2c1ebca6fec63457367dcf41c10 2,494 1.00/1.00 vMB 253
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.