Loading Tool

Explorer IconExplorer

Memory Pool

42,802 transactions
19.89 vMB
0.04840499 BTC
Random Selection Loading Transactions
Max Size: 112.29/200 MB

Candidate Block

Mining Attempt f6bf14260070983718164bc2e97b7c06f250e1fcebe1060f82ee5db43b78ddcc
Version 20000000
Previous Block 00000000000000000001e70d7bd534e49d549bb5efc977d509e1d27a609883a8
Merkle Root 299290c07df3ec9db76239477bd41a3e38823ba4e135f0ebb2a3efdace90f88d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,459
Size: 1.00 vMB
Total Fees: 0.00948212 BTC
Feerates: 73.20 > 0.95 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,058 (789,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,705 124,705 000000000000605b235d65077443d170e88bd5f266cdc545d529d0443662fb27 15 0.01/1.00 vMB 763
124,704 124,704 0000000000001531e35c7f22ea18dcbf070361e1f07b9c4a7951c0895aa77d8b 5 0.00/1.00 vMB 248
124,703 124,703 0000000000002af8aa73d5b9137975e08b35a678806ab61f626d07e3834b39d5 12 0.01/1.00 vMB 394
124,702 124,702 000000000000636103c6d2aae1262801dadb95ea4bfc43762f2a172e327e7895 12 0.00/1.00 vMB 423
124,701 124,701 0000000000000edf51e3b776e85c1bfe5871ecdddd712a1ead72ddbae7b516b3 7 0.00/1.00 vMB 0
124,700 124,700 0000000000003bc6789ea0a512f69b0d1f6f1b0821b9933216facd4154a1838d 18 0.01/1.00 vMB 0
124,699 124,699 00000000000049ef137879b06aada59170cec22e8c35207ad17c4b28be560e06 8 0.00/1.00 vMB 354
124,698 124,698 0000000000002fd0424f152df3e4250965aa8ae3016a1a72b85e3bfc0b50c8d5 13 0.01/1.00 vMB 523
124,697 124,697 00000000000015a9fd3fa79932e5fcc4276e9ce4b1cad8029706b46400b484a9 10 0.00/1.00 vMB 313
124,696 124,696 0000000000002ac6d663a1cda0cb31318bd6ece9eef68bec7e13e1598b343edf 17 0.00/1.00 vMB 1,085
124,695 124,695 00000000000067b5fa9b7056b2e201a3bdf76ca1c99a381fb7a575b0bb945449 131 0.04/1.00 vMB 1,436
124,694 124,694 0000000000000e99258224c9ac2595a5bd18014b1c2bf2429ec9f44b7b7ce69a 59 0.02/1.00 vMB 802
124,693 124,693 0000000000005274a928ed544c5c2187ed0d7fc673d6d44f730fcea5715c06ba 4 0.00/1.00 vMB 0
124,692 124,692 00000000000053d0ea1d2051a27bb3b4bdf6869c2fc344309e58291168fb9f60 7 0.00/1.00 vMB 294
124,691 124,691 0000000000004b2229f33570829f6f8c5c4d16dab0753261d5227c4387a12a4a 28 0.01/1.00 vMB 522
124,690 124,690 0000000000000d51aa2d498e2c9af0f3850aa538f1ed6b83c664b44517112b1c 25 0.01/1.00 vMB 304
124,689 124,689 0000000000002a4b30cb43bc47c9537982a6ef4bcbb60418da29cf9f99543c9c 19 0.01/1.00 vMB 0
124,688 124,688 000000000000252352431879ed1c97ea4df2f42e60ea9001bc0c169672f8f144 7 0.00/1.00 vMB 0
124,687 124,687 0000000000004c614b9a7adf7784f32406be41a187cab4de199bd70fac216339 8 0.00/1.00 vMB 498
124,686 124,686 00000000000026d0f765f278b5401bba096841810350038c1cdce29f129a6b9c 10 0.01/1.00 vMB 483
124,685 124,685 000000000000693af914947f2e31fe14dc17b4252ce4b9f5de1fa9433a7de521 13 0.00/1.00 vMB 238
Previous 10 blocks ↓
Total Size: 780.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 554.63 GB
    • Received: 6.75 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.