Loading Tool

Explorer IconExplorer

Memory Pool

37,559 transactions
19.20 vMB
0.04438305 BTC
Random Selection Loading Transactions
Max Size: 106.22/200 MB

Candidate Block

Mining Attempt 6904ff1c5a28b13d55eaf12d3ca6eb9e2892b617c57063fe2e91369c7e006bc1
Version 20000000
Previous Block 00000000000000000001e885f453299570d6d4f81a0e2e4aa28fde3fafff4e84
Merkle Root bbdc98f6dde8d67e431b263f522c2fd18bcfcd4ec8574d16551d5d4bfbace3d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,319
Size: 1.00 vMB
Total Fees: 0.00720473 BTC
Feerates: 101.74 > 0.72 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,888 (786,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
127,557 127,557 0000000000002146c1bcdb090b2e5c31c1532f9b39c9ec3f76b454316b9b4be6 14 0.01/1.00 vMB 668
127,556 127,556 00000000000019eb72233775de2901c9b64ea19573a1aab715a52e1eb11ef5f9 10 0.00/1.00 vMB 524
127,555 127,555 0000000000002201f7d91682b454aced9a117e3becb5c0fd38af2110ac0d877d 43 0.02/1.00 vMB 668
127,554 127,554 00000000000015fa32c760defba08895f3f371295f7fa8a9db509463fbd97fc2 37 0.02/1.00 vMB 776
127,553 127,553 0000000000001de06a4a0ad7e375462a88106118912e5cb3adbe02957af16938 47 0.02/1.00 vMB 471
127,552 127,552 00000000000005c75918d95504d7fa0be214a4e876c85353eced80af18286fe7 37 0.01/1.00 vMB 273
127,551 127,551 000000000000124fdddfb9be88e684fa450b02562f74a634cf3061f8dc575e8e 23 0.01/1.00 vMB 1,117
127,550 127,550 00000000000015ba3308d66be350da98956be3bc7eed58c1dcd0715d630a1d2f 3 0.00/1.00 vMB 0
127,549 127,549 00000000000024a4cc9c3c4154e76f5984feb5c356d4d4851a9c3a9506b79787 73 0.03/1.00 vMB 202
127,548 127,548 0000000000000e1d79f277f61683140d4e11dd53bf4121a34b6e2fddef7b55cf 45 0.02/1.00 vMB 1,057
127,547 127,547 0000000000000c93d76e30c856c2bbf7dd621d48910e93254583c9af311ac46b 39 0.01/1.00 vMB 540
127,546 127,546 0000000000002405140939dd2a86c94fcd444012dfb85050ebf59e6ec750502b 21 0.01/1.00 vMB 176
127,545 127,545 0000000000000e026877e3d7fd547a106f050df42e84194ee34fb423650bcf53 4 0.00/1.00 vMB 1,642
127,544 127,544 00000000000002dce2e63d21ee3e5d8818e9f581228aa59ca4fd47e4843140c5 45 0.02/1.00 vMB 981
127,543 127,543 00000000000011ce20a12ab963a99867ad54d3753132beadc45c194ebc48f703 10 0.00/1.00 vMB 1,032
127,542 127,542 0000000000001bcf50d99619996db1b57617fa13aa0c4376b20cfbcbd948327d 98 0.03/1.00 vMB 416
127,541 127,541 000000000000192c848ed14b6323b6af228e74d13c579f8da73e5dfa239e6281 6 0.00/1.00 vMB 2,123
127,540 127,540 000000000000246de1ab92318f7c51ede9e7784428cb8afd3ecd393a05cc7577 27 0.01/1.00 vMB 618
127,539 127,539 000000000000247c5246fec871835efce339e215f0d9b4e9bad316a472f3804f 10 0.00/1.00 vMB 1,072
127,538 127,538 000000000000261c38f6059982c5bd08bc59464138c5e79371af39f856e7fe71 48 0.01/1.00 vMB 1,342
127,537 127,537 00000000000004855f171e0c2f081251667d27684a545217560de373e6e4d6f6 21 0.01/1.00 vMB 873
Previous 10 blocks ↓
Total Size: 780.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 525.77 GB
    • Received: 5.25 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.