Loading Tool

Explorer IconExplorer

Memory Pool

29,184 transactions
19.86 vMB
0.08585294 BTC
Random Selection Loading Transactions
Max Size: 102.28/200 MB

Candidate Block

Mining Attempt 9fa1c22941add4de15b1c38fe37ff29395909392e4d85bd71c99e0c378342fbe
Version 20000000
Previous Block 000000000000000000010676e216138a011cd5e5945500a2e564d3ac689fa60a
Merkle Root e3190144665c006ccba99e3b23f6a7e3a818a7d8b7cecda0d0f4e0c4df41b727
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,696
Size: 1.00 vMB
Total Fees: 0.03921952 BTC
Feerates: 400.79 > 3.93 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,735 (784,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
133,680 133,680 0000000000000b183ca581a2bf669de261c20e0b384eb1d4f60d992cd07c8392 24 0.01/1.00 vMB 623
133,679 133,679 0000000000000a93f631f439a27e188422f9595b5a32afead5a56c6516d7d4a7 229 0.08/1.00 vMB 466
133,678 133,678 0000000000000027d2cebf9b26ac95c84b71b26f0e8292db9efb19e7698551c8 66 0.03/1.00 vMB 803
133,677 133,677 000000000000053610e5784cdd93cd333ee6b37921cf6392d0a764c36e22a7e3 88 0.03/1.00 vMB 596
133,676 133,676 000000000000092d3071277d3cf2a93a2353a8944e24aae30478ca00d8f78b70 39 0.02/1.00 vMB 858
133,675 133,675 0000000000000836d92310b03337224e2236a566d41d3584e3b53ad216608f63 91 0.04/1.00 vMB 152
133,674 133,674 00000000000003b5a5e753f8a70a0d53f33a7b5b7a6a6f55b24016b7e55bd46a 96 0.05/1.00 vMB 574
133,673 133,673 00000000000002fe3666845b155131f7f9b12ede625f05a5ec93b35882d710c6 157 0.05/1.00 vMB 283
133,672 133,672 00000000000005463999b3146a6335d8b663fb50223ccd787c0415072394773c 24 0.01/1.00 vMB 696
133,671 133,671 00000000000006bba70dde8237fc17ee2b7a86e2445fc6455f31841b22ee3d30 12 0.00/1.00 vMB 1,117
133,670 133,670 0000000000000a1dc1844ff199af3b91b7cf3bc17ffcde8804f0c6f1182f90ec 187 0.07/1.00 vMB 212
133,669 133,669 0000000000000a249de35949eff2295772fe397b95e4c428228abd4c484eacbb 77 0.03/1.00 vMB 915
133,668 133,668 0000000000000a39a0e7d3685163c22e844c1f673c87e1bf80cba2e79fd40529 1 0.00/1.00 vMB 0
133,667 133,667 00000000000003901625034d725ce2991edd696945c40274dc253e76dcf53650 27 0.01/1.00 vMB 498
133,666 133,666 00000000000009c903ece28040f415e40f138d377ac85e0238961f1bac4c4997 29 0.01/1.00 vMB 1,457
133,665 133,665 0000000000000389587bdb51a0c7ae442939764f2b23a8b25c1948af45b0ef67 22 0.01/1.00 vMB 724
133,664 133,664 00000000000003cbbdc58b359af52a30e3a75b3f1ca791ae649fe8aac2a29fe4 32 0.02/1.00 vMB 465
133,663 133,663 0000000000000a055603b6d731a3e96b1f354e1dee67186811ff178017c007a1 117 0.04/1.00 vMB 105
133,662 133,662 0000000000000542c1e5b93cdd7827b3a5e6b482e3a993af7be397936e9050f9 17 0.01/1.00 vMB 535
133,661 133,661 00000000000005a1afc5b97c1706fb6a3f3d8393be8993363a4c508adaf3ff2e 12 0.00/1.00 vMB 17
133,660 133,660 00000000000008023f51d742ee937f229cca0faf02f26b755e46981839e8d1b7 15 0.01/1.00 vMB 1,006
Previous 10 blocks ↓
Total Size: 787.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 1,068.49 GB
    • Received: 36.42 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.