Loading Tool

Explorer IconExplorer

Memory Pool

80,252 transactions
29.87 vMB
0.07508096 BTC
Random Selection Loading Transactions
Max Size: 179.80/200 MB

Candidate Block

Mining Attempt 1bb1e675231911f78fc6e3e8770ca89ef9e42493d88e2103f3bbda3fb9272464
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 19c3191a60127309d56a2216a4bda04535a15e06c3c6becede47764133dd752c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,928
Size: 1.00 vMB
Total Fees: 0.01414287 BTC
Feerates: 197.70 > 1.42 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (497,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,249 417,249 00000000000000000272cc32625c1c812c41275f31b6fd955c245f0eb5b3a225 1,845 1.00/1.00 vMB 37
417,248 417,248 000000000000000001ddbeab45b3ba4cfd84fb73ff7d416c37eff57faba5ae2f 13 0.00/1.00 vMB 59
417,247 417,247 000000000000000002dd05d59ac9f433609dd75f9708b03da674c43e2ac2fe9f 398 0.24/1.00 vMB 59
417,246 417,246 000000000000000004ffd9190b27d4929f3001fc025d74e9e737546265fb3066 854 0.43/1.00 vMB 53
417,245 417,245 000000000000000000b4addea637da945fd0c50e35ca57f83d5e8e534331c7da 1,399 1.00/1.00 vMB 29
417,244 417,244 000000000000000003b853744a5d9722ad789e04401fd64a9add43dbce61b810 1,998 1.00/1.00 vMB 61
417,243 417,243 000000000000000003a5819b04f00e4ad3b4202f64cd8ea41728f44eb1a7f4a9 1,851 1.00/1.00 vMB 39
417,242 417,242 0000000000000000054163605520ed777997739b760feed193ac6cf4dacaaaa7 2,339 1.00/1.00 vMB 37
417,241 417,241 000000000000000001d46de68fd46f3341af2e7f3190b2e67bd82c6727491ac5 2,467 1.00/1.00 vMB 50
417,240 417,240 000000000000000002a9502b9b9eca57fabfcfda08ac1c67bb507d12e017f17c 2,243 1.00/1.00 vMB 110
417,239 417,239 0000000000000000043ee9bb547b73ce9e842778c29a38c9e4687e1fc0436818 1,551 1.00/1.00 vMB 41
417,238 417,238 0000000000000000036ee00c7bf29b416ed6d0524752fc0750dbdef0df7317d0 1,982 1.00/1.00 vMB 48
417,237 417,237 0000000000000000011adc847861ffbf75d8231430afd000f4e108c2fa4ac9a6 2,515 0.99/1.00 vMB 49
417,236 417,236 000000000000000002b8934acb784e43a04bf3b9d4695bd72d01ec0860a4ba45 2,380 1.00/1.00 vMB 78
417,235 417,235 000000000000000001aa35a82aa05f2f140ccf06e81cb36a319c033e84ad71b2 2,585 1.00/1.00 vMB 121
417,234 417,234 0000000000000000054907b83b33b979710e0daa4fa7e2e24cd7db6c747c1e70 2,360 1.00/1.00 vMB 84
417,233 417,233 000000000000000004e82f8d9934c0cee2714b6d7861cb309e796227e8d578d1 2,899 1.00/1.00 vMB 93
417,232 417,232 000000000000000003fa3ab6de452400c871d1772b8a6303a6e1967fcb91e422 2,864 1.00/1.00 vMB 58
417,231 417,231 000000000000000000f716d26a26964b4b55a4033ccb5a13bd92fd44cc6daf34 2,613 1.00/1.00 vMB 68
417,230 417,230 000000000000000004cb3dd1a06610a3472c3c9934eb7cdeb86127d98f725954 2,534 1.00/1.00 vMB 67
417,229 417,229 0000000000000000033195fdf308663a07da754f9a3dae6a1e76213ddf7edff2 2,240 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.37 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: 663.72 GB
    • Received: 14.93 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.