Loading Tool

Explorer IconExplorer

Memory Pool

43,260 transactions
27.11 vMB
0.06068433 BTC
Random Selection Loading Transactions
Max Size: 142.58/200 MB

Candidate Block

Mining Attempt a1ad75105ae70698669e7a60b4e8bd414129c473c654e49647cfacce6fe3cf19
Version 20000000
Previous Block 00000000000000000001393e5ce3f8a59f99bebbb69375245f35d67e782190a3
Merkle Root ecd308ba6e3b755a917d12590f82fbc9322e464dc0a1ccf724e7c8f4e6b77839
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,886
Size: 1.00 vMB
Total Fees: 0.01012479 BTC
Feerates: 40.21 > 1.01 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,905 (349,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,811 565,811 0000000000000000002bc89d898aa640797a57459ceecfe74834b05d65247fc0 1,767 1.00/1.00 vMB 10
565,810 565,810 00000000000000000029963b1db0ac69b5530c2b8382ca8c33f03246940c6f12 917 1.00/1.00 vMB 8
565,809 565,809 00000000000000000020d863743322ad89116fcf756b41397d521a2a9f7366d8 2,265 1.00/1.00 vMB 18
565,808 565,808 0000000000000000002655ba71c9d408546f333365bd72f0332913c5e09ab5e8 1,844 1.00/1.00 vMB 5
565,807 565,807 0000000000000000000d298eb11cc22a80e7015703f609ee223f6bc819442364 2,410 1.00/1.00 vMB 29
565,806 565,806 0000000000000000002a8e6404a13c9c1dfc1f5c5ddef26cc04f3b28fc4079fb 2,484 1.00/1.00 vMB 28
565,805 565,805 0000000000000000001a5ab600f732c19163ff891361bc58ead145c554d5bc19 2,581 1.00/1.00 vMB 18
565,804 565,804 0000000000000000000a8ebc1f3de8aec6b7178434fb2df47f229fda7c741aa2 2,895 1.00/1.00 vMB 37
565,803 565,803 0000000000000000002378f44e76d2d68a9e9c1b6bf5253f16bef7fd263929e5 1,498 1.00/1.00 vMB 19
565,802 565,802 0000000000000000000823d7c8c61bd23fa0a8b863059ab3d98483301d4e1c5f 2,135 1.00/1.00 vMB 27
565,801 565,801 0000000000000000000bde5aa1f8ee281d72f4e5c345aa085a33994302611040 2,035 1.00/1.00 vMB 30
565,800 565,800 00000000000000000029d66cd53e3cb33c927bf7e8824dfc5538ba6b9abcfaaf 738 1.00/1.00 vMB 6
565,799 565,799 0000000000000000000d8c05142983a4c09b67154ad6ffe39fb44288733177c1 755 1.00/1.00 vMB 7
565,798 565,798 00000000000000000018b78a7d7eb8927952938de5c7db38ed2d33f3e68e451b 2,723 1.00/1.00 vMB 25
565,797 565,797 00000000000000000002c4f65f80f9349ad31e905aa9674ce8e550dcb6979701 1,916 1.00/1.00 vMB 11
565,796 565,796 0000000000000000002c018fb08c745685b1cca4bb90c66e6b912289b0b9efa2 2,481 1.00/1.00 vMB 19
565,795 565,795 00000000000000000006b3d5e4f755ef56a76467e124b550d8a24152073de8b0 1,319 1.00/1.00 vMB 16
565,794 565,794 00000000000000000005107a364cfbebc6975b9518b92200379d6420e8c7daa6 2,309 1.00/1.00 vMB 17
565,793 565,793 000000000000000000232012e6bff8cdf2f0a562f3f81d017d91f8b25ca8c8d7 2,770 1.00/1.00 vMB 18
565,792 565,792 00000000000000000012b344dc0f0f941cb17b66287a2fdf80726c1577df7188 3,267 1.00/1.00 vMB 37
565,791 565,791 0000000000000000002347f3c36f12e5d612057d22c4c0ea2a3a9ef93f870cd1 2,859 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.22 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: 654.73 GB
    • Received: 14.18 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.