Loading Tool

Explorer IconExplorer

Memory Pool

76,918 transactions
28.71 vMB
0.07601720 BTC
Random Selection Loading Transactions
Max Size: 173.71/200 MB

Candidate Block

Mining Attempt 8562f9bed9c7f278ab022cc8c7b8497ceea1450af4e7b9bc34e88f1a607bdc15
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root f9d7fc547e0bcef603bbe45de84b990bd23b50e824cdd7509663bf738b54e5c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,984
Size: 1.00 vMB
Total Fees: 0.01642970 BTC
Feerates: 150.93 > 1.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (129,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,752 785,752 000000000000000000031afeab84a42a8ce04b045b3c81ebb64d2cbe061fc45c 1,093 1.00/1.00 vMB 8
785,751 785,751 000000000000000000008d8b18721c075580bbdf80ad98d313530f283acd595b 40 1.00/1.00 vMB 1
785,750 785,750 00000000000000000005503f4f8b6accc5d2f6913e36e923e79edf08e4622fb3 1,013 1.00/1.00 vMB 6
785,749 785,749 00000000000000000003827f6c77f1402b8cc08e2b47bb910f2ed192d9996ffc 81 1.00/1.00 vMB 1
785,748 785,748 00000000000000000005d6098c0772f37615753fd8df87cba2357f18e0e31216 1,273 1.00/1.00 vMB 4
785,747 785,747 00000000000000000002c1cb9572e495eb490094f6e41898b37337140f1f482f 878 1.00/1.00 vMB 4
785,746 785,746 000000000000000000045bdb808a4b1a9dbec35586492cc769a96e20d7a79474 2,035 1.00/1.00 vMB 10
785,745 785,745 000000000000000000050356f9c4e939e060f09bde03f1c0326014a2933ea5c7 1,185 1.00/1.00 vMB 4
785,744 785,744 000000000000000000045546589442b25f70337c1ee60e9e6510e70f112ff269 1,790 1.00/1.00 vMB 8
785,743 785,743 00000000000000000004afb060bf1be582cff810de4525df4a78123752b4265f 2,725 1.00/1.00 vMB 18
785,742 785,742 00000000000000000001d8fd25e18cf1a93e30d1110edd2e8cd625c6333af5b6 2,433 1.00/1.00 vMB 17
785,741 785,741 000000000000000000045fbbe290346d9614a622e71b8bad3178ea1f640a0db3 1,389 1.00/1.00 vMB 15
785,740 785,740 00000000000000000000f850a6826804802a3babe284895d73ec9c2de3264c95 1,017 1.00/1.00 vMB 17
785,739 785,739 0000000000000000000471f16ee5614bf460acda1dc9457cdc15985511c66a31 463 1.00/1.00 vMB 14
785,738 785,738 00000000000000000001b6d041f08c6afe1ef567c9a3c6f15c7a13c4e54db200 1,096 1.00/1.00 vMB 16
785,737 785,737 00000000000000000002e39c866cbd2abfe8ce4e8cd6395dac8a0d917ef02cb6 536 1.00/1.00 vMB 15
785,736 785,736 000000000000000000050c151db50572b0e0d26353464b573ff57fd11095bff7 1,250 1.00/1.00 vMB 19
785,735 785,735 000000000000000000027cc6bb7b8e051dac83cae28ef2c3d204e67e5b9f9c63 2,584 1.00/1.00 vMB 16
785,734 785,734 000000000000000000058fa2e3c77bc1fb20123576b0202a60c6beb7a3fdd928 2,016 1.00/1.00 vMB 11
785,733 785,733 00000000000000000001ccac28514ca711cdc2dd94fdeff2ac5d783dc30a9659 2,422 1.00/1.00 vMB 14
785,732 785,732 00000000000000000004980b70e05bd79d1b1eee37b8cdd4c1b7e97b343c173b 1,250 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.39 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.