Loading Tool

Explorer IconExplorer

Memory Pool

73,905 transactions
28.83 vMB
0.07271377 BTC
Random Selection Loading Transactions
Max Size: 174.77/200 MB

Candidate Block

Mining Attempt 95b86c37b20111e658c7ac690538fee22ddcae56acfe074f185acad112f1a5ce
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root d7573575dbf3cb2aad271951202fe3788c26795c616cb9065151b3f3345ef207
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,060
Size: 1.00 vMB
Total Fees: 0.00904110 BTC
Feerates: 100.26 > 0.91 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (86,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
829,412 829,412 000000000000000000009dc73cffb2c9883e9805fda1566d6433d9829669590c 3,290 1.00/1.00 vMB 45
829,411 829,411 00000000000000000001d7db9d51c9720684075d3ab002a859ca17bd9c97e3a8 3,492 1.00/1.00 vMB 36
829,410 829,410 000000000000000000015eef566788889d9970a8a0501b7ff638d206795cd060 4,041 1.00/1.00 vMB 48
829,409 829,409 00000000000000000000c4c3c64c16fa80f92d3cc62b9f6df05f8e49b1f5a218 3,687 1.00/1.00 vMB 45
829,408 829,408 00000000000000000002a74200a1d9ddb8f0e68c5bb7da96303e4ddebd91708b 2,707 1.00/1.00 vMB 39
829,407 829,407 00000000000000000002110f6111ae64efc8970bbf479663a1305d61b76aeee8 3,632 1.00/1.00 vMB 58
829,406 829,406 000000000000000000028deffb15a938b1c954d4f7cae4021589ba07b5389436 3,490 1.00/1.00 vMB 45
829,405 829,405 00000000000000000000eeb09ea0c40e833b9f5cd62cb5eb454dd8d265f809ea 3,124 1.00/1.00 vMB 73
829,404 829,404 000000000000000000025a9340556dd01e16138abc4d865c752897f217fcd812 4,311 1.00/1.00 vMB 62
829,403 829,403 000000000000000000003d6309ab7a30a02e28e937d51b3d88dde6162c34d01a 3,287 1.00/1.00 vMB 40
829,402 829,402 00000000000000000001b9cae92ca00d553ec8241e1934223311a809fa677c55 4,077 1.00/1.00 vMB 44
829,401 829,401 00000000000000000002f1600cf67e59cdb088f38fea2cead45a5baf5e404062 3,003 1.00/1.00 vMB 64
829,400 829,400 000000000000000000036a18b75fdf7a6bb3aaac9e07cbb26d7bdaa987016e20 3,262 1.00/1.00 vMB 89
829,399 829,399 0000000000000000000251c1036fc7543a9cb2ef001bcdcf21445aa73db7ef1d 3,218 1.00/1.00 vMB 108
829,398 829,398 00000000000000000001a1f4f4afb7f1cdf135e893c7fe5376c8d2e5c0eadaf6 4,484 1.00/1.00 vMB 48
829,397 829,397 00000000000000000002fc084759bdc6375f87bcce187643327c3f49317c2520 4,301 1.00/1.00 vMB 42
829,396 829,396 00000000000000000000fdaf298c1f91b7ea152baf05538ed2929eb8265048b9 4,375 1.00/1.00 vMB 47
829,395 829,395 0000000000000000000207af0ec17e100cca328f6911e5d288ba7a98bfeaa42e 4,345 1.00/1.00 vMB 78
829,394 829,394 00000000000000000000bc3c69b085ffdb69e52154048fa499c5034c3d8b13ae 4,393 1.00/1.00 vMB 58
829,393 829,393 00000000000000000002d04c65609f20965582a1d856864af1a0bf57cfb14a26 3,883 1.00/1.00 vMB 95
829,392 829,392 0000000000000000000282bb9dc8ddb9c094a2c7cf3d4e5f49ad1a70419d910f 4,201 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 783.15 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: 743.19 GB
    • Received: 18.69 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.