Loading Tool

Explorer IconExplorer

Memory Pool

38,926 transactions
15.85 vMB
0.12468613 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 90.38/200 MB

Candidate Block

Mining Attempt 1527eff15908f749093eae41d38b2a386d6c964529094d0b29d34fdb31ec5078
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root 420e3767aaef81319aa39a055e5c95926a71bb7d877b2efd63f8604d2e170cc1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,822
Size: 1.00 vMB
Total Fees: 0.05566191 BTC
Median Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (744,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
168,441 168,441 000000000000018483076d7cbc51088d782a17c853b5c110409a9f318777d7ae 135 0.05 vMB 43
168,440 168,440 00000000000005c12c6e4f62f709f380befa16e5967916e06b4c74c40130a83d 18 0.01 vMB 202
168,439 168,439 0000000000000589a6e5346825fde174851881442541b291daf8fb0c11254d46 90 0.04 vMB 59
168,438 168,438 00000000000009c920cdc93fb2ec05633ffc77b06abc8c8f6cdeb5766d631879 27 0.01 vMB 158
168,437 168,437 00000000000005a558bbcb3970ebac99344afe1a5dba7076ff9d1c569c384442 43 0.02 vMB 105
168,436 168,436 000000000000040545c9027e93b48ba0da0b37ff58dc586cd70e687c83a273a6 6 0.01 vMB 0
168,435 168,435 000000000000084dffe185a4f98d7a1a488bcb7b4a019b20b4630ae809eca415 13 0.01 vMB 25
168,434 168,434 0000000000000c0a321ee13096decdd5c3caaf110b44d10730fd1b48da6633ae 109 0.04 vMB 105
168,433 168,433 00000000000008071ee59ee301fcc5b048f4ccc212079a2c1c07f939d19222e6 5 0.00 vMB 0
168,432 168,432 00000000000009af7a43f531cf64962016539640ee7f24c3f4b452e60e643759 111 0.04 vMB 64
168,431 168,431 0000000000000677572c05db7b4dde1d880e9c97bdbc4040998a9a2a769f4c85 14 0.00 vMB 39
168,430 168,430 0000000000000add76ba33f176855b3e744996fcd3c352bd2eafa6f90521027e 63 0.03 vMB 150
168,429 168,429 00000000000001276c7f7b9e7e1ac81d2033bf8b0ed07eaa012da308fe012a35 42 0.02 vMB 41
168,428 168,428 00000000000004630808884c3b5352abd674eb0f520175febab31a00ab9c27d4 84 0.03 vMB 89
168,427 168,427 000000000000052ee4f515c7c5cd310fc742bd6562392cad564a63b5276540d7 29 0.03 vMB 96
168,426 168,426 00000000000002dcad812813662f660d17cdfbaf75661fb033433d9444adc1e3 102 0.05 vMB 86
168,425 168,425 0000000000000765555944646925edf0449cb6d33c7d8ecf335b01aec1d94ace 46 0.01 vMB 67
168,424 168,424 0000000000000127511f6b67e7dafbad9b2decaa1963ed119cd2091874b0c969 11 0.00 vMB 93
168,423 168,423 000000000000006927b830f2dd3c1447cbdf3f38f70cebff91c9d45a0050544a 31 0.02 vMB 90
168,422 168,422 0000000000000a0e7b8700c3758f7963667655c18b8f7efa58d8605a1349b512 45 0.03 vMB 144
168,421 168,421 00000000000007af08af129a4d8e7bd0f88f2b0b95ab331788d97c4942cb3927 4 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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