Loading Tool

Explorer IconExplorer

Memory Pool

83,902 transactions
31.91 vMB
0.08647153 BTC
Random Selection Loading Transactions
Max Size: 194.11/200 MB

Candidate Block

Mining Attempt d6724c75f80fa5ebb8b9bb2dd2d2cd7337947bd736ddf6ebe97505c76ffdfef8
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root b0f9a52e41d795af4b0bb314fcfd79136fc22a35e03bbad600080c5c497fb4e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,291
Size: 1.00 vMB
Total Fees: 0.01668785 BTC
Feerates: 40.21 > 1.67 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (420,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,940 494,940 000000000000000000c535daafc5a2825267dc78cbf98021b752ddb0835bd01b 2,172 1.00/1.00 vMB 205
494,939 494,939 0000000000000000006902fcf81bbf1295abf72bdb86c9cdbb2d5116efc488a0 2,265 1.00/1.00 vMB 448
494,938 494,938 00000000000000000096bb6213730241f7b6b5c012e60b0c9aef5fb998cf354a 2,078 1.00/1.00 vMB 192
494,937 494,937 00000000000000000040fd2224c18abb308422ebcfacc9e2dfec9a4ddb822096 2,284 1.00/1.00 vMB 137
494,936 494,936 0000000000000000001c86277b349974f31b4b3abc91bfc6ce01a377e0c771b7 1,917 1.00/1.00 vMB 76
494,935 494,935 00000000000000000052f27da59d653bd8c533dff71db8fb90de405631f86754 2,627 1.00/1.00 vMB 168
494,934 494,934 0000000000000000009774b13d072ba853ae3e6f0286ed5f1b81c8a592df858d 1,343 1.00/1.00 vMB 74
494,933 494,933 00000000000000000096fab8f811881c4490b322816920a4ff73f16636d39477 2,253 1.00/1.00 vMB 293
494,932 494,932 000000000000000000331e100dfe06e9ef15a7a0140876a52238da8a19e15a07 2,081 1.00/1.00 vMB 408
494,931 494,931 000000000000000000ba0fedf42e1f3d67e8e84589c78419ede8ffd22bf86e94 1,657 1.00/1.00 vMB 124
494,930 494,930 000000000000000000478cdfa552b9f585fd4df934b9b628aa8df3b81b93459d 2,327 1.00/1.00 vMB 359
494,929 494,929 0000000000000000005e42c198a225e1dd0ac28a36b516a698033c28a446f08e 1,605 1.00/1.00 vMB 132
494,928 494,928 0000000000000000006170d938411b3bc4f04ff792dd5ad418ea745f7c85106c 2,252 1.00/1.00 vMB 342
494,927 494,927 0000000000000000009e3336ad84feed88dce0c6e01019baa2cf3b860888ce70 1,829 1.00/1.00 vMB 402
494,926 494,926 000000000000000000061f4b4180a83beb87ee96b9ef4214e42b05ce8595cca8 1,612 1.00/1.00 vMB 69
494,925 494,925 000000000000000000841e1dc169e5f6a558dce5ea028c0222eca5b329ed0638 1,774 1.00/1.00 vMB 118
494,924 494,924 000000000000000000284cbfd91e4e81ec2845b725d5dc7d516fda878a911e9a 1,849 1.00/1.00 vMB 313
494,923 494,923 00000000000000000005ddcd2077c57965aa718c978c34f6cca005559af02bbd 1,949 1.00/1.00 vMB 266
494,922 494,922 0000000000000000004a89ad5db2876fcd1c23ea9b1f488459bb4645bcdcf50a 2,338 1.00/1.00 vMB 345
494,921 494,921 0000000000000000000c1ce9f3fdc5fcb450d0e79f7001ed1aa6c63cb4a5811f 2,068 1.00/1.00 vMB 100
494,920 494,920 000000000000000000b7a7a4be576aed09f05b1ebc0bb69b519d6796a76d95c0 2,673 1.00/1.00 vMB 212
Previous 10 blocks ↓
Total Size: 782.75 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: 708.87 GB
    • Received: 16.78 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.