Loading Tool

Explorer IconExplorer

Memory Pool

43,170 transactions
26.53 vMB
0.05978109 BTC
Random Selection Loading Transactions
Max Size: 139.25/200 MB

Candidate Block

Mining Attempt 2c434aa8e806e8ad74b623ff1bcb55a1c0342d3c031c32f42bb8bdcb2149c8ba
Version 20000000
Previous Block 0000000000000000000040c9dd43a317cb50e762798e0667d30b0669a8a6fa4f
Merkle Root 04e87eff665f3cac4dada9ba8c8824d1a7c36b8284f2b8592ec35452d73518b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,104
Size: 1.00 vMB
Total Fees: 0.01095651 BTC
Feerates: 73.20 > 1.10 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,879 (249,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,484 665,484 0000000000000000000c12187fa16207ee5b32185b4c852708f869c99abbf363 1,581 1.00/1.00 vMB 18
665,483 665,483 0000000000000000000a86f3e534fe24caff9b9dc068516040b6b950c80b4a4c 2,529 1.00/1.00 vMB 50
665,482 665,482 00000000000000000008ac4662a8607b33d14bac782b050a9b39c7994ea7294e 2,888 1.00/1.00 vMB 77
665,481 665,481 00000000000000000001e4bdcb6bd1b156118180f5b49e1a59142c7e649409a4 2,507 1.00/1.00 vMB 79
665,480 665,480 000000000000000000073528c959b9ec64a898c4e2c396e2981c6d6d2601bb16 1,850 1.00/1.00 vMB 23
665,479 665,479 0000000000000000000bdd91e96ea930e28b43843e4917a3a6726a0e81881db0 2,349 1.00/1.00 vMB 51
665,478 665,478 00000000000000000004f9c4a9b4976e7daf64815819aa89ffe4db07aa46abce 1,075 1.00/1.00 vMB 97
665,477 665,477 00000000000000000008764c48a6cf910e56c79a9e62aba1fb42df89750c70e5 2,753 1.00/1.00 vMB 42
665,476 665,476 0000000000000000000a4ee063c77b770b731d6b4b6ea674c8129aaa8fc4ecf9 2,462 1.00/1.00 vMB 81
665,475 665,475 000000000000000000025248d3e2a4e98a19679865ece247322c5f7e06484f7e 2,495 1.00/1.00 vMB 69
665,474 665,474 000000000000000000076dc51ad3615c7349540b474ae033cf304f8535e6849f 2,413 1.00/1.00 vMB 109
665,473 665,473 00000000000000000003ed4ee6d307cafa0185538bd7807eccaa243a525b2baf 2,662 1.00/1.00 vMB 41
665,472 665,472 0000000000000000000ba030c63ab7708b4f14cd3615bb6a6e87b9204ab9fe82 2,682 1.00/1.00 vMB 69
665,471 665,471 000000000000000000011d1d4062aa02c74a56db23ea047abe76085e2aac716a 2,388 1.00/1.00 vMB 77
665,470 665,470 0000000000000000000909c172ca86a4662c62c40b2b692dac0f7ab28d187915 2,724 1.00/1.00 vMB 111
665,469 665,469 0000000000000000000d22e0f4b08a34be71d27b0593b5565b7e550727526581 2,681 1.00/1.00 vMB 102
665,468 665,468 0000000000000000000342d51aeeed439c1abb912e386129adaa16159df08c02 2,757 1.00/1.00 vMB 71
665,467 665,467 000000000000000000098e08b235a9ec7e891716b00a249d444ceba81790e45f 2,639 1.00/1.00 vMB 79
665,466 665,466 00000000000000000006a018c5604e3b09a4daa9986404dc0d5d4fd2dbe7ca2e 1,214 1.00/1.00 vMB 78
665,465 665,465 00000000000000000007852968b50bb161961bb7e614f70148e29cc3a637b7c9 2,515 1.00/1.00 vMB 110
665,464 665,464 000000000000000000012b04d96739e4f276776fd84d695e4ffdbcaf8c3b594b 2,700 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.17 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.55 GB
    • Received: 13.93 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.