Loading Tool

Explorer IconExplorer

Memory Pool

42,026 transactions
31.77 vMB
0.09470491 BTC
Random Selection Loading Transactions
Max Size: 159.34/200 MB

Candidate Block

Mining Attempt fbd29e0823245c90c635141fff136fec5f03d4cbad4856df9b9b0516052f5060
Version 20000000
Previous Block 00000000000000000000a7f094557a1c08216b2fd5b94073a11ff2864e9b9455
Merkle Root 488d13b4af66d9185b6fa6f931035ab6f4103b994fe5a9a77b3c16d9d525b893
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,462
Size: 1.00 vMB
Total Fees: 0.02893857 BTC
Feerates: 401.97 > 2.90 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,565 (736,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,467 178,467 00000000000006028be00b4a8a67af4d66f9b51736ca94c6fa971d168edf2fb5 55 0.03/1.00 vMB 0
178,466 178,466 000000000000049cfbfd51908e55c3bb9128a0870b8179b5e00827399e73d7dd 74 0.05/1.00 vMB 50
178,465 178,465 0000000000000103c25a462f74c8f63b2f4924287de43d6f05f182c7d9fe1aff 429 0.25/1.00 vMB 172
178,464 178,464 0000000000000893325028785cc1513952fa6f9eef3f50a7a4838c4d9fe8bcbf 102 0.05/1.00 vMB 490
178,463 178,463 00000000000004aaff274ef6bfc969765f953f1a52c76b9f6acf85c0abc8c00c 86 0.04/1.00 vMB 70
178,462 178,462 00000000000002d9f69ee1d8adc25cdffe79523d48e2bff4e85dc8b984b9657d 12 0.01/1.00 vMB 471
178,461 178,461 0000000000000aa1dc3eae75f4496901a8c298eecefcf3f64589dc51da4858cc 54 0.03/1.00 vMB 357
178,460 178,460 0000000000000324f3b3eed5bdbb68ac1be7ceb9e030c0cfa1a6afcc7146c243 14 0.00/1.00 vMB 99
178,459 178,459 00000000000005bb3c605a73f8aecf440bea8619622e3e0bc50e4c8ee1ce247b 67 0.05/1.00 vMB 38
178,458 178,458 0000000000000091c80342d931a6d02a7b8b1afee61980f35536b84fcf493f4c 69 0.02/1.00 vMB 8
178,457 178,457 000000000000018c51f8fac162fa44425859f44505341e070b40e3af7ad2a0b1 106 0.04/1.00 vMB 197
178,456 178,456 00000000000007b707b5578a036bb4580f302b7481afddc143faf57635ab102c 22 0.03/1.00 vMB 45
178,455 178,455 000000000000059fb02ea7645952a842d8c4fd0aae563b3c7805ed212bdfebde 37 0.01/1.00 vMB 40
178,454 178,454 00000000000004d3f3c7b964eb43a4ec9cf6486f4e259e12c30f4423d86afde6 93 0.05/1.00 vMB 126
178,453 178,453 0000000000000854c1ebd57a1728ed920bec8061840912984bf9f7bcb17022c9 41 0.02/1.00 vMB 139
178,452 178,452 000000000000061b587ea4c6e1b43034836043f1c44ea853c2362a14dc07d38f 81 0.03/1.00 vMB 230
178,451 178,451 000000000000054bc9569ce29eb063924d7f886a09bdf3b5be50737c28969227 12 0.00/1.00 vMB 64
178,450 178,450 000000000000090f854b6487d3123f4ab3254778d0ec71f7b1e3fb982fd211c3 38 0.02/1.00 vMB 82
178,449 178,449 0000000000000abb1313704917bec6ef451973e7a3368f9ec7727e87924ae5d9 35 0.01/1.00 vMB 222
178,448 178,448 00000000000009516e4b19f795a54c07669431223ffe3e814ae27a6984f43a19 162 0.05/1.00 vMB 74
178,447 178,447 0000000000000084f3f69deadc308ff5c3e418217d13796c03f754c70b0f9e5f 11 0.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 781.62 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: 624.87 GB
    • Received: 11.57 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.