Loading Tool

Explorer IconExplorer

Memory Pool

79,013 transactions
29.60 vMB
0.07362332 BTC
Random Selection Loading Transactions
Max Size: 177.61/200 MB

Candidate Block

Mining Attempt 7dbf51c45c556e3e7cb6dcd77ea5580f2076d1e880e0a837359adc4cb5584a9f
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 7ccbaf37f4b861daddff0a4da76d9cd11c78eadd80a2932a8fcef224f2660d3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,166
Size: 1.00 vMB
Total Fees: 0.01346181 BTC
Feerates: 150.98 > 1.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (795,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,562 119,562 00000000000050d5728681e9fa07e3c9ff355446e05aff21bc8e0aea5bfb6391 18 0.01/1.00 vMB 618
119,561 119,561 0000000000006a5198f79d9bd04297de3b82b2b315843b35ce1cc1822eb46307 8 0.00/1.00 vMB 0
119,560 119,560 00000000000067e67c5097c69ab37dd026eba24a5f54d22c6bb7bc0e5a24407d 10 0.00/1.00 vMB 536
119,559 119,559 0000000000006581c52c53d6acb1f0d8b517bea9b9d04e5fb1e11a6e1897efe8 15 0.00/1.00 vMB 230
119,558 119,558 0000000000006ef66ad21db9be95afdbeda657fddaacb1ab9b9ff5cb78d6bdf6 20 0.01/1.00 vMB 0
119,557 119,557 00000000000080b7a0a0eb54240e7f6f14c790ca73c5a8bebb34882253bcfcb0 9 0.00/1.00 vMB 335
119,556 119,556 00000000000035668b18ea47d57372f384f39c4d732cc78c17ab05687300195f 1 0.00/1.00 vMB 0
119,555 119,555 00000000000052034912c549e2bf12913e6a34205b5c6a7d1c2d426831b47845 8 0.00/1.00 vMB 285
119,554 119,554 0000000000001372df22bf19ede66ff5fc591a949f3cb58c62f528b1290a6d0e 7 0.00/1.00 vMB 695
119,553 119,553 0000000000002812f9b1888b7788d303e63d0ac816f922c827b3683632810a81 11 0.00/1.00 vMB 333
119,552 119,552 0000000000009ade4067aa43cf08ea160a1a1a5a7a5594459cf7bd2bb98fef44 22 0.01/1.00 vMB 0
119,551 119,551 0000000000008a55153a51c09dd275ad7f0279fb57126831898428b57899060b 2 0.00/1.00 vMB 3,875
119,550 119,550 0000000000003b83fc28145661e2c21843f1a436a5ad2a2449bd64db61eaff69 2 0.00/1.00 vMB 0
119,549 119,549 000000000000a2bcb5023e38049ed4952dbc281715e90531544c024486191efe 2 0.00/1.00 vMB 0
119,548 119,548 000000000000ad88d4686a9dadff5b0bcde170b48c3d4939dbec11561e086003 2 0.00/1.00 vMB 0
119,547 119,547 0000000000007a7fc8f80441e56ab9687a0aaad3f51727f736570cb2adb85c49 13 0.01/1.00 vMB 1,502
119,546 119,546 000000000000095b63acc05da81328e6769c2f7ba85244451f4863c91c2dc865 3 0.00/1.00 vMB 1,560
119,545 119,545 000000000000acdb045e895517af15195e0c9439e5ade895a60670a98f191a2e 4 0.00/1.00 vMB 1,086
119,544 119,544 0000000000003d4e7fa19425cd5e7e3f5ab67447881837227f0802a975bb19f9 3 0.00/1.00 vMB 0
119,543 119,543 0000000000001b349dd519f9b64d0448c48c024b0bf67f661b63f50905acbb51 6 0.00/1.00 vMB 0
119,542 119,542 000000000000af0ba749759ddda4d29743607128734cc688bea15235f063b3f9 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.