Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,387 transactions (0.46 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,761 000000000000000000022b910000000000000000000000000000000000000000 0.46 vMB 1,373 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,760 (425,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
486,325 486,325 000000000000000000f1cafb718affd9f4d8c07f9fb252c645ea7d8195d51da6 1.01 MB 2,175 65
486,324 486,324 00000000000000000008ced1a6839e98353329f21884e24e23f003a06add00b9 1.00 MB 2,398 38
486,323 486,323 000000000000000000b4d49d9ef5d19f01d45fff83c2fc5db270537104a01806 1.02 MB 2,213 113
486,322 486,322 000000000000000000e464d5dd803f988dc751484e05025e0b001317512c338b 1.01 MB 2,156 149
486,321 486,321 0000000000000000002ef09501e6790c047f1d2b465be4efd28d9bb3d0dd46ab 1.00 MB 2,349 179
486,320 486,320 0000000000000000002f40cc976c1e820da5ed4dd1c660606c5805c2d6463177 1.00 MB 2,152 104
486,319 486,319 000000000000000000eda3449c83f867691fa833786b704144f7f0c49b1fc211 1.00 MB 1,879 106
486,318 486,318 000000000000000000c770b3113bfa97f6c6d9b16f389c2540a1686a26a507ec 1.00 MB 2,142 144
486,317 486,317 000000000000000000a37c3f5ce2172ae41834b219877efe74e5e7c6ab65bb1b 1.01 MB 2,570 168
486,316 486,316 000000000000000000d1e1aaf6a01069654eaf0acfacad06d34d83004487711d 1.00 MB 1,502 191
486,315 486,315 0000000000000000008605edebfd2a9cea03a332db35feb720737a8c14e65ad9 0.84 MB 930 32
486,314 486,314 0000000000000000000946188bf5c70d178ba9eab0ceededcd72fbd640306641 1.03 MB 1,369 64
486,313 486,313 000000000000000000db878e4b2df23eeaa64ef5e541e1b9d9abdc11e5e8b1b1 0.33 MB 751 95
486,312 486,312 000000000000000000d1e489edd5b21461f87b81b57b7dea41d81bb1eefd2131 0.53 MB 672 27
486,311 486,311 000000000000000000bb81f16a111c3e37914d9dbaa06e595dae81fe46c7d821 1.00 MB 182 10
486,310 486,310 0000000000000000002297e712536f6a682c405968cfabd9ee4f8de553a7fafd 1.01 MB 1,846 108
486,309 486,309 0000000000000000009dbe3b5ed6ec5a0aabc4e506a95a7f3de01e2354553021 0.30 MB 562 105
486,308 486,308 000000000000000000835cb615529d4baf65f26db6f1281fe408f6daf77a110a 0.10 MB 212 89
486,307 486,307 00000000000000000068e74d76878b7e56a6dd2d85c66589b6eb803f1ec735c3 0.34 MB 688 42
486,306 486,306 000000000000000000ea99ce1d8cc06de779d7d9452880939c126213bac201e1 0.88 MB 1,699 35
486,305 486,305 000000000000000000fd53d57f101974f7b23453b3f19c542076208f6d7b588f 1.00 MB 1,929 40
Previous 10 blocks ↓
Total Size: 776.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,429.18 GB sent, 131.76 GB received

Notes

  • This page updates every 5 seconds.
  • 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.