Loading Tool

Explorer IconExplorer

Memory Pool

27,122 transactions
7.88 vMB
0.04125948 BTC
Random Selection Loading Transactions
Max Size: 52.26/200 MB

Candidate Block

Mining Attempt 93fd03b3cf51bf65f0c292e163661d467b4f76f0e39cddabe248ea883333ede8
Version 20000000
Previous Block 000000000000000000009ce0d7388c996baf42bc48a73981d470fc9a77418264
Merkle Root 31c524f25520602211951c66b8462326a54be616bfaf91cb9c4b7e3589c8f2ea
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,308
Size: 1.00 vMB
Total Fees: 0.02361604 BTC
Feerates: 477.45 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,338 (109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
917,213 917,213 00000000000000000001335da7b9f806ec48a2f7e3a8b5996192e26a35e21605 4,358 1.00/1.00 vMB 2
917,212 917,212 000000000000000000017143cb5f547192b648503b2967f468b43d63a15c6921 2,369 1.00/1.00 vMB 0
917,211 917,211 000000000000000000014ddab7c5f433ba654a213325e561358848faafcdfce6 1,615 0.54/1.00 vMB 2
917,210 917,210 000000000000000000004c1db813c8b72e2042433b7d384d63c905078b23766d 6,129 1.00/1.00 vMB 1
917,209 917,209 00000000000000000000fe8fb8147c072bfe1e80cf50cf041ddd0ec2d41a5cb3 4,367 1.00/1.00 vMB 2
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.