Loading Tool

Explorer IconExplorer

Memory Pool

82,317 transactions
31.19 vMB
0.10333565 BTC
Random Selection Loading Transactions
Max Size: 189.13/200 MB

Candidate Block

Mining Attempt 9354e4760beeaa18ee113f5e38232122f556ffb3e090c7fb71dc8f574273abe1
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 06e4c91b02e7a5b2a3a9bb9a6fd35a15320da553c8bfb9324f7d27bdc9ca2eed
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,086
Size: 1.00 vMB
Total Fees: 0.03073392 BTC
Feerates: 318.30 > 3.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (627,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
287,692 287,692 0000000000000000243b8471013d36f37c40f8dee4f6b6e02c5de179a3428b7d 1,021 0.35/1.00 vMB 54
287,691 287,691 0000000000000000fef9a90e1f033bfa1463a596e791d80f14fb7e9d01bccbb6 131 0.06/1.00 vMB 105
287,690 287,690 000000000000000073909bebd7604ac4b9bc064c591b68e90e5978f504ea578c 667 0.35/1.00 vMB 36
287,689 287,689 000000000000000060e3426eaf0728b8020aa3ce4017308cbad446a50dd2707f 1,293 0.88/1.00 vMB 29
287,688 287,688 0000000000000000779d2877542b1b589e4774bdb4f18eabbbc58566af1ab965 123 0.06/1.00 vMB 75
287,687 287,687 0000000000000000b28e2818c4d8019fb71e33ec2d223f5e09394a89caccf4e2 68 0.04/1.00 vMB 30
287,686 287,686 0000000000000000aac73f6f9e1c9d848b76d6e98d60991f46071044ddd65e99 273 0.16/1.00 vMB 33
287,685 287,685 000000000000000070083ee3b00ba7a6e90a7778e2e8392c68c51c0648779062 450 0.25/1.00 vMB 34
287,684 287,684 000000000000000074603197bc3637c9683a0a7f772f2f51bda3cadaa4ef4691 276 0.15/1.00 vMB 34
287,683 287,683 00000000000000008248459f92fa1977210b2b6ad4b1121e9e871264d6f1bce2 605 0.60/1.00 vMB 26
287,682 287,682 000000000000000021461ac3a0ef302417ba9a55b08ae3fe0432120d2c2a9890 1,278 0.89/1.00 vMB 27
287,681 287,681 0000000000000000e7c2ea9b3cb02025badb76c741cb01c64c9c211147b90ec3 879 0.35/1.00 vMB 47
287,680 287,680 0000000000000000ba972462fb4f0c11db62f1d7a2907825368c91dfe73e115f 137 0.06/1.00 vMB 174
287,679 287,679 000000000000000019a0d94f0a97ab7c37ed472c9cf74da6cc7f06a926c59868 289 0.16/1.00 vMB 39
287,678 287,678 0000000000000000c948bf149db624cf652211e5f79a4ed1dd40fb2664e50117 67 0.04/1.00 vMB 34
287,677 287,677 00000000000000011b5372e36d646c3f2ca7ceacf79a82b4f824fddafccb7cb1 436 0.38/1.00 vMB 26
287,676 287,676 00000000000000015d4af474df9b964f19336e459535eba23664453b9a2b7a55 150 0.10/1.00 vMB 13
287,675 287,675 00000000000000007f36ebf37eeb904adf4861a85e77d2de3cb2fe334ec013d4 1,208 0.54/1.00 vMB 37
287,674 287,674 00000000000000009d49a8b88770c9d1f5e3672f6bcde0099a58d68416e1c12a 278 0.21/1.00 vMB 22
287,673 287,673 00000000000000009f878d4be62b2735e8fed86498973c2a135f6b138ed24c73 709 0.35/1.00 vMB 31
287,672 287,672 00000000000000001f8572f586812cca4a67f64cc351be2a05791e19fa7548f0 97 0.06/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 783.00 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: 718.44 GB
    • Received: 17.90 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.