Loading Tool

Explorer IconExplorer

Memory Pool

68,695 transactions
26.19 vMB
0.08365518 BTC
Random Selection Loading Transactions
Max Size: 156.78/200 MB

Candidate Block

Mining Attempt 8fc59c346afa78e1e279a4404d9c7223230a8e54a159e659aaa8cf7285db46ad
Version 20000000
Previous Block 000000000000000000000bba9d9efd93b9148482607a448cf58573699d346776
Merkle Root 2f170011273f09d66d12fb12959d830b46578656409160619e049f381c7238a5
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 2,534
Size: 1.00 vMB
Total Fees: 0.02181999 BTC
Feerates: 100.69 > 2.19 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,637 (783,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
133,731 133,731 0000000000000a7af636716adf3bef1660d9286e5146d11250a199d472d1ccda 40 0.02/1.00 vMB 1,444
133,730 133,730 0000000000000becbb950a8787ee5fbe2e6dae4d00a38ff2225fcdd0b03b13db 225 0.10/1.00 vMB 54
133,729 133,729 000000000000077ab7c8e5f911876f97531271a8ab051c3e271499fc3ad87c6d 19 0.01/1.00 vMB 1,257
133,728 133,728 00000000000008d7f2361c554ce9ff3635b0e2c77d57c157e67f9edb9e046fe0 96 0.04/1.00 vMB 952
133,727 133,727 0000000000000573e7f86ec6d5e696a01a0409f6e71c07673b137cd585a17d24 31 0.01/1.00 vMB 306
133,726 133,726 000000000000060c69a0cf3e6c54ff8e6e11e2550e9f2d943977f49424ef8bfa 17 0.01/1.00 vMB 157
133,725 133,725 0000000000000b2379db6ce935fc4dacd556ce3136a04672c2f755485b569f6d 27 0.03/1.00 vMB 341
133,724 133,724 00000000000001061e26412ee3f5d2af8ca89a066e3286bd5dc52431053c80aa 6 0.00/1.00 vMB 704
133,723 133,723 000000000000064f21fbdb3e19ee341184ca46b8ecd826bf65f136d4717f6921 17 0.01/1.00 vMB 577
133,722 133,722 00000000000009110d1136087bf26af0f745ac5ecb7a0b7ecdae5b27d59aa1e3 22 0.01/1.00 vMB 110
133,721 133,721 0000000000000aec618a5fae8fdc463854f1b4585e17cd3ec3b8f0882a28854c 13 0.01/1.00 vMB 1,159
133,720 133,720 0000000000000627bf78eb302c8f6e9a50271f27bb1599d025eff2a45c72fcac 219 0.07/1.00 vMB 237
133,719 133,719 0000000000000bdb1e3e41e2daf4fc3d18729f41c436bbdc3993dfa7825506e2 5 0.00/1.00 vMB 165
133,718 133,718 00000000000000d6849791274b6ee7ad12de37f4ef51da0b8df7b8c11f81c1b0 142 0.07/1.00 vMB 671
133,717 133,717 00000000000006c552f68d4ab8c96300d27abecce54b244decbadd5029e04a74 127 0.06/1.00 vMB 459
133,716 133,716 000000000000077d10fed8cd43b988bdb9aa0800678faae9463398a47899824f 79 0.04/1.00 vMB 508
133,715 133,715 0000000000000ab35c9ff107bc088d7d46a6e65651991c49b38eed260dd0ed63 45 0.01/1.00 vMB 347
133,714 133,714 0000000000000c26fb3c0493fa9b21541664804a3019fb580532f3b496c607b0 174 0.06/1.00 vMB 455
133,713 133,713 000000000000093ddcafd84979e8ce477e0ca2fcc07b18fbc6eba5b4c89b74d2 12 0.00/1.00 vMB 1,473
133,712 133,712 00000000000000104e0600d98523303f3d02b17ff8c1400928cc40c8374eaf41 87 0.03/1.00 vMB 127
133,711 133,711 00000000000000f0659ab01c9601e3dca6c1d0239d1186027c3c218b928c9cf8 49 0.03/1.00 vMB 955
Previous 10 blocks ↓
Total Size: 786.91 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: 1,023.60 GB
    • Received: 35.70 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.