Loading Tool

Explorer IconExplorer

Memory Pool

81,215 transactions
29.84 vMB
0.10538285 BTC
Random Selection Loading Transactions
Max Size: 180.48/200 MB

Candidate Block

Mining Attempt 9f90b95c0ebecf45e07205ea6d2a4ae0ea36cb242ec42b6b159c1ece045aa9fc
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 77f1c0dedd2766a154a04b7a3cdf3d5503e98c8b1c7c384bb2e1b20ff569fbc8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,085
Size: 1.00 vMB
Total Fees: 0.03981910 BTC
Feerates: 146.36 > 3.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (242,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,992 672,992 00000000000000000004c99a7222b5413e6b999bb314fbeed40ca21106ce4657 3,391 1.00/1.00 vMB 69
672,991 672,991 0000000000000000000b35824ec1272f23d15302503a5a0a761dcebf5e1f195c 2,156 1.00/1.00 vMB 95
672,990 672,990 000000000000000000020aa68739cb89f1ab3d66d97d7960adc1b6aa44ec6c6b 2,547 1.00/1.00 vMB 119
672,989 672,989 000000000000000000034257886f7cf786b3d9068fbaf3b9367ca1a29ea5cacc 2,873 1.00/1.00 vMB 133
672,988 672,988 00000000000000000008c1b48f095d6b5c2e2e72f744d0f8e40ce5d3e04abc03 2,987 1.00/1.00 vMB 56
672,987 672,987 00000000000000000009e3fa91f0ee93d08adf18c4278191fff19509458b3a10 2,917 1.00/1.00 vMB 96
672,986 672,986 00000000000000000003d6f6822142741dcd1d9a740d4ff507af919097e8ce13 3,085 1.00/1.00 vMB 117
672,985 672,985 0000000000000000000c00997344f58c7c94e0afd67324d9033bcc601a3fea07 1,547 1.00/1.00 vMB 103
672,984 672,984 000000000000000000061e56779bc208f054d8698ff0c87e088faf9e72cb1741 2,153 1.00/1.00 vMB 126
672,983 672,983 0000000000000000000b1c1d25645f7176a87e52e2b6906ade241ba572490ea4 2,636 1.00/1.00 vMB 128
672,982 672,982 0000000000000000000727863341b79eaee48d83af3851991b7f43fda77ffc2f 1,581 1.00/1.00 vMB 41
672,981 672,981 00000000000000000001324880a6c9e1ce34d2deb42c12e05ae3274bd2b83e72 2,622 1.00/1.00 vMB 63
672,980 672,980 00000000000000000008aa00c5199cdc1d5e91867331a0bd0a5222303f19206d 2,847 1.00/1.00 vMB 88
672,979 672,979 0000000000000000000858c52b118cb71b4be5e6ab11b89a49f409341b07be4c 3,006 1.00/1.00 vMB 86
672,978 672,978 00000000000000000003943eb2ce43b50481c5ae4d2fe921eebe9bc939a76cb9 2,971 1.00/1.00 vMB 76
672,977 672,977 0000000000000000000b253c1ea09b396bb644b5b7ed0fdbd4185082c1e6136d 2,931 1.00/1.00 vMB 90
672,976 672,976 0000000000000000000a3fd129ed526ac9fa0299cc348e5acbad00dff238ef7c 3,115 1.00/1.00 vMB 136
672,975 672,975 00000000000000000006bf8d1f053dfdf6f1ed38743ad47e4c15300f80584ace 3,102 1.00/1.00 vMB 52
672,974 672,974 0000000000000000000700356ceeade970468d8c864445f29a685c43e841160d 1,159 1.00/1.00 vMB 103
672,973 672,973 0000000000000000000318539d06519fbefd8eeae3c156216b10e527c279cb79 2,095 1.00/1.00 vMB 127
672,972 672,972 00000000000000000007fa1941f05d5ab1b909e5a9b9224cce1e5964606cbc50 3,165 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.