Loading Tool

Explorer IconExplorer

Memory Pool

11,934 transactions
9.71 vMB
0.02362923 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.64/200 MB

Candidate Block

Mining Attempt 6d82e4b17e7330d03d6e0abe52c514c0d60f12499f4e632a42232061f6d9f5de
Version 20000000
Previous Block 00000000000000000000d8354835b6a50d1cd25337019743ebbc2d92d4bc275e
Merkle Root 51863f23aba5342bf087038fba47e184451804581f8d07b04c822330dfefedc8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,749
Size: 0.9978875 1.00 vMB
Total Fees: 0.00904092 BTC
Feerates: 70.28 > 0.91 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,642 (708,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
205,024 205,024 0000000000000061b96c18bac1bdfa0c15ab387fe58ab84bf1b82a6d9daff8c2 529 0.26/1.00 vMB 77
205,023 205,023 00000000000004dc1b1b36f11501893957e628cc97200cd5ab8eb7b3ad260c5c 9 0.00/1.00 vMB 0
205,022 205,022 000000000000049ca63f6c3d199b15a8db86014014d53b364792e162bfb7a1a7 244 0.09/1.00 vMB 266
205,021 205,021 000000000000015c95810c307d890570338fe5ce96ebad3d83746a99cfa7c378 203 0.08/1.00 vMB 280
205,020 205,020 00000000000000f9123726ffb3f950e6fd64f42b60842d5abce01afac9006277 171 0.13/1.00 vMB 160
205,019 205,019 00000000000001f000bab77b643cac072575dcd7a449d578b1d0b9fbe875d352 261 0.11/1.00 vMB 293
205,018 205,018 000000000000022a692a47b04b99b34a3151783fda90fd93ae895be051009bbe 228 0.08/1.00 vMB 322
205,017 205,017 00000000000003d44e64f935bfbb34afe546040f6ef0de0763ca8128f532ac4b 6 0.00/1.00 vMB 157
205,016 205,016 000000000000027337de999ccc0ce9423ac54e7007846d87033864a39b9f8c11 14 0.01/1.00 vMB 149
205,015 205,015 00000000000004e7c3ef2c917d33e63650f672b90df930e360bf206af9bf3b50 467 0.16/1.00 vMB 77
205,014 205,014 000000000000024400db462ed83b26ec164f50bd02ec5e236f9440c33dc0a3c2 395 0.14/1.00 vMB 360
205,013 205,013 00000000000003cc4ae0ae234629a6cf93550906de642e67559edc279ec1dd3a 103 0.04/1.00 vMB 247
205,012 205,012 0000000000000493b1022b41c104543e8bcdda8d5c9ccc58de30f0fced9f8055 527 0.35/1.00 vMB 95
205,011 205,011 000000000000035db52e8fc87f3e948353ed8a893ea40e4bf58c5e445e6903f0 11 0.00/1.00 vMB 447
205,010 205,010 000000000000011b94e8586b5206d3a82e0477b5fb9cb94eb9d5e06438e46725 135 0.05/1.00 vMB 225
205,009 205,009 000000000000003f1b41fb1c8a3d9ae3a1218055d00a8644186ab0dad7e69f20 14 0.00/1.00 vMB 193
205,008 205,008 00000000000004d6247e1afb81a0e00f19e4970546f78f2f509baea39eea30f4 92 0.04/1.00 vMB 193
205,007 205,007 0000000000000370807955acbd67ddd86b1e5e223995929a20d2f4f864450f73 1 0.00/1.00 vMB 0
205,006 205,006 00000000000002bf1f36b232555ea409a1cebef72a876beee679b8843a0b36e4 91 0.03/1.00 vMB 117
205,005 205,005 0000000000000500d9fb5d9f4189579b6a6f03ec92142653bd875453531a68c0 115 0.05/1.00 vMB 121
205,004 205,004 0000000000000239c3715bf816dce6cb3512bead6bda9e5569c33d7d8157d9b9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.98 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: 471.22 GB
    • Received: 2.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.