Loading Tool

Explorer IconExplorer

Memory Pool

42,415 transactions
26.15 vMB
0.05607669 BTC
Random Selection Loading Transactions
Max Size: 137.27/200 MB

Candidate Block

Mining Attempt ff47b62597a496a19f69f68ddcb68aebb0e1e6f08d16e97ac7760f04583baf46
Version 20000000
Previous Block 00000000000000000000038677f305517a8cc11c54bf2db46b69946ea9907fbb
Merkle Root 5ed14c68cefdba9e98dad83f74ec36deab4847c9696067279b8d6b90b74cd92c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,791
Size: 1.00 vMB
Total Fees: 0.00842139 BTC
Feerates: 121.00 > 0.84 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,759 (527,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,492 387,492 0000000000000000078569983df1166845cf8e1ac33b1bf0bf1a24f7d6a7b4a3 2,337 0.93/1.00 vMB 35
387,491 387,491 000000000000000000725134946b9487f1275df8cd14295273b701780ced37dd 1,831 0.75/1.00 vMB 41
387,490 387,490 000000000000000000c7e61e49e1806cf579db884639b991847bca1c33b9f89a 2,795 1.00/1.00 vMB 46
387,489 387,489 000000000000000002f081d08a47970ff68032c7c8057ee3dd82908ff00986c3 1,467 1.00/1.00 vMB 19
387,488 387,488 00000000000000000cd00a655c1b9c2e5723ea4e6dc3edbc440d28923abf646b 2,937 1.00/1.00 vMB 54
387,487 387,487 00000000000000000a75ea987f17b5f8f488dee800b8893d24abd3b00223aa16 1,896 0.75/1.00 vMB 42
387,486 387,486 00000000000000000cc63f2cd2a68896d1d0a3fc701a52ea34719770e5065c50 1,605 0.75/1.00 vMB 27
387,485 387,485 00000000000000000b09444cbd24b4f997bd22149d0fa67f38c4d6e33d01418a 1,341 0.75/1.00 vMB 36
387,484 387,484 0000000000000000014b0d3b3057804b94f2dc9a2d7e63fb136859223eaa4618 2,451 1.00/1.00 vMB 29
387,483 387,483 000000000000000003d9a59158ed45c475d43389f96c6c9dd798a768e8a33268 2,669 0.75/1.00 vMB 60
387,482 387,482 000000000000000001a34f868ab6274ce403c1cdc4d0bd8e9b934d2eb5dbdc49 1,693 0.65/1.00 vMB 42
387,481 387,481 000000000000000007fc1a7b8c43df566310873969bab4f375e996f520c9786f 1,620 1.00/1.00 vMB 37
387,480 387,480 00000000000000000de39ad44659e843c8ca26c6e66d65a7f8d1fca833dcaf6c 1,342 0.62/1.00 vMB 38
387,479 387,479 00000000000000000562b8c348c047cc87aaef0eeeec56b3c75a2a2d0ba958e7 868 0.48/1.00 vMB 34
387,478 387,478 0000000000000000069f3c7d4646b051a8bba5626bc16e6c20926b08a4f15696 817 0.38/1.00 vMB 29
387,477 387,477 00000000000000000d2ad09dad9242f774f9a90913b528fec876a091e48b7f4f 1,038 0.52/1.00 vMB 30
387,476 387,476 00000000000000000d6a981b778f9a91580373c1f6562217903acd3a2758497c 628 0.39/1.00 vMB 26
387,475 387,475 0000000000000000043d242f652f95965bf66a37f666f6566168f2084e962d79 961 0.34/1.00 vMB 43
387,474 387,474 000000000000000005d8054d9ffcc272a3384777767d8dda6e57ead3b81a2876 564 0.26/1.00 vMB 35
387,473 387,473 000000000000000009c33cc543bbec4390ca5a62aade1efdd054934681487757 1,252 0.57/1.00 vMB 32
387,472 387,472 00000000000000000359cac0843943b59ca1ddc2ea264c5cc09ba08656323c7b 891 0.44/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.96 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: 647.52 GB
    • Received: 12.95 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.