Loading Tool

Explorer IconExplorer

Memory Pool

79,266 transactions
30.71 vMB
0.10720045 BTC
Random Selection Loading Transactions
Max Size: 180.26/200 MB

Candidate Block

Mining Attempt 72ba3ec94bc641cf2bbbe25b5901373baeb44909f1d5ca15bf294b001889a916
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root 0e97a2fa3409abddeb4ec2841210950ea734053ac360468dd23033f7cc2aa64c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,922
Size: 1.00 vMB
Total Fees: 0.03395114 BTC
Feerates: 201.36 > 3.40 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (329,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,363 585,363 00000000000000000003f3f86f46459817c106484dcdf30546ffb0a9fd017403 2,725 1.00/1.00 vMB 55
585,362 585,362 00000000000000000002b32c8c931bd6f0cb182d4d3071b805f0986f3e4fcb80 453 0.25/1.00 vMB 2
585,361 585,361 00000000000000000018576919ec54c47c2aa97f7166ef70ae710ce13d75f241 2,886 1.00/1.00 vMB 31
585,360 585,360 0000000000000000000b783fb73141091de5279b8b5192a259b8761c53d704b9 2,979 1.00/1.00 vMB 28
585,359 585,359 00000000000000000004b07ce03f6af85b7d71c6b75c8ef76f49e4a0de44a0c6 2,662 1.00/1.00 vMB 17
585,358 585,358 0000000000000000001588fa8d82945ed26f95bcc968405f4200783250e831ba 2,336 1.00/1.00 vMB 40
585,357 585,357 0000000000000000000bc16f4763c7b5d0b3e2f3bbc863876a292c28b4e65baa 2,884 1.00/1.00 vMB 19
585,356 585,356 00000000000000000012323ab52df0c33cb22aa701210360e96f6d5987239729 3,179 1.00/1.00 vMB 78
585,355 585,355 000000000000000000011dda9de3b3e5d1c28bfcfa58f5afc3c9733e5c73b231 1,835 0.73/1.00 vMB 29
585,354 585,354 0000000000000000000d345adb23db892a2d84936d62c680fe24a6fe9dfeb06e 1,079 0.40/1.00 vMB 29
585,353 585,353 0000000000000000001087f49c5eb4188b45a9d10e0efddc807a89243dbe3af0 2,308 0.88/1.00 vMB 11
585,352 585,352 0000000000000000001834bba4e4159e1144565c7ef13183178aad31f62a0469 3,054 1.00/1.00 vMB 39
585,351 585,351 00000000000000000007f23985e494d8312804dab1aa0269edb1610494de2c0f 1,411 0.45/1.00 vMB 25
585,350 585,350 00000000000000000019d62f51721192d1b03f993383a6ac04053b10ff9efdea 225 0.07/1.00 vMB 25
585,349 585,349 00000000000000000010d8e8d0de3356db8d1d5f9b46f68a030c48ca23292a4e 1,203 0.44/1.00 vMB 21
585,348 585,348 00000000000000000018a0fc8a9a1fa19b9a3eab850a4cb47b684fa02610ce7b 2,865 0.92/1.00 vMB 23
585,347 585,347 000000000000000000183f8a23ca6622485c327f2e5d0a882a738dc5e352d179 1,061 0.34/1.00 vMB 21
585,346 585,346 00000000000000000008623794847266d5e5dfc35c990b826aff4431b3b9ee61 313 0.10/1.00 vMB 19
585,345 585,345 0000000000000000001d46142262132a468ae5ff889771192e36df6c1f5a843f 267 0.11/1.00 vMB 34
585,344 585,344 0000000000000000000df0e8192511b5caa39fa5f7e402804d8e0c0cd3a58054 1,694 0.59/1.00 vMB 15
585,343 585,343 0000000000000000000d495be7bef9ebb97df50443b2bbb81324d1adc75ef8dc 2,575 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.49 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: 668.33 GB
    • Received: 15.48 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.