Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,978 transactions (2.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,644 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,542 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,643 (225,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
686,395 686,395 0000000000000000000761a96e2f63fa1fa146b8a8aade5ea1c3fa791e2662cb 0.58 MB 1,023 24
686,394 686,394 000000000000000000052f2cab0b551c65c438c1d53ea64e7fc7da00ca023a6a 0.46 MB 534 21
686,393 686,393 000000000000000000046682c6b6a1df13d8c0a6705bcb6d6c168027607b6d83 1.64 MB 731 8
686,392 686,392 00000000000000000001bdf0e5575d224b4b8ee19621f43b645684f48f25c8cd 1.81 MB 1,172 16
686,391 686,391 00000000000000000001f93b6c7abaad22788fe24ff04b88437bcfd07d179899 2.13 MB 293 3
686,390 686,390 0000000000000000000a28b96340cee0009952fef9517a625365720ada5490e6 1.24 MB 1,793 22
686,389 686,389 00000000000000000000d41f6ed3dc4f7da18b56d56d221348bb9ddbc1bb945a 1.14 MB 893 42
686,388 686,388 00000000000000000007b41d8e8a819ab74646cf32b217b5e1cc96509302188c 1.78 MB 1,442 18
686,387 686,387 0000000000000000000ab96abd63ac76bf366a7c06c768de109dcb6b50a7be98 2.21 MB 455 6
686,386 686,386 00000000000000000008c92b0fdf4bd6f3e7e14c418b0cf6bc9c8a1069b3920d 1.34 MB 1,934 10
686,385 686,385 000000000000000000049da6da5c6ffa8a6920716d120c468fefb898e41eb5a3 1.38 MB 2,332 41
686,384 686,384 00000000000000000004a175cb6e6e97bbe6d6ebfb3cd0de212d01171e78fb74 1.31 MB 1,586 21
686,383 686,383 0000000000000000000150a45403f1e4b2dc2478e183532bb8810db2357234f8 1.32 MB 2,187 4
686,382 686,382 000000000000000000029546974b1a30229186c18805fe4581398661564b3ea1 1.34 MB 1,995 36
686,381 686,381 000000000000000000018dc77b687e6b36367192d3f83e68d22028745fa901eb 1.56 MB 2,117 19
686,380 686,380 0000000000000000000aec62dbb1b7723e0a427ce0f1c60b0ba0cda272aa2dcf 1.29 MB 1,894 36
686,379 686,379 00000000000000000008d8f9248fcb69cc777016e85997eb55ae1d194a188ebe 1.25 MB 1,878 43
686,378 686,378 00000000000000000007de79e91a6176a60eb3d8dc028e601bc17586a2157963 1.31 MB 2,891 67
686,377 686,377 000000000000000000068bf1f19936c4486f1e4cc55361da04e3e03ea1f9d1c7 1.39 MB 2,534 25
686,376 686,376 000000000000000000055a7f0a7e65dac69a5cd4f845b167f013bd149926df22 1.58 MB 1,816 20
686,375 686,375 000000000000000000088275bcb983bcc61b70b4c71ccb8fff3b9592e8d750b7 1.70 MB 373 3
Previous 10 blocks ↓
Total Size: 776.43 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,423.47 GB sent, 130.79 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.