Loading Tool

Explorer IconExplorer

Memory Pool

42,092 transactions
26.85 vMB
0.06595503 BTC
Random Selection Loading Transactions
Max Size: 140.61/200 MB

Candidate Block

Mining Attempt a196b825a050bd964027c4524b897e88ba21c6ad220b4cb7bc03bd7c90f4dfdb
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 56bb0f8ec9e2032db498421678145ac2bfef033e8f461a3fcf1a0a916099ef7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,798
Size: 1.00 vMB
Total Fees: 0.01605637 BTC
Feerates: 151.03 > 1.61 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (279,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,928 635,928 0000000000000000000c78b6c70f4f374556a951002686fc9cb9119393a0c451 2,456 1.00/1.00 vMB 27
635,927 635,927 00000000000000000006d5deccfeb27a9bed8bb2c3bd25867d88b922be71a3a5 2,444 1.00/1.00 vMB 31
635,926 635,926 00000000000000000002604e267f814c2b8f180aa14521e688d92ffc3f3d67a9 2,341 1.00/1.00 vMB 27
635,925 635,925 0000000000000000000eb7c70cd3123f27bab306a0a8997d5305066dde556451 2,622 1.00/1.00 vMB 40
635,924 635,924 00000000000000000006f51eea66fbc2e3e5faec92f22657d7d2db5956c93ea5 1,936 1.00/1.00 vMB 33
635,923 635,923 000000000000000000022f11b6a81d825232a529ebd73c9833049cd31496d71d 1,711 1.00/1.00 vMB 23
635,922 635,922 0000000000000000000f42aad010d1715ea3473abeeb255d6b230f25bc64742e 1,672 1.00/1.00 vMB 28
635,921 635,921 0000000000000000000f5fdb4e4fc41155e801c86e0e93d86092e37f5a3925c4 2,412 1.00/1.00 vMB 44
635,920 635,920 0000000000000000000750ed930bd9c0b147b5bbe18881dd3e7547862199992b 2,041 1.00/1.00 vMB 33
635,919 635,919 00000000000000000009375a0a417a948d44afb09fcb31e529c1b47745ae2f43 2,196 1.00/1.00 vMB 36
635,918 635,918 0000000000000000000561e7f290accb1709e4a1028c690fc5f31c832279760b 2,425 1.00/1.00 vMB 21
635,917 635,917 0000000000000000000bf0b95b9b2ebad9aa4d986a4c2c36118af1d3a0a488f4 2,649 1.00/1.00 vMB 21
635,916 635,916 0000000000000000000c5a57a9f3e1859194d21a9543ee68833beda036857ce9 2,978 1.00/1.00 vMB 27
635,915 635,915 000000000000000000052a436b58b984d2bc788da56b03005c01ac993a85989b 1,516 1.00/1.00 vMB 26
635,914 635,914 00000000000000000003773bd9e0e4a1535648ef1469bfb33bf7e0966e3a9b18 2,613 1.00/1.00 vMB 31
635,913 635,913 000000000000000000030992ae4ee676d1d7f2b1829f332df20b7dee11e7f96f 2,842 1.00/1.00 vMB 23
635,912 635,912 0000000000000000000630d61cb40b9356caede455db8a4fb2c8119ac636d213 2,732 1.00/1.00 vMB 30
635,911 635,911 0000000000000000001087222d6c8cf42f4027fcf2549d829c45d4be29994b1d 2,681 1.00/1.00 vMB 34
635,910 635,910 00000000000000000008a1833f465887a73d34168e89a0cc91011b315d157b58 2,948 1.00/1.00 vMB 39
635,909 635,909 000000000000000000097ce389e583b25752000cccfdf5cf28ea7f082c6fab22 2,035 1.00/1.00 vMB 30
635,908 635,908 0000000000000000000c64ff6e0eb9d69e3612a2167c6c92a86d42f5972f1bdd 2,473 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.28 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: 657.01 GB
    • Received: 14.45 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.