Loading Tool

Explorer IconExplorer

Memory Pool

83,444 transactions
31.34 vMB
0.08886167 BTC
Random Selection Loading Transactions
Max Size: 192.18/200 MB

Candidate Block

Mining Attempt e5c6cc3ce4f788fb087d19b5baedc2c547b994db2b8574d47eef41c138fbbfab
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root ff1fc79a9d9c3fa1f45cce127f3f47d1ff3f8f42343029825ce84d6e75ac2695
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,920
Size: 1.00 vMB
Total Fees: 0.01788000 BTC
Feerates: 20.00 > 1.79 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (308,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,032 607,032 00000000000000000000244e68a29604501bac39fce5691c759433c793e5dc9b 355 0.11/1.00 vMB 30
607,031 607,031 0000000000000000000343194a7ce359f9b667c24cd333a580f38fd3a69b7299 1,842 0.75/1.00 vMB 16
607,030 607,030 000000000000000000085a782bc2bb9dd8dc22e94ec6827bcf0ea7f0f2aaf4bc 3,108 1.00/1.00 vMB 20
607,029 607,029 0000000000000000000c6020536d1d831a97633617b9449fe70006a7c0c7265e 719 0.24/1.00 vMB 18
607,028 607,028 000000000000000000130817a31d9638f59d8b53af85dedb00092b81fd06e5a8 14 0.00/1.00 vMB 17
607,027 607,027 00000000000000000002384e325de706eeecd3ea0bec5f3a51e0141710952444 27 0.01/1.00 vMB 18
607,026 607,026 00000000000000000006ebdf5a2149a950d062b71c9cdb271a95c64e2a63cdce 415 0.12/1.00 vMB 28
607,025 607,025 00000000000000000010e48885be74c85c2f99b0d8a9b924d3ae640c761d33ad 2,881 0.93/1.00 vMB 11
607,024 607,024 000000000000000000062d58df4e0930d2eae5134035d97f7b9d626623516c17 3,010 1.00/1.00 vMB 26
607,023 607,023 0000000000000000000542464863f037e3f84f7b22782e92d2afaed0fa0c9d4e 1,789 0.59/1.00 vMB 20
607,022 607,022 000000000000000000129f4641fbc297ddae65c9479ea18ee473cafdeee0ea81 2,386 0.71/1.00 vMB 7
607,021 607,021 00000000000000000015bb4faf009ebde68c2252fb14d032852cf44362f0aea5 3,274 1.00/1.00 vMB 24
607,020 607,020 000000000000000000015c7557d9ce1701d145021aa874d0992064b1f22d3e33 888 0.29/1.00 vMB 22
607,019 607,019 0000000000000000001003b017262625baada729ace01cc2af215cb12b7a5d3e 2,659 0.83/1.00 vMB 8
607,018 607,018 00000000000000000002152d0a35ac5230e70afa7f302b3f26a2dae79b664dec 2,302 1.00/1.00 vMB 23
607,017 607,017 00000000000000000003eab8689799f7219362b947417f017f7e470d9c54c210 3,042 1.00/1.00 vMB 21
607,016 607,016 0000000000000000000d39c0e48397c3650dc75ac2214b53074fe5a2d82c2a7c 1,649 0.52/1.00 vMB 16
607,015 607,015 0000000000000000000bfb1e0378a691b7f95c6a89459ff55d8b3376279ef4ea 2,664 1.00/1.00 vMB 24
607,014 607,014 0000000000000000000460060e0b9a26dcbbc88fa8a93f41fedcaa90ff2bd76a 3,423 1.00/1.00 vMB 20
607,013 607,013 00000000000000000014b87e7507acb7dc3a7eebebf439b32cd8c5a6c9493fd9 1,440 0.49/1.00 vMB 2
607,012 607,012 00000000000000000013f0d1b3c37960c89091226de64006969b5ccb9806729e 2,617 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 709.61 GB
    • Received: 16.94 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.