Loading Tool

Explorer IconExplorer

Memory Pool

73,370 transactions
27.16 vMB
0.06130300 BTC
Random Selection Loading Transactions
Max Size: 165.89/200 MB

Candidate Block

Mining Attempt 7417f6a3cd56061148f20d71795abf0b16f81a26030d4f24e7a6f41eb16c3649
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root f33900cbc55140544f2545e22df7b2070534668f6c0059974bdc74f471e0b791
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,928
Size: 1.00 vMB
Total Fees: 0.00369750 BTC
Feerates: 22.12 > 0.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (353,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,275 561,275 00000000000000000023a334dbe175caeba237f5eccf6411c909c91a7567fbec 2,637 0.84/1.00 vMB 10
561,274 561,274 00000000000000000005f08f62de66226e2de0e5d81bc556d0950773c45b8f2b 2,996 0.94/1.00 vMB 4
561,273 561,273 0000000000000000001eeb1b54aebd4a4bde232f1af3912cb4583964b774f998 3,331 1.00/1.00 vMB 20
561,272 561,272 000000000000000000106a5c9e3f428ec3e7ca3f209f86c82dfd443d3a7811f0 3,216 1.00/1.00 vMB 14
561,271 561,271 0000000000000000000ff236fbf093edcb3c21c42e638fd8fa9cb747ea13eb45 3,438 1.00/1.00 vMB 20
561,270 561,270 0000000000000000000e5811d83c0caa8dcb1e8076961a4e33fd27011e125400 2,570 0.81/1.00 vMB 21
561,269 561,269 0000000000000000001e76d4a10a842927755608154ec781684a182aeca56296 77 0.02/1.00 vMB 11
561,268 561,268 000000000000000000030eb31b787d31933327d1e0b3f40f16e3caefa9605116 712 0.21/1.00 vMB 2
561,267 561,267 00000000000000000022baa938f09f0d8a6faf15ece9882a0efbef9f677fe641 3,477 1.00/1.00 vMB 11
561,266 561,266 0000000000000000000e3509140daf8e06978c1d6b15ce2ad36e7ccbaa1f44e7 3,156 1.00/1.00 vMB 15
561,265 561,265 0000000000000000001ff75f2381efa795be75d1af32622aef68252b7b680e54 2,294 0.76/1.00 vMB 11
561,264 561,264 0000000000000000001dd936ccc28cbbc2f8f6415a61cc55e9c7ff5a0ac04ca3 773 0.37/1.00 vMB 13
561,263 561,263 0000000000000000000e347c646b9687c4b715c68782fa612c562ffe9c36d98c 2,575 0.97/1.00 vMB 2
561,262 561,262 00000000000000000012aca31114d31969025a2a9dd299bb1fcf71843ecdc7a3 3,138 1.00/1.00 vMB 28
561,261 561,261 0000000000000000002796faf66bc170f7ab8b3fedd220370b241e31827a2c64 849 0.30/1.00 vMB 9
561,260 561,260 0000000000000000000a852587de7965d51492f0c3bbcb3b5b6f0597d9744fe2 1,367 0.62/1.00 vMB 11
561,259 561,259 00000000000000000012821cf72e9694231e7f4f9a702d02d76cc5f9d71afaeb 1,476 0.49/1.00 vMB 12
561,258 561,258 00000000000000000006d2e95cc0fbb030035acd392de1157920711fe4595e23 1,283 0.42/1.00 vMB 3
561,257 561,257 000000000000000000262e0ba655df0388c8309269ee19bf81a49c42fa71556b 1,450 1.00/1.00 vMB 7
561,256 561,256 0000000000000000000b290a5bfe380ec8d9eab7827143833c4ae7f87e3ba6d4 2,717 1.00/1.00 vMB 20
561,255 561,255 000000000000000000033450e86799ccb5937542a0d62a6f4c29c29818093a74 2,027 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.85 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: 712.42 GB
    • Received: 17.17 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.