Loading Tool

Explorer IconExplorer

Memory Pool

37,242 transactions
26.87 vMB
0.06065566 BTC
Random Selection Loading Transactions
Max Size: 136.52/200 MB

Candidate Block

Mining Attempt 28d6521fbdc6c39659cc894d9c703c66621c2b820a0244093906c05f3829b167
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 71b78fbd7d03e6a2c801a240ad263da887961d6ce514bb215e104c3af9eb8e9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,865
Size: 1.00 vMB
Total Fees: 0.01028860 BTC
Feerates: 74.79 > 1.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (206,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,041 708,041 0000000000000000000347193541e542ea100f6c8ecaa700768c05c71b27ab57 3,266 1.00/1.00 vMB 12
708,040 708,040 000000000000000000049c47f18996ac09cc47421e255838776c14b87e0a4c79 2,757 1.00/1.00 vMB 13
708,039 708,039 0000000000000000000aa35cf5a73382152424e26cfddb8650b3fe4e716128cd 2,354 1.00/1.00 vMB 6
708,038 708,038 000000000000000000042eeaa734ac6ea365a7d9653b95701af43b7f5c391c3a 3,082 1.00/1.00 vMB 5
708,037 708,037 00000000000000000002a61933899858e54d19bf0983d23f4aab04c463a4c08d 2,081 1.00/1.00 vMB 11
708,036 708,036 00000000000000000000b2337d6f1f5f283eec7b485d852a5a330082d691d99f 2,744 1.00/1.00 vMB 46
708,035 708,035 0000000000000000000844a65fb350ce3c5d65becef23ba6afad495715a16c11 3,172 1.00/1.00 vMB 16
708,034 708,034 000000000000000000001eca4f0639559ef97778ad8b4f3c200b8dec32bcf60a 1,381 1.00/1.00 vMB 5
708,033 708,033 000000000000000000076822d290e20c7616614ba4c3e6559be51107dc0d51e8 276 1.00/1.00 vMB 6
708,032 708,032 0000000000000000000bd9c8e7da9e857ce3a705609962d7a66650d1f4aa2f34 2,755 1.00/1.00 vMB 10
708,031 708,031 0000000000000000000b2a61b3753b36808bd6c6cdc3d55136b0287395371573 1,938 1.00/1.00 vMB 25
708,030 708,030 00000000000000000006708d43df4e02603735015c0ea3d8e680573c47b4699e 2,148 1.00/1.00 vMB 10
708,029 708,029 000000000000000000061a893c33c4b217e6956f0d61d3e49dc683c06d1923c1 2,894 1.00/1.00 vMB 5
708,028 708,028 00000000000000000007876c5789c209a3bd34651fc6baf7c873a6c608f4cf22 2,195 1.00/1.00 vMB 11
708,027 708,027 00000000000000000001ec17d8ade64d5497c37eeb2aa9dc0339a4ae18ae6910 2,352 1.00/1.00 vMB 11
708,026 708,026 00000000000000000008279503b94c18f612ce0054b6b093649a26094c337757 2,043 1.00/1.00 vMB 14
708,025 708,025 0000000000000000000cfa0079b51f8423b46eec80cb8b444dda56720f51a72c 2,107 1.00/1.00 vMB 16
708,024 708,024 0000000000000000000125edf734ea9977ec6d0ec9b070a34c6eed99906a01cb 3,118 1.00/1.00 vMB 9
708,023 708,023 0000000000000000000c2f92e0e9e455e25b722986b9aab1cf556e3eafe62bc8 2,753 1.00/1.00 vMB 15
708,022 708,022 00000000000000000009bd899396f9dcc228ab7606def91e4dc233c616dd352c 939 0.32/1.00 vMB 10
708,021 708,021 0000000000000000000969740f22996c72843e9d930d2270bc90df4884b88033 1,117 0.57/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.