Loading Tool

Explorer IconExplorer

Memory Pool

77,325 transactions
28.69 vMB
0.06645371 BTC
Random Selection Loading Transactions
Max Size: 174.13/200 MB

Candidate Block

Mining Attempt 316167e3c1affcec025b365dd527f3da4db5069a5ec903539955baacf510b5f3
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root aad937a342da8fdfa6340005975314def5fe9b872bcf267b76e2f6ff73d1274e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,558
Size: 1.00 vMB
Total Fees: 0.00692026 BTC
Feerates: 100.53 > 0.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (253,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,359 661,359 0000000000000000000a61918bb3dca7099dbee1e2bcee59e23e03981327804b 2,268 1.00/1.00 vMB 45
661,358 661,358 0000000000000000000e7b3628c94c72c69731bd0bf7fa17a755cd156f00ea03 3,308 1.00/1.00 vMB 31
661,357 661,357 0000000000000000000863f1ba6e04bd483818b2d8d73b49454740c421b8c4f1 3,087 1.00/1.00 vMB 55
661,356 661,356 00000000000000000002c3bdf44b22623affc70d6e3fef49a9ef3bc163fd105f 3,095 1.00/1.00 vMB 45
661,355 661,355 000000000000000000090f1d0684a1d82474a9aeb806b8a9938889ba79924a40 3,334 1.00/1.00 vMB 51
661,354 661,354 0000000000000000000d566a83d4009a4b9006af4637f5372783ceeb977771c6 2,154 1.00/1.00 vMB 65
661,353 661,353 0000000000000000000c8838abd0c970eba49fdac12e8df53ecc57b99a7f9584 2,594 1.00/1.00 vMB 65
661,352 661,352 00000000000000000006f5d403529a0cd3b2ad41511c2b84fd6beb1c14f374ea 2,529 1.00/1.00 vMB 69
661,351 661,351 000000000000000000019f7a71ac626fa13d31e36229f155bcb25fe9f3494980 3,320 1.00/1.00 vMB 93
661,350 661,350 0000000000000000000a4ef9b19824e2b438010291103251541b596b92068b11 2,359 1.00/1.00 vMB 68
661,349 661,349 000000000000000000038d36f84d157e5aea43db32157c3c72464f53703c8683 2,989 1.00/1.00 vMB 86
661,348 661,348 00000000000000000000c7b0fff88f4e31d74db50ae9536bc5ee664fecb47c33 2,207 1.00/1.00 vMB 41
661,347 661,347 0000000000000000000d80309506f69acc021109343e3faf7078bc297c2173d5 2,162 1.00/1.00 vMB 54
661,346 661,346 000000000000000000018bfd2afc2ab7cb5dc86a4de75127187bb9b8f447f8f8 2,468 1.00/1.00 vMB 72
661,345 661,345 000000000000000000005e7314a519c1b1edce4db7891d666947d645b259c06d 2,932 1.00/1.00 vMB 83
661,344 661,344 00000000000000000001f2caed63caa49b0ed919dc60f0b40754372b8f4d54cf 2,388 1.00/1.00 vMB 42
661,343 661,343 0000000000000000000b8dcf1bd9bc72fba92f65cd7b37dfeb6f894663c81ee6 2,810 1.00/1.00 vMB 27
661,342 661,342 0000000000000000000815a9edab620e6bc7b27382ff58d67616931897745b22 2,937 1.00/1.00 vMB 38
661,341 661,341 00000000000000000005f842c970ca0c7e7c761f650f99b9773bef32b207b639 2,482 1.00/1.00 vMB 50
661,340 661,340 000000000000000000079cfeba9ed43718951b086bf3a3a4f629a9035d315b88 2,662 1.00/1.00 vMB 67
661,339 661,339 0000000000000000000275e97c86fe4431a7c8cfd9b6aba92e23c826f37f81b2 2,724 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.56 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: 669.98 GB
    • Received: 15.80 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.