Loading Tool

Explorer IconExplorer

Memory Pool

45,318 transactions
31.51 vMB
0.10834252 BTC
Random Selection Loading Transactions
Max Size: 160.43/200 MB

Candidate Block

Mining Attempt eb662b662103690c2bb480a33e8553bea8d33a935e6b2b09e5cb0df570631615
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root d85a7565400e3839ef9f65ed9541f1a66bd344ba459a3defe1523e645f0f6878
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,568
Size: 1.00 vMB
Total Fees: 0.04174666 BTC
Feerates: 301.05 > 4.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (840,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,596 73,596 00000000009df5589a702f385c32c1a6217ee08f82c71b0c6b5183024a3d3617 2 0.00/1.00 vMB 0
73,595 73,595 000000000035512f6790a9918cca58a44b428caf2431b83a09bbc72e8756b5eb 1 0.00/1.00 vMB 0
73,594 73,594 000000000053a6f162caaf714988e8ead50b1875b64c9361dcf09f0f03d3ff5d 1 0.00/1.00 vMB 0
73,593 73,593 0000000000772460b6aa4a3f0c2c47a594ed9cf3db70f9a50ad35c6d58e50683 1 0.00/1.00 vMB 0
73,592 73,592 0000000000429d719dff4ce265a10e2338c02e1d9bb9d399e41f7544d2e2f99d 1 0.00/1.00 vMB 0
73,591 73,591 00000000001b33e799c6120baca17296740d15674e3579f4288de7a10e0e1cf5 1 0.00/1.00 vMB 0
73,590 73,590 000000000083b31f26c733e959c783aa5748309859191a74be843a3cab659390 1 0.00/1.00 vMB 0
73,589 73,589 00000000002d48baf53e65fcd04a7c25d08030ac27863794c199eb2b7fb5e782 1 0.00/1.00 vMB 0
73,588 73,588 000000000068b42e36ae66c232b138b25366d885cc1a5e1074b9ac78c60a8fba 1 0.00/1.00 vMB 0
73,587 73,587 000000000086a20534a68b71f32046f989e06cfe618e809cb21d97f0792f7deb 1 0.00/1.00 vMB 0
73,586 73,586 00000000004fa6b2b06b9abd0daf4fd3b54f8d8f0e33d1fc7a3767721c4cf55e 2 0.00/1.00 vMB 0
73,585 73,585 00000000000e598a928b45626e8ec7847c631fed7a354e30e05d985911a8c691 1 0.00/1.00 vMB 0
73,584 73,584 00000000001d5ac5b715a423770138a009454d3ea8d0dc8516312ba54ec91edd 2 0.00/1.00 vMB 0
73,583 73,583 00000000008c9eea0a6312fe6109b0cd33bc507d065b761ee711acd7874ddfb3 2 0.00/1.00 vMB 0
73,582 73,582 000000000004f136ab4206bc1d3aa954f674a711b97b71d706323ecb129f9d20 1 0.00/1.00 vMB 0
73,581 73,581 000000000073b6d971b3bef2b5329dbb348a46c58b9868a2f4470a7c40ad634f 1 0.00/1.00 vMB 0
73,580 73,580 00000000006187e0b5ec7009ebc41cefba0650bab2a3ddff64c1b2c53913e691 1 0.00/1.00 vMB 0
73,579 73,579 00000000008fa0befa0b58fd9075fd1b5ad566f7a55ab86aae4f9f17d059b862 2 0.00/1.00 vMB 0
73,578 73,578 000000000014a03f150915131fbf5067d173eb2cf05402ad3f886e32ce4c44ca 1 0.00/1.00 vMB 0
73,577 73,577 000000000051622cf4fc0664a0defd4071e5fb24c3a709cafbea4672b71e6ad9 1 0.00/1.00 vMB 0
73,576 73,576 0000000000a3d8429155f52141a6f0330fc06219623ea6942f2ae5e20621ea90 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.43 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 609.46 GB
    • Received: 10.68 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.