Loading Tool

Explorer IconExplorer

Memory Pool

28,932 transactions
8.77 vMB
0.06577957 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.78/200 MB

Candidate Block

Mining Attempt 17203d885da13efe642ff88118637bcb798fe899ae0dff19ad622838437227ba
Version 20000000
Previous Block 00000000000000000000c13069b9329f48223affbf81e7578255b2033820348d
Merkle Root 2dcf425dd0fd66b2b5e6a8d77f8591197e2f4b587ebcba74f245f926b536beaa
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,653
Size: 1.00 vMB
Total Fees: 0.03620355 BTC
Avg Feerate: 2.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,020 (651,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,881 261,881 000000000000001b8d625c28d4e5c229e57e0992d49a0fc960d86cc8e5126b9d 0.18 MB 467 139
261,880 261,880 0000000000000002ee2331f2e7588c7c8eb2ac7c5eb7aee389f6ee5df5754f9a 0.00 MB 15 102
261,879 261,879 000000000000001821c6baccb190130ee5681185557a0baf50c52f5b2a8c1c70 0.08 MB 176 63
261,878 261,878 0000000000000008c7e0b54d9daf67db1c9dfb90bb58d2caac1626933118fc2c 0.19 MB 456 109
261,877 261,877 00000000000000121368cdd334ede1326cc02134c121dd97ad78c5569d68014f 0.15 MB 327 106
261,876 261,876 0000000000000012d50febc4c1c30e1186a7e1759f90f2701f530e5ec7ded723 0.21 MB 503 166
261,875 261,875 00000000000000056863e47d80809ad521c69ec3717a459cf35158536aa43d05 0.05 MB 128 103
261,874 261,874 0000000000000000a2205461d5cb2be959d59ccb26ca271418510a55e90470c2 0.07 MB 138 38
261,873 261,873 000000000000000df09f9b91058c55369cb26f80f1d9eb6d836c7075eacabac2 0.25 MB 686 156
261,872 261,872 00000000000000169370a5a1ca1ace99685714fe01ac7ce155e495f4af979d05 0.02 MB 81 102
261,871 261,871 0000000000000011c1ae1ba061d6582b28c75787335923cd6eacfd9b789f729c 0.14 MB 387 161
261,870 261,870 0000000000000000d030f13d9fb8880ac2b5afb1c2d7cc11bd440c704841248a 0.04 MB 109 79
261,869 261,869 00000000000000058e51b1fab8dac2a317423aa6d5219072790b3cc760754074 0.07 MB 138 26
261,868 261,868 0000000000000018114a38c524a5632f8dbe0e00235834a9de5bd67b891cc1bf 0.25 MB 693 124
261,867 261,867 0000000000000009cea020fdffffc2dcbe77f6839d67f0df25374f37cdfbacda 0.16 MB 402 117
261,866 261,866 0000000000000010e40843817d36a8988a62befc1d7c0c69eebe533947ec2d46 0.04 MB 100 71
261,865 261,865 000000000000000b9fe55b9191aa23942ebc25a559142e005224260b7fadb8ad 0.22 MB 634 147
261,864 261,864 0000000000000014e3d5f6ed008c87168aeba5292248b0f8a68db9bca8c3b1a1 0.07 MB 170 106
261,863 261,863 000000000000000788667d4302d044941fde21de9f8d50225de2113aaa57c8aa 0.07 MB 128 92
261,862 261,862 000000000000000181df28bf68956fd14139c5bead38f070402bad2cb4a54097 0.36 MB 235 48
261,861 261,861 0000000000000017cd54eaa8d98186e44c852055de3537d24dd112a576ae1517 0.25 MB 353 81
Previous 10 blocks ↓
Total Size: 778.88 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 401.34 GB
    • Received: 3.61 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.