Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,288 transactions (0.52 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,444 000000000000000000022b910000000000000000000000000000000000000000 0.52 vMB 1,275 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,443 (293,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
617,758 617,758 0000000000000000000768e68c356a8500aed30ff458ddf3f7142f2c2ee58bd6 1.27 MB 2,446 21
617,757 617,757 0000000000000000000f87dfcc05f7eb27e6b13103072e18eadb0745a543f8b2 1.30 MB 3,108 16
617,756 617,756 0000000000000000000d88bb84e7593718c7ad79ffe2115f3af00091e0984672 1.37 MB 2,837 15
617,755 617,755 0000000000000000000f7141661345ce1f897c43025d93266a54656da1af4202 1.45 MB 2,088 17
617,754 617,754 00000000000000000002764169479fe0f35b5b18b747ea9e2db287b96a10fb07 1.25 MB 2,138 10
617,753 617,753 0000000000000000000969d4b39a28f7601e118352119ef312c4ead390942a2e 1.22 MB 2,666 32
617,752 617,752 0000000000000000000f400efb08757aaacbcf3f77b866d6a098f8af4a2a7211 1.39 MB 2,054 16
617,751 617,751 00000000000000000007380361914db75842cc8cb18b91b03ade85e85a4e4166 1.07 MB 2,204 14
617,750 617,750 00000000000000000003a92fa0f3ac8fcdc1bb4ffc859d20b8f9aaaef9fb7c9b 0.00 MB 3 0
617,749 617,749 00000000000000000005422b4f4b17f2e25250f5ffcdb9c0fd2c94a47aa34245 1.32 MB 1,974 21
617,748 617,748 0000000000000000000c1c22ed6172362b08b364e23b9ac8d85a253e82607e4e 0.55 MB 1,153 18
617,747 617,747 000000000000000000003c14773b4fc7b6f7291d4936284f8080055184b2a1f6 0.10 MB 256 18
617,746 617,746 0000000000000000000d6d86c329ac7b5ed3eff86b7205dd41663733b723818c 0.33 MB 586 19
617,745 617,745 00000000000000000007486508624a0bfea89ec7827de7d9dc94d21ffb8d3837 0.61 MB 1,311 15
617,744 617,744 00000000000000000011313b5c9a6186dedbfe57e94bf255e52a88efd03c3bde 1.29 MB 2,803 19
617,743 617,743 0000000000000000000c66b4fe832146cbeeba30b001b6c3dd732120a5b5a676 1.00 MB 2,561 7
617,742 617,742 00000000000000000004b73a88288142bedf3e74c5c88d2717cdb8c2dd51e956 1.28 MB 2,332 10
617,741 617,741 00000000000000000010672e96525da56f1934ef3bbf328daf95e377f1a39eb9 1.30 MB 3,172 33
617,740 617,740 00000000000000000004643ca3e9e42564e91d756fba6fde53ec20e4d238e24d 0.43 MB 951 22
617,739 617,739 00000000000000000004c79c8a8d8f31fdebd8feef68023eec07eb44242df1eb 0.34 MB 970 3
617,738 617,738 0000000000000000000d6c0aba63e2c9f7fa0df7fef277655198c3308cac1bc6 1.31 MB 3,036 20
Previous 10 blocks ↓
Total Size: 776.06 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,407.37 GB sent, 129.07 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.