Loading Tool

Explorer IconExplorer

Memory Pool

87,800 transactions
32.55 vMB
0.24717646 BTC
Random Selection Loading Transactions
Max Size: 194.57/200 MB

Candidate Block

Mining Attempt a4a9afe24e447a4b4899909e9fcb7af6711f380ee06bd99e0bdd0e055ac035d7
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root fb6d78d01f4b683558f6e2a02a806d1b624e875000bac8f7e4ef3c9cbfefefb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,834
Size: 1.00 vMB
Total Fees: 0.10950780 BTC
Feerates: 538.26 > 10.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (678,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
236,866 236,866 00000000000000a677a196dd3b7c400867de5b305ce9358cc6a57c72454ab229 98 0.09/1.00 vMB 107
236,865 236,865 00000000000000022fe8f678b41c747a42bae738b6f29bbd00180c016477a496 508 0.25/1.00 vMB 165
236,864 236,864 00000000000000fe5f2d512a3dfce193c49e1efa761aa8f94cc8631f051a85d6 216 0.09/1.00 vMB 168
236,863 236,863 00000000000000a280b843884834c0dce68956e31477926fa9bd3d0aa7edd903 165 0.11/1.00 vMB 129
236,862 236,862 0000000000000083787b2e43e1729ef3b2b71de7b48cd8c8c7646a6194bef8de 557 0.23/1.00 vMB 180
236,861 236,861 00000000000000fd8670b496eaaab56503c01a7b2bad84b4602fb64154e936f2 591 0.29/1.00 vMB 186
236,860 236,860 00000000000000d80f7811f4092a8dddb73cf81e36340597f6ceafd775c8a785 549 0.21/1.00 vMB 190
236,859 236,859 00000000000000fce26ca95b007b500badf967606e2bd565d4c8190f6c05de4c 19 0.05/1.00 vMB 29
236,858 236,858 0000000000000151b8f5773782eb35b30d18bb6cfad7f13a6c15f94b0e17ddb6 165 0.06/1.00 vMB 170
236,857 236,857 000000000000016221ce6ed966c8764020b287c88c9ef4fd370db27fe48e1edd 132 0.05/1.00 vMB 204
236,856 236,856 00000000000001129224126c14a2c0e5e3f80183832516cdf3a1bdb09ef9ab08 101 0.05/1.00 vMB 159
236,855 236,855 000000000000014bf137b63a24a2793428f12951ca296bc3ffa8d6f5ce0b47b2 211 0.10/1.00 vMB 201
236,854 236,854 000000000000015331f2395cf207d261771c1ed54e75df03cbc19ba33a4e22bc 126 0.07/1.00 vMB 123
236,853 236,853 0000000000000140804bc33c2a742343f238db167225abdbec5cca7b8d5edb5f 57 0.02/1.00 vMB 145
236,852 236,852 00000000000000d2d7c40490e8b6a444f8e2d49885888ee467f2880c8932cdcb 399 0.18/1.00 vMB 160
236,851 236,851 0000000000000157b459d62037e22d0c811013d4d224ff27ae1c75f26db5837b 293 0.11/1.00 vMB 183
236,850 236,850 00000000000000ac3de06f6ce4e10195c7a75e6200823b50d7dabd4b12fe44e2 53 0.05/1.00 vMB 65
236,849 236,849 0000000000000148029b4bcc310df3994b51b702fa55f7e5e55fa64062ea0d1a 219 0.11/1.00 vMB 150
236,848 236,848 0000000000000019c8c617453a72b665b7f5110d84a9cfc776671d787b4fb3a3 210 0.09/1.00 vMB 205
236,847 236,847 000000000000009e79fc60026c84cc3cd3b1b94da13ae6e5b5bd98e5c7285a5a 533 0.24/1.00 vMB 174
236,846 236,846 000000000000003dea92b1943f623263dc89b788179ce8c0354e2978b53233f7 66 0.03/1.00 vMB 197
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.