Loading Tool

Explorer IconExplorer

Memory Pool

22,226 transactions
11.42 vMB
0.03192962 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.61/200 MB

Candidate Block

Mining Attempt f3cd2661dafb9482a612d44d707150d4841a026897dbdb1bc62434f4b1ca5153
Version 20000000
Previous Block 0000000000000000000185fa36149acc5bd3bf4e4b77670932d138c1052cfd76
Merkle Root b5f62a3638a38e1ea97e1aad7d063dec720549540b6c6263c06b124c5df32378
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,373
Size: 0.9978615 1.00 vMB
Total Fees: 0.01330200 BTC
Feerates: 201.79 > 1.33 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,751 (685,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,519 228,519 000000000000008b5de89cc6d4b7101e36fcdd60a73e26e4fdd3cf3d0f0fec12 565 0.24/1.00 vMB 252
228,518 228,518 0000000000000250e5fe406bad3651a373f21684f44cfd7eb72e0b36f97d99ff 5 0.00/1.00 vMB 43
228,517 228,517 00000000000001317e21f525d31172084579acca53ac626bf58bacf1b36b1eac 64 0.03/1.00 vMB 4
228,516 228,516 000000000000004a72c1854a61648f22a0edb8ea926adb61032ef8852eb5c424 261 0.14/1.00 vMB 171
228,515 228,515 00000000000002166682753e415fc01af8100ad51be836aedbbc84d023a44c79 180 0.11/1.00 vMB 157
228,514 228,514 00000000000002283a3b1322aeb7d1a9a2f50644f2374f879b6b462d3d42c263 506 0.20/1.00 vMB 179
228,513 228,513 0000000000000210aa0b5a827b5f59d406d09f9876795c606342489c1a6bae21 324 0.10/1.00 vMB 19
228,512 228,512 00000000000000c4d98993142cd5a602fb5aa99fe5a6662d47bc04e9dcd66495 297 0.15/1.00 vMB 145
228,511 228,511 000000000000006abf0be5d539c9bd1529f7ce127b03bf4d1442a081d7e1936a 430 0.21/1.00 vMB 139
228,510 228,510 0000000000000095f64eff6a8744b09733153dff7a85dfaf10b4a014cd5c60f1 448 0.20/1.00 vMB 220
228,509 228,509 000000000000019157fef47c0022710aea5db75a8dc3e88f269b80a664ba9c6a 390 0.32/1.00 vMB 120
228,508 228,508 00000000000000a935e97c9790aa5abd87c1dcbedc16daebcab371114938273b 1,108 0.47/1.00 vMB 203
228,507 228,507 000000000000027594b84ebe8853551911201402a8c86029b6f6e22bfd822e73 902 0.43/1.00 vMB 175
228,506 228,506 0000000000000062bceb99b0864eb6da22eb803da9bdd158c4c7e156cbcd6b39 363 0.23/1.00 vMB 3,931
228,505 228,505 000000000000023ee5a98b19e7223a13491595f48c8048d0a13c6fe9b55f6969 528 0.24/1.00 vMB 164
228,504 228,504 000000000000013b794f06236c0c103674c0a150e361a674930a7629fab2b5ca 256 0.08/1.00 vMB 130
228,503 228,503 00000000000000625ccfc091345e8bd3d97e9fbfb3ff47e5737145e3c598cb04 144 0.08/1.00 vMB 74
228,502 228,502 0000000000000058ea7add7c13d4a121eb150f0a678bcca63c6837fd8e2814bc 450 0.23/1.00 vMB 157
228,501 228,501 0000000000000001c05b806a9821a97d6749780ec51e07fb3eef02c0a33eb4b8 105 0.05/1.00 vMB 85
228,500 228,500 00000000000001995aa6d383393fa0bc21da183df4f9f16c5642800fe6413bd5 335 0.29/1.00 vMB 107
228,499 228,499 00000000000000d090d32a82e09c449ccc653b632d78e7f48d4620d8bf7e44d6 514 0.25/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 780.18 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: 503.93 GB
    • Received: 3.91 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.