Loading Tool

Explorer IconExplorer

Memory Pool

78,460 transactions
29.42 vMB
0.06863141 BTC
Random Selection Loading Transactions
Max Size: 176.69/200 MB

Candidate Block

Mining Attempt b6bc21de07b56cfd5da73cc16301b2f2d85aa1433da35131b45b9d911487f966
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root a0bdd95d01caf4d31d2f5a8e14ff1b58f663b61f5f50fd94c9659200525874d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,885
Size: 1.00 vMB
Total Fees: 0.00901956 BTC
Feerates: 150.98 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (432,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,857 482,857 0000000000000000007d9914de166a2f25d53808e1cc8af9e44c77c8ee9fbc1a 2,303 1.00/1.00 vMB 471
482,856 482,856 00000000000000000139defd6680c7534515fd02c9bb6ef09ccc39ffbc1c970f 2,220 1.00/1.00 vMB 387
482,855 482,855 00000000000000000043afc859166aedf07e66955a4da8b6a985e50ef5880e66 2,351 1.00/1.00 vMB 393
482,854 482,854 0000000000000000011b687ab9f716b49b1a423e738ffb2acb6caa58430e932a 2,301 0.99/1.00 vMB 414
482,853 482,853 0000000000000000013b217711fe4da8d24a8efd3e21aea4d246c8f07b870c93 2,470 1.00/1.00 vMB 426
482,852 482,852 000000000000000000011b1f3175e3bc7403989bdd1bdec6a4e235b9572355a1 2,347 1.00/1.00 vMB 490
482,851 482,851 000000000000000001249833e3bd03930a40e5133b09a614680effce88eeddd3 1,565 1.00/1.00 vMB 555
482,850 482,850 0000000000000000012099f03291d0a52d51484fc1a80f48647e08e016c29721 1,110 1.00/1.00 vMB 124
482,849 482,849 000000000000000001347bd43b57668442f9bf45f045dcea7884572c870ee112 2,141 0.99/1.00 vMB 406
482,848 482,848 0000000000000000003b76d673b377591c4151b32e09f83ec4d8cbbb4f28005b 198 1.00/1.00 vMB 5
482,847 482,847 0000000000000000012469fbd3db5eee9cafa2389f9884250f1bc66a94478ca0 794 1.00/1.00 vMB 101
482,846 482,846 0000000000000000000a508dc0033a2b4da6a86b916f233356801c2b39bb7721 1,786 1.00/1.00 vMB 298
482,845 482,845 000000000000000000c9216f2ed61859d3fcfcaf0d4af89c4179e1c7b0946c1d 388 1.00/1.00 vMB 38
482,844 482,844 0000000000000000001e359045bec4ceb1e5d6a97baf6f96ea088551d73f44db 681 1.00/1.00 vMB 69
482,843 482,843 0000000000000000000a58c4ba1078325974aec78d9db5d60015b21dcf533d66 1,505 1.00/1.00 vMB 235
482,842 482,842 00000000000000000093f74f8628102d4a9fb5442bb0e1f4db917eae6df932d3 1,103 1.00/1.00 vMB 346
482,841 482,841 0000000000000000001a609d9c5a1b90b3dd832fa68245a2c62e49c9b409fed3 1,334 1.00/1.00 vMB 232
482,840 482,840 0000000000000000007a8b2b8e3904b358355cb04e032879b6016026c30cfc42 945 1.00/1.00 vMB 196
482,839 482,839 0000000000000000005626db9837f570f77da3c59f932a5a5d9186777ff5389f 1,236 1.00/1.00 vMB 315
482,838 482,838 000000000000000001318bc4a090356330a4cb5c8eb8e7973521ca174d141300 764 1.00/1.00 vMB 29
482,837 482,837 0000000000000000011e6564231c41106ea10c80c0fe43b37d5c6d1b49905bd0 451 0.29/1.00 vMB 280
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.