Loading Tool

Explorer IconExplorer

Memory Pool

53,357 transactions
29.28 vMB
0.10138289 BTC
Random Selection Loading Transactions
Max Size: 157.91/200 MB

Candidate Block

Mining Attempt 20a25ec8e538cbdeb01912e9297df288b888cec46a404557c7834b3c7376cdd9
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 4104522d60f51ef3f023e08c1e7dc2e7554a754be2d7aad103f610281fb30efc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,553
Size: 1.00 vMB
Total Fees: 0.04109315 BTC
Feerates: 500.45 > 4.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (731,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
183,276 183,276 00000000000006c50157c975c93bd1a4db9b94231795a5ad73ecf6000a61d482 128 0.07/1.00 vMB 127
183,275 183,275 000000000000011327ea12b76ec942d63522212a9cce082de9738968c4a820ff 62 0.03/1.00 vMB 253
183,274 183,274 000000000000045774dc22f6b0c3a69eb1da97134e9f3368ce687f846b9e43e1 55 0.02/1.00 vMB 28
183,273 183,273 00000000000000d83a391b0422e654478efeed559a2248db06bd7fa8f9efb58d 13 0.00/1.00 vMB 33
183,272 183,272 000000000000024a395a472a15dcf8b3b001b2bee6393ebc8234cbfaaf114ecd 67 0.02/1.00 vMB 154
183,271 183,271 00000000000009f69f3576e388b85ffd2c119992119633e2d9d6392f3bfaa59b 57 0.03/1.00 vMB 5
183,270 183,270 0000000000000904a3f38759a9e2ae3f4ce574327084d5dfece31f7d10d6184e 64 0.04/1.00 vMB 199
183,269 183,269 00000000000002d768256ca52862f25d08ff762a5a127ed3527775b5c6396cc8 42 0.03/1.00 vMB 92
183,268 183,268 00000000000000ede67d56aca277d00c79262d777f59e21e9937ff457d420a64 10 0.00/1.00 vMB 0
183,267 183,267 00000000000004f9403cc61b6165e9feafbd4adc2e0f7604b7f4913c664092a6 88 0.03/1.00 vMB 14
183,266 183,266 000000000000005465b7380122d1b6b7cd86d5aa2103da245a7d8f8ebc4d6d77 14 0.00/1.00 vMB 30
183,265 183,265 0000000000000a461e394ea18951584c49054686c6d09d63ad3f82b1b1a4b75b 88 0.04/1.00 vMB 146
183,264 183,264 000000000000005e7577d7c0e4d2cfdb2a7edcb876b9ca87f95c30979550295c 25 0.02/1.00 vMB 95
183,263 183,263 00000000000007cfd4c9bb3198ab871f0cced506d00a426068ce7267a6898fdd 27 0.01/1.00 vMB 56
183,262 183,262 00000000000008a3e2310bb5912526ce93de80a14245a1c9c7b76d4a3db2d275 41 0.04/1.00 vMB 80
183,261 183,261 000000000000012cbb30651830b79dc0de88e0eca392e59d6edaeaa657f5c848 46 0.01/1.00 vMB 72
183,260 183,260 00000000000000627be5ef60619f57d44a08b9d0cdc05cd9661a36f84c6fa7c3 74 0.04/1.00 vMB 97
183,259 183,259 00000000000005877784ec952bc60d338756c7b68481f7ee73412f3ff258aef4 64 0.04/1.00 vMB 86
183,258 183,258 0000000000000a7f2c15eb2f8e0837af01e83a625b67bdae5803931ea3203718 128 0.05/1.00 vMB 154
183,257 183,257 0000000000000943f28bc8410952301b36e4a13e17794889010df49c8ff1f0e1 9 0.00/1.00 vMB 102
183,256 183,256 0000000000000112a32f2af3205a30bbb3c2e60c106347a8737023fc23a8d5ff 159 0.05/1.00 vMB 524
Previous 10 blocks ↓
Total Size: 782.02 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: 649.72 GB
    • Received: 13.22 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.