Loading Tool

Explorer IconExplorer

Memory Pool

82,489 transactions
30.13 vMB
0.10070369 BTC
Random Selection Loading Transactions
Max Size: 182.81/200 MB

Candidate Block

Mining Attempt e10deb1c08db456a231edab427848c4d9fd7529cfa2c3980b9155dadf3920000
Version 20000000
Previous Block 00000000000000000001cb55e2e618f7d0b14eff6361ccd981eeb53f94067c6c
Merkle Root d14283593c89d20cab0b39daf71fda4c24f922470483a7eb836a72ab21b6249f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,293
Size: 1.00 vMB
Total Fees: 0.03002418 BTC
Feerates: 301.57 > 3.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,120 (354,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,282 560,282 0000000000000000002b8d3e5fa556a7fc1c74e58314970354ece91bf9e50c2a 3,004 1.00/1.00 vMB 8
560,281 560,281 00000000000000000007aa331061b0fac5117e87fda1cd18b243b904418afe17 1,868 1.00/1.00 vMB 26
560,280 560,280 0000000000000000000bdb9a10fbd904f469b3c187f05e23a3fca36c46acb4d0 90 0.11/1.00 vMB 10
560,279 560,279 00000000000000000015051f59de4426f06efb7c2061f05c58350c049f12249e 569 0.23/1.00 vMB 10
560,278 560,278 00000000000000000011bb444b01de1550fe5f7ec5c1e4ab0ca016135c770426 2,657 1.00/1.00 vMB 2
560,277 560,277 00000000000000000029faa64c07febb8dfed6355a767c64d3a98eff0603a61b 3,359 1.00/1.00 vMB 9
560,276 560,276 0000000000000000000d684efe8b0e72d140c53f51610ab6a02c9d96d69c500f 3,123 1.00/1.00 vMB 31
560,275 560,275 00000000000000000008809b6508620723d1411f0dc77185b43ce4da32487715 413 0.12/1.00 vMB 8
560,274 560,274 00000000000000000004a1ada028e3cd51345e68c7c290ef5fbe59f0f2cf3708 398 0.12/1.00 vMB 7
560,273 560,273 0000000000000000002940df4f9d6656c677214485700e4dc9b63c9bb03212d3 3,526 1.00/1.00 vMB 19
560,272 560,272 00000000000000000007e7d1a58a3e7408903dcad0a99a3caee740346ea8fa28 1,152 0.34/1.00 vMB 37
560,271 560,271 000000000000000000128734ccda37a020b72bb7d12cfe84681ee8c4498ddb10 2,199 0.69/1.00 vMB 13
560,270 560,270 00000000000000000020313e81cf5a9d5f1833468c5081ca5f0b2564edb119cb 2,425 0.71/1.00 vMB 15
560,269 560,269 0000000000000000001d5493f1ada4276036167f6bf1797942dd9044cf8795e2 3,485 1.00/1.00 vMB 17
560,268 560,268 0000000000000000002143c7563c017ac8b035c93529725ba8b2bde5b7923803 654 0.19/1.00 vMB 6
560,267 560,267 000000000000000000086957d04e2adba3b9ac6aa5b95e9408db28e48f3a4e7c 2,408 0.71/1.00 vMB 13
560,266 560,266 000000000000000000196e263dc92aea0f4dfaa4edb232a4bbf41cf40df35370 3,151 1.00/1.00 vMB 9
560,265 560,265 0000000000000000001a806088bc1f300bbc677979703a4d0b8dc2c1f20a6008 2,059 1.00/1.00 vMB 14
560,264 560,264 0000000000000000001f4afaceee86ce67c21bdba9d2f29aef0844e13259d3d3 154 0.05/1.00 vMB 16
560,263 560,263 000000000000000000268fa43f28072bcde847b6388a5611c77ca301b3414ae0 1,854 0.53/1.00 vMB 11
560,262 560,262 00000000000000000022a4e9d4c8b971836f373d9b2521a4247d0ca84c9f30d8 280 0.09/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.60 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: 671.77 GB
    • Received: 16.00 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.