Loading Tool

Explorer IconExplorer

Memory Pool

41,485 transactions
28.34 vMB
0.06764001 BTC
Random Selection Loading Transactions
Max Size: 145.04/200 MB

Candidate Block

Mining Attempt 15e9f7fef18ba6dc8598d67d52017fc60b2ac07f8d0f25bce60d05a4bf202165
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root a62b39f412c677d52a7b632b1cc992557abafceb9b55907f7a213c4ebc8ddddf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,472
Size: 1.00 vMB
Total Fees: 0.01284985 BTC
Feerates: 201.07 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (78,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,236 836,236 000000000000000000014e06a03ce41d2a47e77e899b5db1859ce1944a7892eb 2,134 1.00/1.00 vMB 11
836,235 836,235 000000000000000000030a62fcb2f65e2e8cafe8b389ea6601167d8aede34477 3,195 1.00/1.00 vMB 17
836,234 836,234 0000000000000000000066dff5e4a204d4f3c6bd7f7308e0104083e7b381eb2d 2,487 1.00/1.00 vMB 8
836,233 836,233 00000000000000000001bd317bc81d69c427a8adc9f2aa87a5fdb4cd57fcf069 1,456 1.00/1.00 vMB 10
836,232 836,232 00000000000000000000eee036766e0d341b178960a2fcd498b3cb80032c28dc 3,242 1.00/1.00 vMB 19
836,231 836,231 000000000000000000008d7716b1a4185c060c1aea52ab1bbd82f3dae0569cbe 2,032 1.00/1.00 vMB 9
836,230 836,230 00000000000000000001f603a440698c6bab4a9e4f89d4db277cc26663e2b810 1,182 1.00/1.00 vMB 7
836,229 836,229 00000000000000000001f3a51da2d7c68f624a0316ee1f53e156ce23ecf35be3 1,098 1.00/1.00 vMB 7
836,228 836,228 0000000000000000000127beebe75e55d934862122d5bbc0adc90d1f7bea2b40 1,894 1.00/1.00 vMB 8
836,227 836,227 00000000000000000001ecb9f8c71cedfb9e1948be062c33a98d283d6d377fd2 2,681 1.00/1.00 vMB 14
836,226 836,226 00000000000000000001febc3c09ca5e3eb553eb16a5b58b472a77d3738078c2 2,044 1.00/1.00 vMB 11
836,225 836,225 00000000000000000002ae800450dbb31a6be2e06e15955f243bb20c6bc8dfb7 2,783 1.00/1.00 vMB 8
836,224 836,224 00000000000000000002f34a541c6cf6306494573048983db3c008004d2da0a8 2,707 1.00/1.00 vMB 17
836,223 836,223 000000000000000000020443905dc3ba40f729313523fba9a01d0d0c44fdd693 2,745 1.00/1.00 vMB 13
836,222 836,222 0000000000000000000205d8e74fa826d657867cfcdbf858427d23c1e94c451a 2,675 1.00/1.00 vMB 8
836,221 836,221 00000000000000000000bd283e8f4483a43cf4ff6d1c326359b2d60e357965a8 3,276 1.00/1.00 vMB 13
836,220 836,220 0000000000000000000082042370fd53b9d72bc397ba6deba357f2bf4a076e07 2,097 1.00/1.00 vMB 10
836,219 836,219 0000000000000000000198f14d964f5b1c3da50ec94752c9e746911b6a3e1ae0 2,863 1.00/1.00 vMB 22
836,218 836,218 000000000000000000019756bbb6064f5d37ba63a352c4c601bd79b57a82e8af 1,288 1.00/1.00 vMB 10
836,217 836,217 00000000000000000003253a27e460b888d9e1239727e3b46654955ed773c8b2 2,160 1.00/1.00 vMB 11
836,216 836,216 000000000000000000015052a6ec690ca288f5f437c16061554b57c85f030fdd 2,679 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.