Loading Tool

Explorer IconExplorer

Memory Pool

28,210 transactions
24.52 vMB
0.05178654 BTC
Random Selection Loading Transactions
Max Size: 121.01/200 MB

Candidate Block

Mining Attempt 5ff3ca2e518aa65a29fa3fa9b5ab6de39199fcf8aa2053ac241b8230dea2cc40
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 79b2177c4e63a6267fe6912e7363e4776e3b0fece99570d56a64dd6d74b55427
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,956
Size: 1.00 vMB
Total Fees: 0.00824597 BTC
Feerates: 73.20 > 0.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (411,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,501 503,501 0000000000000000008c081736474b011f85da4e288ae1eb6558d1f16b825221 556 1.00/1.00 vMB 202
503,500 503,500 000000000000000000045a3d6876eb052671efee4a8c157266d9c25292380130 2,062 1.00/1.00 vMB 337
503,499 503,499 00000000000000000035c4799d6cf1c67d68f81e3f4e935fc949ee2abdce865b 2,216 1.00/1.00 vMB 403
503,498 503,498 0000000000000000000925153a568574d7188fecf9a24c4eb246ccd155875b9f 2,577 1.00/1.00 vMB 557
503,497 503,497 00000000000000000075757adab3cf52f9cbbff7590919878891fd64036c643d 1,859 1.00/1.00 vMB 440
503,496 503,496 0000000000000000006362b73799638fbbbd5fbd17a2cd7d4855ec250704ab47 2,609 1.00/1.00 vMB 472
503,495 503,495 0000000000000000003fedd4fd0dff8007f3c6d35a17f090a6b084696be0b670 2,055 1.00/1.00 vMB 540
503,494 503,494 00000000000000000023fec081cd16a09fade10bdf59ac0e2a5c8d24364e4d3c 1,879 1.00/1.00 vMB 513
503,493 503,493 0000000000000000001703622edae8a5a65174ff47dd8f0b2ecd14f6edd4f420 1 0.00/1.00 vMB 0
503,492 503,492 0000000000000000002a9b323cfac10e6fd9e6f8f647a7bfe770ee958f50759a 2,120 1.00/1.00 vMB 529
503,491 503,491 00000000000000000066344a6760f63aec083f08ce351e5d27cb9b77f8c09286 2,304 1.00/1.00 vMB 589
503,490 503,490 0000000000000000006f5702d3993218bdfb58b21a02c87a9b56fc540733efa0 1,895 1.00/1.00 vMB 428
503,489 503,489 00000000000000000010d66bdb031833e2b25cd7269bf46d10038bf59f83ae07 1,543 1.00/1.00 vMB 279
503,488 503,488 000000000000000000526a96d78345074ed5a805baca5d12a09fb70e60d8bd0e 1,700 1.00/1.00 vMB 480
503,487 503,487 0000000000000000006e41d128d60a2be901b746d3c7bda8edfe70e8806c645b 3,008 1.00/1.00 vMB 577
503,486 503,486 00000000000000000064206fa56620e0effb0847b3f4aa9a647cb0c5873c0e50 1,562 1.00/1.00 vMB 292
503,485 503,485 0000000000000000008fb719c3917b5981741eb5abaa69d172215177551efee5 1,983 1.00/1.00 vMB 425
503,484 503,484 0000000000000000003c2b970ab24afec09d6952b91bf0e9168979f6292a129f 2,375 1.00/1.00 vMB 478
503,483 503,483 0000000000000000005a833d1f6c2c754cfeff1db130aa93fe30d27e2876582d 1,745 1.00/1.00 vMB 542
503,482 503,482 00000000000000000061c994dbc4a2ebec085778f6a34aca0ebc6140cc9b2d0b 1,784 1.00/1.00 vMB 258
503,481 503,481 0000000000000000001fca07f1f7f7f6f38288c9f30e20d6b295dd1b4712722a 1,595 1.00/1.00 vMB 400
Previous 10 blocks ↓
Total Size: 781.86 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: 641.85 GB
    • Received: 12.53 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.