Loading Tool

Explorer IconExplorer

Memory Pool

80,480 transactions
29.79 vMB
0.07488210 BTC
Random Selection Loading Transactions
Max Size: 179.58/200 MB

Candidate Block

Mining Attempt 8f6298b1632d2a90eac8573ca337aa85e09dbaf7d60257a07e7b55fad8570b4f
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root e18f2e7a74a8f0d7590c986f42a3804f5c40812eec205955e77c45f5d1e8c9e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,478
Size: 1.00 vMB
Total Fees: 0.01421292 BTC
Feerates: 147.04 > 1.42 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (795,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
119,541 119,541 000000000000110bb41a85f374984904afde4f1cd797e9b192da240cf013a71b 8 0.00/1.00 vMB 969
119,540 119,540 000000000000316cf6a439e0d99008db7041c75f8bab4f1917c662ed62b97dbf 4 0.00/1.00 vMB 1,412
Previous 10 blocks ↓
Total Size: 782.36 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: 662.89 GB
    • Received: 14.88 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.