Loading Tool

Explorer IconExplorer

Memory Pool

41,830 transactions
26.48 vMB
0.07069465 BTC
Random Selection Loading Transactions
Max Size: 137.84/200 MB

Candidate Block

Mining Attempt a0ad86e86a1648dbc2c5ab496a11e056e71f4e5926da2bb95f47a22ef353ec5d
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 1eb01df48c9d8c8390f160a62399c7cf5c539b211bf9f97d011e16254bc179cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.02205058 BTC
Feerates: 99.53 > 2.21 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (574,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
340,164 340,164 00000000000000000505915afa14a852d1b9d436f8715a5f15c6c3dabce2d2c9 98 0.10/1.00 vMB 7
340,163 340,163 00000000000000000dc47efc1a8c46ac97b02562f4c17d38aadac5f98898d02c 143 0.07/1.00 vMB 17
340,162 340,162 0000000000000000018db5a55723845fb01a3b1e1af9bbe276e53c1cae138a4d 204 0.10/1.00 vMB 18
340,161 340,161 0000000000000000093150b21676cdcbf56d3c60d64c27a5f0895dba9258cd04 735 0.36/1.00 vMB 26
340,160 340,160 0000000000000000008240afb4a9bd5b1690d5fbac3a415cb7e81e65188fb0a1 1,481 0.66/1.00 vMB 28
340,159 340,159 00000000000000000abbf8b7e317d698e0cb730b7075bbcfa0923c501733cf00 825 0.39/1.00 vMB 26
340,158 340,158 000000000000000010c2b5701fa9e09eb8a9a6fe01596bae14089223e09f034f 982 0.50/1.00 vMB 30
340,157 340,157 00000000000000000757a9d8a3b96e8e3f5a411d7af8b4c82e08d1c0f7a701fd 1,674 0.84/1.00 vMB 28
340,156 340,156 0000000000000000106dad73171ec77f016ba3f5aa8f0687d2aa08facbfe8367 314 0.17/1.00 vMB 19
340,155 340,155 000000000000000007c3d93027e1930ef86a3a73765cc4c5ec6b233a603b6461 696 0.41/1.00 vMB 23
340,154 340,154 0000000000000000108c4c767865ccad28c3d715af66b7eba298dd4aedd8ccb7 335 0.13/1.00 vMB 29
340,153 340,153 0000000000000000183faa12c5704a1215c5135edf1964eb9e6e6f6d6ae99acf 257 0.15/1.00 vMB 21
340,152 340,152 000000000000000014b6eb58752bf0ffa8a6eeff48edc2ba86d8d7bfbe3bc51d 435 0.24/1.00 vMB 26
340,151 340,151 00000000000000000e6959f3f8ef95f4de1a746d0ce6a5377dfdcb3b95f59aba 81 0.07/1.00 vMB 6
340,150 340,150 00000000000000000572cab9fac34aa9a08172fe62021f79464956182a27e0c8 392 0.22/1.00 vMB 22
340,149 340,149 00000000000000000300c6e5094bca513c571fa03f4de3fe5273201bb683aded 363 0.28/1.00 vMB 18
340,148 340,148 000000000000000013e63003b3aab85489194eeaee655cbf788cbbe7560a7cb7 512 0.19/1.00 vMB 34
340,147 340,147 0000000000000000114bfb7e2b739a3feca83d0faa2bb1fc149180227ac7006c 370 0.18/1.00 vMB 27
340,146 340,146 00000000000000000f44c5eb4c028e749a86360fd414d424ceb3c82c55bc8232 896 0.52/1.00 vMB 23
340,145 340,145 0000000000000000125a73410b378ff91ffcd2023c50e2d63c2b4b39871d1d6e 931 0.51/1.00 vMB 25
340,144 340,144 00000000000000000c52bb331e4800f7903eb67b655a648024648bdf31032dfa 284 0.23/1.00 vMB 15
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: 10
  • Data Transfer:
    • Sent: 653.46 GB
    • Received: 13.89 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.