Loading Tool

Explorer IconExplorer

Memory Pool

80,185 transactions
29.62 vMB
0.06769406 BTC
Random Selection Loading Transactions
Max Size: 178.78/200 MB

Candidate Block

Mining Attempt 75f48c13fb6e0aa3acd4f014ad2cc4e42dde7181f1af613c1bb01a0cbdc0047f
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 4ece24fa39bb90cb7c9687ab3e8ca2a071801358b84d484087d9475c6ad0397e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,346
Size: 1.00 vMB
Total Fees: 0.00739419 BTC
Feerates: 78.53 > 0.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (349,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,029 565,029 00000000000000000017bda1b8ddac47f4a9ef5c5c701a2884fb9e5d87a9839d 1,335 0.42/1.00 vMB 12
565,028 565,028 00000000000000000029e085c3de856760d3a94c96404994e2232d65199478d1 2,611 0.91/1.00 vMB 12
565,027 565,027 000000000000000000003cfe71b73357c0e6643e9f07b534c39af0bb80e199bc 2,860 1.00/1.00 vMB 15
565,026 565,026 0000000000000000001f793a99a2ba6c129969a59f3f7f09bf5c03a13c5e43e2 2,118 0.79/1.00 vMB 15
565,025 565,025 00000000000000000022785a24dc021987ff425a5dfdf6fe74a8c5a70b62676e 3,154 1.00/1.00 vMB 16
565,024 565,024 00000000000000000025b175085de30dcee3fe67860b5496fd84b8930dabbf89 1,932 0.69/1.00 vMB 6
565,023 565,023 00000000000000000015f99f594f6deb022a8fc293bee4e65d7027d4e2a3e9f8 2,752 1.00/1.00 vMB 3
565,022 565,022 0000000000000000001cd997708d76599d9b2915e927dad301af4e2a2d32ddf1 2,327 1.00/1.00 vMB 17
565,021 565,021 00000000000000000022ed3f67803ca588edea33116074582db3e0fad61a5bf6 2,923 1.00/1.00 vMB 28
565,020 565,020 000000000000000000010baa0afdab42f25b9f491bf356d2073250a848741127 2,443 1.00/1.00 vMB 14
565,019 565,019 000000000000000000233644b1f8801749875331f899084aa73cc79b93425bb7 2,664 1.00/1.00 vMB 19
565,018 565,018 00000000000000000024822e59e2f664fdffb2c315e6d022a255e589ed9f85d3 2,705 1.00/1.00 vMB 12
565,017 565,017 000000000000000000107ec153719f29cbea40615c8d85c1b4499f3852643b1f 2,886 1.00/1.00 vMB 12
565,016 565,016 0000000000000000001c96dab2325dc4d22536210804ed9e75a9d897d66a4f8d 2,861 1.00/1.00 vMB 10
565,015 565,015 000000000000000000025b5d1785edef0a93f0f4ab20fdbb00b1754256685bca 2,944 1.00/1.00 vMB 27
565,014 565,014 0000000000000000000fa043c35a4b3451e189be1082a8ef6649ce6b7b7fd8d4 2,149 1.00/1.00 vMB 39
565,013 565,013 0000000000000000000e9847729eb7f0359e4a2b7533dd3d96e468d26a3747e3 2,452 1.00/1.00 vMB 14
565,012 565,012 0000000000000000001ff6068830062ff807d26f84391d8944b9269b3962a61b 2,524 1.00/1.00 vMB 17
565,011 565,011 0000000000000000002c915e83b1a57c3afefd3e740ec51efc577b06c3b779f7 3,106 1.00/1.00 vMB 36
565,010 565,010 0000000000000000001c10275ba8f72183eb9ba2733f35496c72b646004e9c07 2,896 1.00/1.00 vMB 44
565,009 565,009 00000000000000000003c1b0d3d931803098a2630e7d18a6bed24b538b01532b 2,934 1.00/1.00 vMB 25
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.