Loading Tool

Explorer IconExplorer

Memory Pool

30,051 transactions
8.91 vMB
0.10813867 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.98/200 MB

Candidate Block

Mining Attempt 8f186c55066423bf4da4024af7d3781e2955d11f7ddce9179799cce8b424acff
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 1276ec6c6aa50a7ba1fa3b379bc0a56ff70540d0ecf483ed8401eab07f5741bc
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.04768030 BTC
Median Feerate: 3.06 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (724,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,671 188,671 0000000000000767d587ed4cc9de9c348756c2135a632e5cc0a28ed35d23d017 256 0.10 vMB 115
188,670 188,670 00000000000006699065f2b13fe35c43408fbb4a2ff48b1001dc8876b9e2cdf8 21 0.01 vMB 171
188,669 188,669 0000000000000546b640fb7bc4a00de759a9795929d426ec38526482aef68925 6 0.00 vMB 53
188,668 188,668 00000000000005f89cb357ef34eb7a0a9632e50df7ce969db31cfe516c4a732f 19 0.01 vMB 124
188,667 188,667 0000000000000031a2d3a2de621ec950b665e5efaf21a2c6cdd622079fd4cc38 37 0.04 vMB 74
188,666 188,666 000000000000081e67e9b82fa43527c75514009761af8da95025b96f818bcca2 34 0.02 vMB 53
188,665 188,665 00000000000004d348b4cc54044dd4a730577a2f840a40c84ffdc79c35525962 30 0.01 vMB 81
188,664 188,664 000000000000095103604e30cdd547c39984d0ede455b66a9469b59921c9b79f 53 0.03 vMB 73
188,663 188,663 000000000000026285b3f422a518e8fdfb5dd6a51cc3c992b1f5ebf801be080f 64 0.03 vMB 96
188,662 188,662 00000000000009509faa0aa5ee300056b2284bd8e95d3af3d13537d41d423ef4 149 0.05 vMB 47
188,661 188,661 0000000000000151874666db6fb76c7396dc3855c037d5a89a60279d11db1247 113 0.08 vMB 108
188,660 188,660 0000000000000150399fd17991eb79d524ff72ee8fa7509c9777d5fffef67943 129 0.05 vMB 110
188,659 188,659 0000000000000705924ab97b4da668f47367b8fe917a0a818bf7ac5c832ed8fd 77 0.03 vMB 83
188,658 188,658 00000000000003db31c3ba728393b3f33f70ac8581e73a1f27f1a2a97d839eb7 62 0.04 vMB 56
188,657 188,657 000000000000077d2a296a24f9489ced644eba54782bb9e3047a36ee3f046915 494 0.21 vMB 376
188,656 188,656 0000000000000298fde432958aa7cdabd24e2910ada3be035252ba163d767955 143 0.05 vMB 129
188,655 188,655 00000000000004118af65e35a22825a0382a6b17adf23f71b1c6f6f37935ae65 10 0.00 vMB 0
188,654 188,654 000000000000002a372568662aef8cd3a23a1983b0e44f34b0ae63b3463c1718 7 0.00 vMB 0
188,653 188,653 00000000000005daa90840d9f10514f96374328bf17dc17fc3e35c056fda9bfa 204 0.08 vMB 142
188,652 188,652 00000000000007f5feabf1385813dd28cd60d8b2be12533088d423ffb91873b0 316 0.12 vMB 126
188,651 188,651 00000000000007333a63a87814aab03ec39e407a4082017a36a73987b1e04ace 226 0.07 vMB 161
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 68
    • Outgoing: 10
  • Data Transfer:
    • Sent: 21.57 GB
    • Received: 0.43 GB
  • Uptime:

Notes

  • 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.