Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,773 transactions (1.57 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,247 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 819 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,246 (848,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,808 60,808 000000000c2e3484930a46388ea7cfccafa94cf8900af9117bd7f0ce504fca6b 0.00 MB 1 0
60,807 60,807 000000000ca4da7494f624b74c1ce46a1dc74466c758b14c8811b5f35beb1458 0.00 MB 5 0
60,806 60,806 00000000077b6f0c1c3b73bbada85c54a7f5ad18c0a0101138faba9bfa31e17a 0.00 MB 1 0
60,805 60,805 000000000710c416638dd2f5e1e13ebd2db9cc3d83cabc6073e9f0d40e64c44c 0.00 MB 3 0
60,804 60,804 00000000047c8aede26b8c80171b8282885574e50efce3331cd41f7167359242 0.00 MB 1 0
60,803 60,803 00000000030902ca936143fca397e315357e728031aa14c88fc24674865e8f26 0.00 MB 2 0
60,802 60,802 000000000ccded969e36593360550bd72c56249c1ae693109df160e13fe1eea2 0.00 MB 2 0
60,801 60,801 000000000badb1bd4e870330fb7538c5046a2c7bbfecedcdb2124323171fbbf3 0.00 MB 1 0
60,800 60,800 0000000005ded69557de7dd14b6800e7fccaf5e14e2c402acd0dbe8274b16a34 0.00 MB 1 0
60,799 60,799 0000000005af62bf4787438e52a0b8e0308f8e63886bec18699d8e0dce3a08da 0.00 MB 2 0
60,798 60,798 000000000d571251ee4622439c7a7ee14ac1f2c4833c82f41fc0f0152b141388 0.00 MB 1 0
60,797 60,797 0000000004395a8a451c58a0199addb233966b3a8239f9c37b23dde7fd7e172d 0.00 MB 1 0
60,796 60,796 0000000004c8eadb6a263e6661cb06c480d3655d35db46784fea39d79f027f6f 0.00 MB 2 0
60,795 60,795 0000000007a25b48ab817c71e518521750284f719348e2de3f1779a0d64f453b 0.00 MB 1 0
60,794 60,794 0000000004fe5a8f7dca26e2a797c7a5d7061b54cba6ccb20a2b70e8a86d4374 0.00 MB 1 0
60,793 60,793 0000000009fc020325fe68b71ef41879a527d8ca35350a928b1f695352543eb1 0.00 MB 5 0
60,792 60,792 000000000900e094b8527fe01725aac56d961746bb13dd8e11517705f3266fae 0.00 MB 1 0
60,791 60,791 0000000009eafef163a528451148a53187a50673f797796666dcd86c869842f8 0.00 MB 3 0
60,790 60,790 000000000de42a53a358f9f1f152a0ba1b7b95b6e03f4cfe12d5422d46d9bdc4 0.00 MB 3 0
60,789 60,789 000000000af724c83ed556b40647fcf3eecfeefd6489e7f42c17e3fc21475756 0.00 MB 5 0
60,788 60,788 0000000002b3bfb65d39f0e0022362bf6ecaf4c0461c833bd0492e532892e59d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.99 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,023.82 GB sent, 107.92 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.