Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,980 transactions (0.55 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
910,602 000000000000000000022cb30000000000000000000000000000000000000000 0.53 vMB 1,966 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,601 (845,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,078 65,078 0000000001c1a140cc3de724e976cfeb6b397501aee78525f0f90cb4ad978c1c 0.00 MB 1 0
65,077 65,077 00000000069c03984d07799aa6d84c211a03fe60f82ba166bdbc8c3d2afe3c0c 0.00 MB 1 0
65,076 65,076 000000000133caac7bfe19b7128e8a11a3d2111fff5465bf7734801b33a9ecd9 0.00 MB 2 0
65,075 65,075 0000000009b20f8e9855c1f583a7a36eb39c7748791e63cdc19c2f90676e6343 0.00 MB 1 0
65,074 65,074 0000000006409f95f74774555e0a5d23203889a5bee759f1a5f4776090f80a03 0.00 MB 1 0
65,073 65,073 00000000084dc4494d5bb0dbbfcd8e28962ca0927b41ba04ba2529f74620f909 0.00 MB 2 0
65,072 65,072 000000000611302575933371dd4229d22e5aaa80a9990ce51f181e3ecfc3903c 0.00 MB 2 0
65,071 65,071 000000000592032f977aece4ae32caddc9ad916688b812a3211a8b363b235295 0.00 MB 2 0
65,070 65,070 000000000773d9b36b4c2320567f3e83ff21de8703da2b41ee869cf75558d5f2 0.00 MB 1 0
65,069 65,069 0000000005dacb1766b5a4f40e6a8759df04b5187869867e48699032fcb31d76 0.00 MB 2 0
65,068 65,068 0000000000c632740fb33d92ea5aabfc8f50f2356a9443a32411bee9e598746a 0.00 MB 2 0
65,067 65,067 000000000469955aefb8c9d2222d73877d2b4fbb2a44135fb987a7150822acb0 0.00 MB 1 0
65,066 65,066 0000000008d204321fa46911706d41971c703897a9564c2ec66f120e64b152b3 0.00 MB 1 0
65,065 65,065 00000000066a95fcfee7478807166beee33a526118d8c10f17110032ff89e682 0.00 MB 1 0
65,064 65,064 000000000521f85151d3fee7a88c9e19e7f7173e48ec4fe0de96a9f3d7f16411 0.00 MB 1 0
65,063 65,063 0000000002254a28ade32828d1f510ec916a94a1e399f0636e58ecfdc1009044 0.00 MB 1 0
65,062 65,062 0000000004b9b495605d9dc9d45b02f1f6f400d46d34b390427c18b3729c53bf 0.00 MB 2 0
65,061 65,061 00000000031856a1cfcd53d0301b5326139c2c701d51f8c809c6bb45db8c9b83 0.00 MB 2 0
65,060 65,060 00000000077cb77cc7866cc6b3e3144deacf570299149787186baab68c924eca 0.00 MB 1 0
65,059 65,059 0000000004a7b8009a35bb45c28e9c513a63974becc0533c420176d9a00bbd70 0.00 MB 1 0
65,058 65,058 000000000a5c02ad8162143e8477ffc06f8452e1e90a1d528af030575b766aa0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.49 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,255.22 GB sent, 120.98 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.