Loading Tool

Explorer IconExplorer

Memory Pool

78,479 transactions
29.42 vMB
0.06872711 BTC
Random Selection Loading Transactions
Max Size: 176.72/200 MB

Candidate Block

Mining Attempt 277483b29c2f1932a417efdd588d3dd197f94d7310abef832d9cd8d1c63a04d9
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 3d0d575ce5e34feeabc66bf070aa6b09764a34d4d608494b7e1c7585faa20cf8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,876
Size: 1.00 vMB
Total Fees: 0.00909227 BTC
Feerates: 150.98 > 0.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (311,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,513 603,513 0000000000000000000e7bf3ead5fac75461200755f731d44b67e14033b7039d 1,473 1.00/1.00 vMB 25
603,512 603,512 000000000000000000096f04e3cc1f6d4f3fe855c414f99601b9c5c69c09cd05 3,235 1.00/1.00 vMB 28
603,511 603,511 0000000000000000001022cf9c7dc77347c7e34b0d79c104a8f451d3364ca061 2,737 1.00/1.00 vMB 51
603,510 603,510 00000000000000000012fd7979791f9732edd5154140b8bcfac202ff8e367204 3,279 1.00/1.00 vMB 41
603,509 603,509 00000000000000000005ae359169af7a1bac624f9f33d77746af61ae6638180d 3,498 1.00/1.00 vMB 39
603,508 603,508 0000000000000000000072a2890d14b7937121e3067433d44ff4134be5d8b8d6 2,512 1.00/1.00 vMB 15
603,507 603,507 000000000000000000134c2fe4ccf0eb9d772fa72f2b5e985b42eb6ffa7f8f73 2,832 1.00/1.00 vMB 18
603,506 603,506 00000000000000000009cf29056fcf83d23439be126e4dbd340787c74107c042 3,216 1.00/1.00 vMB 18
603,505 603,505 00000000000000000013e1261129ada21750f92a32524545cc2791c90c72c1c8 3,176 1.00/1.00 vMB 28
603,504 603,504 00000000000000000006c6416587d9dbc3b507187caca6c8edee002cf8ad3260 2,306 1.00/1.00 vMB 41
603,503 603,503 00000000000000000002ebbd99797d9c143793f7072578265d3dbd971e52ff27 2,768 1.00/1.00 vMB 22
603,502 603,502 000000000000000000074b5076983126ed5ed40f3ca2ea15b1ae202673ba6f94 2,869 1.00/1.00 vMB 30
603,501 603,501 0000000000000000000987d743265b6388c0e96cd15f37c4522350758da08e7a 3,053 1.00/1.00 vMB 28
603,500 603,500 000000000000000000115f6ff33b1b8e135a4eb95ee68b158c0dbdab88964b73 2,737 1.00/1.00 vMB 45
603,499 603,499 0000000000000000000ebfac6a38df01257aabfeaddffafb7d5c9aa182212f4d 3,127 1.00/1.00 vMB 29
603,498 603,498 00000000000000000015a83d38290ec1eef9272b63fca6469f6a3c7a772361ec 2,442 1.00/1.00 vMB 25
603,497 603,497 0000000000000000000b647ec1c4476864096f44acec42838f7ad95be57e7fc4 3,479 1.00/1.00 vMB 28
603,496 603,496 0000000000000000001585fad98ebca2091edb85df0185b639b68eca798a19f3 3,486 1.00/1.00 vMB 28
603,495 603,495 000000000000000000062759071ddf031438dfac35273989bce13ed781a888bd 1,969 1.00/1.00 vMB 47
603,494 603,494 000000000000000000065666f0bbc1a354410d8e8bf9084d64b26fb4b7816193 2,728 1.00/1.00 vMB 38
603,493 603,493 000000000000000000117cc04fc9d68523c1a0b1e14f6c63b441d837fdd3e1e6 2,579 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.