Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,940 transactions (1.65 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,126 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,718 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,125 (838,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,084 73,084 0000000000220d3b2a428b53c07d3f60c9b557ed0a897b28face4f6a504687f4 0.00 MB 2 0
73,083 73,083 00000000005bc56a6b73e62e9252df4e639d219653a72a4e840a8dee06761f50 0.00 MB 1 0
73,082 73,082 000000000075ec0590315f6f995c00a5485a126c6e50b04058dd27be73bcc5cb 0.00 MB 4 0
73,081 73,081 00000000004dc7a80cdb0e5bd4f4b1f69f453c480cfa17f9b7238f2c08560daf 0.00 MB 1 0
73,080 73,080 000000000035fafe2818f91b0476e2b9d619dd24ffc50b9f06126ae2f98f5b1c 0.00 MB 2 0
73,079 73,079 00000000000f67206032a1b54ebe9de30ba421500fd2b016e389ca59093a876b 0.00 MB 1 0
73,078 73,078 0000000000259dc1a8d500c922f320afce94c29dfd0da5192e000d88397f850f 0.00 MB 1 0
73,077 73,077 00000000003bb9f673d29e739e89b57945a31d72fe2a58876da57131275a95a0 0.00 MB 1 0
73,076 73,076 00000000002e322113e0fd7327d4dc7d4cb74b74f01e5ff83b19b565061275f0 0.00 MB 1 0
73,075 73,075 00000000002f3181d02e4246a640a93a7661b1685676329c48e29933bbfed862 0.00 MB 1 0
73,074 73,074 000000000002d5f40229777ad131d528ad553a1db112cb6dd51bad8681ce713f 0.00 MB 1 0
73,073 73,073 000000000047235e69c1f97ea39609e66ae04eb8a515f3f5f1f736eac51510ea 0.00 MB 4 0
73,072 73,072 00000000006ef12b8c531cc1bdbbfc8c2be1b699e8a2b2ce6d61fa21fb04257d 0.00 MB 1 0
73,071 73,071 00000000006807e445f709309b4fd434508b199dbd3cd184c549dcdaea88288e 0.00 MB 1 0
73,070 73,070 00000000003402c0e2a4fcf2678ee4ef82a2e7091f644c149f3d1d756c160431 0.00 MB 1 0
73,069 73,069 00000000007562918150ac5f95179cd1bc10c03ee5ebc3170b215e734a114fd0 0.00 MB 1 0
73,068 73,068 0000000000308af15aa64f74d03f1f704d0e5dc13e269432cfd54f4dd2be8db1 0.00 MB 1 0
73,067 73,067 0000000000a0cb3c2809be90bb9a61febb37b941c91835154e092ab280c3c528 0.00 MB 3 0
73,066 73,066 000000000024230df6b2d248905c0784ded440c3707a374e4bea9eca0b133aa7 0.00 MB 1 0
73,065 73,065 0000000000ade6ef11dbe02e1c95250787fbf382a0cde6adce3a886bdd7ecef2 0.00 MB 1 0
73,064 73,064 0000000000a1987ba622678f7f58d35f3039434fa3d4149d92694dee1c9ebfc5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.48 GB

Node Information

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