Loading Tool

Explorer IconExplorer

Memory Pool

42,293 transactions
26.70 vMB
0.08571620 BTC
Random Selection Loading Transactions
Max Size: 139.46/200 MB

Candidate Block

Mining Attempt 568b3f2df3b7a30addf0e7f2a21730bc6b2cacfd15fa0ba162029cfae64ca54b
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root 77a58f69e3b38466420570c57135196d2736356e8250b03a82e01eefaddb28f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,522
Size: 1.00 vMB
Total Fees: 0.03624451 BTC
Feerates: 151.01 > 3.63 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (790,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,367 124,367 00000000000058631a90ff581564ec912f55226d041993f32e6d75e889f87daf 4 0.00/1.00 vMB 742
124,366 124,366 0000000000002757a6ec8395c5a70e36fad2ec012f890273a14706a1fcf227bf 34 0.01/1.00 vMB 282
124,365 124,365 0000000000000d8159ba76328adad87a2b25dd5ce73f1e9e501246f6afedb1d4 15 0.01/1.00 vMB 993
124,364 124,364 000000000000678d8c1d3ec9f2d02c875a4d0aa11a62b0fb6cf18b9054c2b671 24 0.01/1.00 vMB 264
124,363 124,363 0000000000002e1636ac92f893bba8e823eb04132dcfaa4394c91f73a63eebde 14 0.01/1.00 vMB 629
124,362 124,362 00000000000008b6760f16095c7c28d8e116db000f8faf7c5ec4df08a02335f3 28 0.02/1.00 vMB 662
124,361 124,361 000000000000598f791103525d74cec52030d18bd64e0b708a647be522516fd1 6 0.00/1.00 vMB 0
124,360 124,360 00000000000048f9d2debe342af08ddc01ba0435d46b8e405ff04e6d26076490 36 0.02/1.00 vMB 1,170
124,359 124,359 000000000000588dd28e439997b77d3e28f83dbf5517215c58eaaa7828ab2107 72 0.04/1.00 vMB 406
124,358 124,358 000000000000694e8b91671c89d1b2978776e5c608babf28e2d6060b121edc23 13 0.00/1.00 vMB 606
124,357 124,357 0000000000002bf46a398e9d13695db66b70fbb7a4d0403e9af463af3fb2bd27 19 0.01/1.00 vMB 303
124,356 124,356 00000000000018d04efaa5e4d565cf7ae4536cc098ea844019c3b882675374bf 17 0.00/1.00 vMB 4
124,355 124,355 00000000000003ee658eb8352330ebeb3cb55bba73a7eca3da9000f13fd96e83 13 0.01/1.00 vMB 770
124,354 124,354 00000000000004d6fa12902a6598536b21d1322854416bd53abca35a22b6eda0 6 0.00/1.00 vMB 2,583
124,353 124,353 000000000000146fa47e8d8da1b65215803fb01dc1a91144ea636eb4397f3074 10 0.00/1.00 vMB 657
124,352 124,352 0000000000001772024a1708456ccf8e109f121a5abc464a476df8366bc789df 46 0.02/1.00 vMB 2,107
124,351 124,351 0000000000001380fe506e7988677665fa032fb6e1da7498399dec4526bf5d8f 11 0.01/1.00 vMB 439
124,350 124,350 0000000000000fe0d9e1837d3192d3e5329ca78799457e9beef198a34de9dc1b 7 0.00/1.00 vMB 1,871
124,349 124,349 0000000000003a5b78fb3ee4f8f92f47e66ecf86b152b1a0abdfef8830479619 3 0.00/1.00 vMB 1,247
124,348 124,348 00000000000048366477f72c6cd4bbe3d3633bae6dd33b524ca59f8ffd947b00 28 0.01/1.00 vMB 199
124,347 124,347 0000000000000986685b0c75f169be04947a0ddd0a7e45e16787f0b80b3b7e79 11 0.01/1.00 vMB 837
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.97 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.