Loading Tool

Explorer IconExplorer

Memory Pool

79,381 transactions
30.30 vMB
0.12486098 BTC
Random Selection Loading Transactions
Max Size: 180.29/200 MB

Candidate Block

Mining Attempt 21126b1f4b39f1380e7494c8d26fae21a2fcd504ec7e44701565d9079f784f6e
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root 410864a214acdd51eac7c0bf7dd2ca71e7ea6ef8508cf451ae424b0374c96fcc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,254
Size: 1.00 vMB
Total Fees: 0.03189676 BTC
Feerates: 301.69 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (89,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,360 825,360 0000000000000000000399a8189fc2daf281ed26061d3290b6963259b77664ac 2,718 1.00/1.00 vMB 54
825,359 825,359 000000000000000000003c1e7800ae1eb401c219f722ce03db13d91dec52d56c 2,960 1.00/1.00 vMB 60
825,358 825,358 000000000000000000009f90d4c17c753eb5e933444d9118ce1f86a83be21370 3,162 1.00/1.00 vMB 92
825,357 825,357 00000000000000000002e064c91098fe88a927cfed936410a3d11c5ffb7fcfeb 3,230 1.00/1.00 vMB 132
825,356 825,356 00000000000000000001585e2b08c654025c1d57fa6314a2a33efcae837ee066 2,218 1.00/1.00 vMB 151
825,355 825,355 00000000000000000000ec739153c6c0335ec66e8f01f9a83667fe79805530e7 3,284 1.00/1.00 vMB 62
825,354 825,354 000000000000000000025bc559f2b4d13a52dab03f802ef7e5e5fa9640d6d0dd 2,739 1.00/1.00 vMB 115
825,353 825,353 00000000000000000001a71d7160ee66bd4f688e0965b3cb99b5eeeb90b41c77 3,329 1.00/1.00 vMB 102
825,352 825,352 000000000000000000035b9e3d66df4345ab8b663c873b3a931e1f3c92a7efb0 2,021 1.00/1.00 vMB 39
825,351 825,351 0000000000000000000228aea9b002ee968f2a7e560a448530c33488d8f50b3d 2,311 1.00/1.00 vMB 58
825,350 825,350 00000000000000000002c6aa477f6badd592fde988928a8af7ac9200e1aa5252 3,140 1.00/1.00 vMB 100
825,349 825,349 0000000000000000000175fc7e66187854c61c3e6a505de0ace0907b216d5d44 2,517 1.00/1.00 vMB 82
825,348 825,348 0000000000000000000296ca0d5b87a7a25e093c5bb768de70cb89e6064bd298 2,470 1.00/1.00 vMB 44
825,347 825,347 00000000000000000001e032b503a76699914bb3ebd9ac17449cf03e3c739dd0 2,496 1.00/1.00 vMB 47
825,346 825,346 000000000000000000005650420a97bf50bf16b36e817d4fbcf9381d5dc20472 3,025 1.00/1.00 vMB 87
825,345 825,345 0000000000000000000229472862b74c9f05b063f4fb33af00190bbdc0212660 2,596 1.00/1.00 vMB 124
825,344 825,344 000000000000000000032176ce02fa12f65a3521ca15119ff65ddfba537e7afb 1,565 1.00/1.00 vMB 38
825,343 825,343 00000000000000000002a65cb65c3c8e83849d2077491e0deb6b4054543be3c5 2,811 1.00/1.00 vMB 77
825,342 825,342 0000000000000000000377436dac17d8e8beb425a725e4c95c934cd969ed282d 2,057 1.00/1.00 vMB 48
825,341 825,341 000000000000000000037d4f01429f36c81c72ed8d57c1b83aef87bda9aaf91e 2,966 1.00/1.00 vMB 84
825,340 825,340 00000000000000000000b8b6b327634c1aaad24ad554c869a0c5ce8817a2d56a 936 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.91 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: 714.22 GB
    • Received: 17.52 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.