Loading Tool

Explorer IconExplorer

Memory Pool

27,011 transactions
7.83 vMB
0.03987078 BTC
Random Selection Loading Transactions
Max Size: 51.98/200 MB

Candidate Block

Mining Attempt c311302a796283f059576ec204510db034bf9943c073d561eb94898a127db0f6
Version 20000000
Previous Block 000000000000000000009ce0d7388c996baf42bc48a73981d470fc9a77418264
Merkle Root 49672edcb7fca6612953dc670b63c171974b37d1dc66de207e7483fa52d434de
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,492
Size: 1.00 vMB
Total Fees: 0.02283243 BTC
Feerates: 477.45 > 2.29 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,338 (104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
917,234 917,234 000000000000000000006d8548d2fdf831a689e22b8ae4ce711ba88bdfe31a52 3,987 1.00/1.00 vMB 3
917,233 917,233 00000000000000000001a1f1c42a33e5cd91df591542b70a99c8ac98c3b58897 3,081 1.00/1.00 vMB 2
917,232 917,232 00000000000000000001a2791cf13cbdf948eb444e6c95e7e65b33c412b36ca9 3,951 1.00/1.00 vMB 4
917,231 917,231 00000000000000000000830e629d86a2fb4530f4373a9e6cdd3d376e3e92cccf 970 0.33/1.00 vMB 2
917,230 917,230 00000000000000000001f3f01f7ffce0ac6758cb38c91fde0c22bf41dce56524 3,281 1.00/1.00 vMB 2
917,229 917,229 0000000000000000000183ac6560d5b5b653568f0ba147387e3e24f3644208c6 2,973 0.96/1.00 vMB 2
917,228 917,228 00000000000000000000b789a0147113c3672e7a6c02ce463f7c32f4b2c74bf4 4,332 1.00/1.00 vMB 1
917,227 917,227 00000000000000000000870210a17bf1610b1668699b77fab529702e356df7b5 4,255 1.00/1.00 vMB 4
917,226 917,226 000000000000000000006774fca7c980070a4e20924a1a60a1ac4b2f83c4bc98 3,355 1.00/1.00 vMB 2
917,225 917,225 000000000000000000013f3344a94d3383c4b97f92d51dd283514a58a035b21f 3,679 1.00/1.00 vMB 1
917,224 917,224 0000000000000000000046f9b334d5b481c69eb195bf69c0ebd16dc0b289fd59 2,631 1.00/1.00 vMB 1
917,223 917,223 0000000000000000000166f9c9aa6e07a5ff61282ab4a59bf25b346b064d5856 2,950 1.00/1.00 vMB 0
917,222 917,222 0000000000000000000120fd58ed2a16c4b20d5f2c21a1f7e6f29049a426f0ee 472 0.09/1.00 vMB 2
917,221 917,221 0000000000000000000101249d9b27bc6156b27f80c1d7cc68052ad3fe2afff6 2,839 0.85/1.00 vMB 3
917,220 917,220 0000000000000000000021218656cf6b379ac9b9d3ffcf58df00eafa21bcdb68 2,844 1.00/1.00 vMB 1
917,219 917,219 000000000000000000015781ad0f915fd07d33997db2a7f6f85e62fa09b1bfa6 4,404 1.00/1.00 vMB 1
917,218 917,218 000000000000000000014fa21c20df7ab9d7a45c71a18227eca891910e99f50a 3,274 1.00/1.00 vMB 0
917,217 917,217 00000000000000000001a1aa9a3966fc4a3d22d4cadc04449b6212baeae3ec21 1,989 0.50/1.00 vMB 2
917,216 917,216 00000000000000000001b54fb047c7f624c21595fb34e9961a19258ebc601fb8 3,466 1.00/1.00 vMB 1
917,215 917,215 00000000000000000000ace18e752a2ddc4081ac7c44103d9289ff0bc2ce3f2e 5,231 1.00/1.00 vMB 0
917,214 917,214 000000000000000000000d443304c6e89b4b0f68eddeee398dd9ffef37fa1ba3 2,818 0.68/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 786.38 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,000.92 GB
    • Received: 32.93 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.