Loading Tool

Explorer IconExplorer

Memory Pool

82,988 transactions
30.44 vMB
0.14927314 BTC
Random Selection Loading Transactions
Max Size: 184.37/200 MB

Candidate Block

Mining Attempt 3ac94e837e510176c1a06b5077b20ca067294e8efb987171f2b187881d78aa7a
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 2f99d9e27b65ad9b1199837c40fddfe12f963abaff9729225079a5afbac1fe7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,683
Size: 1.00 vMB
Total Fees: 0.06751722 BTC
Feerates: 150.61 > 6.77 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (299,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,435 615,435 000000000000000000119b8d9aff4cfffeed3cfbcf6edca1a8258217731cc368 824 0.22/1.00 vMB 20
615,434 615,434 000000000000000000009e39b0fef76c4f9ff65fa19043763584e7c7af0fb4a9 1,928 0.54/1.00 vMB 13
615,433 615,433 00000000000000000005e180c995220ee5849700593d3606ee0eb26f6de5b5f8 40 0.01/1.00 vMB 309
615,432 615,432 00000000000000000006d2cf7087398582d5091559dfd9a0ee11b1697cf2e5ff 1,157 0.36/1.00 vMB 23
615,431 615,431 0000000000000000000e9eb16107c8fa04f388b09f5c849869d958335e90899f 31 0.01/1.00 vMB 14
615,430 615,430 00000000000000000005cadf179a32ff63a1b1e2a04a9f6d8efbf18aab2263da 350 0.10/1.00 vMB 5
615,429 615,429 00000000000000000007bf03774be7858f1b398056d7d2962a6ed0d91b1eb8cf 2,705 1.00/1.00 vMB 9
615,428 615,428 00000000000000000000eb7c267f73623b13f962e93f06fdca3635d589eecdab 3,001 1.00/1.00 vMB 25
615,427 615,427 00000000000000000000f030fd87442dd14defd59bc0cff843156b4c4b8ffd45 2,420 0.77/1.00 vMB 14
615,426 615,426 000000000000000000105f127946832037b9dbdb12f950894566e6c14bbf322d 3,164 0.90/1.00 vMB 10
615,425 615,425 0000000000000000000a24d6543da4841ab809f7d51f37daa2a09e124ea99e34 3,219 1.00/1.00 vMB 13
615,424 615,424 000000000000000000001650c5b22d5d49a67e66f80ce63bb7b3c559b9eff0a2 3,279 1.00/1.00 vMB 25
615,423 615,423 0000000000000000000d3ed9ca5a15d7151d93ff1b48b73f33cb01aa0e4e5f39 2,495 0.78/1.00 vMB 14
615,422 615,422 0000000000000000000ab85ee830a74aa5d6220437afa46942a0e80a765857fa 3,170 0.98/1.00 vMB 14
615,421 615,421 00000000000000000000c27350b4174dd25a64988d41588426c08b0219f442ed 1,819 1.00/1.00 vMB 3
615,420 615,420 000000000000000000068c7444c8a618f061941b4c823589375806c22c0e1438 2,781 1.00/1.00 vMB 6
615,419 615,419 0000000000000000000a4d98c9c2e26648608b5706d513167a9182a9fb80120c 3,105 1.00/1.00 vMB 25
615,418 615,418 000000000000000000072300dbf192b82a927912d3833433e3069f947bf5f08c 2,704 1.00/1.00 vMB 12
615,417 615,417 00000000000000000002bb6d69fad4ad01d013e15493b6aa141e95b266a312d8 2,306 1.00/1.00 vMB 18
615,416 615,416 0000000000000000000f290a21ce12deb8a44f8182f58e9f8be732cbbfe3d43e 2,955 1.00/1.00 vMB 16
615,415 615,415 00000000000000000002634832aafb8ef5800f0887afa560bddf72ce9e33a54f 1,278 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.