Loading Tool

Explorer IconExplorer

Memory Pool

80,197 transactions
29.63 vMB
0.06773615 BTC
Random Selection Loading Transactions
Max Size: 178.80/200 MB

Candidate Block

Mining Attempt f7be89159b29c3a45517e87c7974fd9872b779be39f50ef75e31bbc039680be2
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 4a67200d502dbc8635ab4dc5771c0016bc0e64b24b4905e753aace9097c1a41f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,335
Size: 1.00 vMB
Total Fees: 0.00754823 BTC
Feerates: 78.53 > 0.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (394,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,588 520,588 000000000000000000153f3b6414a179c944c6e7da3f2fbaa322c627848f9fb1 2,073 1.00/1.00 vMB 34
520,587 520,587 000000000000000000078d281f754ce12b8c7eeb7528d3fa7a75972e65dd1220 1,671 1.00/1.00 vMB 4
520,586 520,586 0000000000000000002380d8d759efe88ede2da5789057c126aa58ad1be97cf7 1,968 1.00/1.00 vMB 36
520,585 520,585 0000000000000000004527e87ad66096dbf3cf5c2c780eb0563859d46d3206e4 2,467 1.00/1.00 vMB 10
520,584 520,584 00000000000000000017dd8a64544a4dd9340bbe3c53e4b2b3e5cdaaef099a19 2,167 1.00/1.00 vMB 32
520,583 520,583 0000000000000000003821fe7d35b0666e214a9b7a8f6123c92b6a06b8d8348d 2,008 1.00/1.00 vMB 30
520,582 520,582 000000000000000000360c4691ee9ba557ac9d4a051d77ebcff5763613d2ec72 1 0.00/1.00 vMB 0
520,581 520,581 0000000000000000003f4797581eb68b9a7eeec3728821733e114cccba50cbcf 2,593 1.00/1.00 vMB 15
520,580 520,580 00000000000000000028f4e8d9d0f46977b7f593e151e411e649ae24d8e0c5b2 2,595 1.00/1.00 vMB 48
520,579 520,579 00000000000000000011dd3d65df27b41dd2b44fe5e180e15cecc404e8138fe6 1,901 1.00/1.00 vMB 89
520,578 520,578 0000000000000000000f409cdc46046fca85e5559972790933660cbfb458008a 2,120 1.00/1.00 vMB 37
520,577 520,577 000000000000000000324478d11fa4fe19b67e78ba113f64763ebc4f99c793d0 936 1.00/1.00 vMB 58
520,576 520,576 0000000000000000002270e9eace071ee4b359d634fb9a256ee778992b436038 828 1.00/1.00 vMB 79
520,575 520,575 00000000000000000042e8131fe3f42d2fa8bf6d87f6947c22b4f5dd32534930 1,733 1.00/1.00 vMB 4
520,574 520,574 00000000000000000021640fdf6e04a676c4c03f76a24e7f9b28a4ae7c86a27b 2,361 1.00/1.00 vMB 59
520,573 520,573 000000000000000000272e816c577270c6fba7057e2bc10fe4af08351ab46a64 2,332 1.00/1.00 vMB 40
520,572 520,572 0000000000000000002171ffca258c3fe4c9430db414fd8dc77a1f016ac851c3 1,379 0.50/1.00 vMB 48
520,571 520,571 0000000000000000000b72d511a29b9ae9abd7878345cb3c831c47279cf3497e 653 0.41/1.00 vMB 23
520,570 520,570 0000000000000000000b117be6e9e44a45d3ef7ef3bfd8a0ec83469cf8e42521 2,050 0.97/1.00 vMB 38
520,569 520,569 000000000000000000074cb2345232541e3d58c4f3a70c697304f0531cf04ee3 111 0.09/1.00 vMB 25
520,568 520,568 000000000000000000352e28f8287430ba2f0b1030397a2c73a2a401a5407326 330 0.28/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.