Loading Tool

Explorer IconExplorer

Memory Pool

84,903 transactions
31.82 vMB
0.18853916 BTC
Random Selection Loading Transactions
Max Size: 189.08/200 MB

Candidate Block

Mining Attempt 2de8a9a60c6805ec5e9340c0b6132575240efd9fff8249a6dfbb52a0b4c48332
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root abedc90f1b1c7d748d2ea3115e067c66193730becd2830c14168cc9ef55ed62f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,879
Size: 1.00 vMB
Total Fees: 0.07141466 BTC
Feerates: 269.69 > 7.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (648,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,943 266,943 0000000000000001fa9365d822ef22b03878e4db0c7aad1002cdd516f54848ae 471 0.20/1.00 vMB 92
266,942 266,942 000000000000000aa16cd8b83618942a4bd64c9ff07f49d2facb2496b104c407 503 0.21/1.00 vMB 113
266,941 266,941 0000000000000008761c6437d35b7d80df0ccbf13fd1e977000ad6f15ffc1969 1,309 0.57/1.00 vMB 165
266,940 266,940 00000000000000009b418ccef6ac06c1618b96f7b3f61e31b402765085c198fb 92 0.07/1.00 vMB 35
266,939 266,939 0000000000000007661a709bf088fb2f6709da1b3b8e366e48ee0944e6c0cb8e 404 0.24/1.00 vMB 79
266,938 266,938 00000000000000037c6e7d92c38ee3015d61386397f421db5d3d7289a8a4b07e 473 0.21/1.00 vMB 95
266,937 266,937 0000000000000002f69d62d36ed7a9b1e6c0f4c66a994c249fa39c68ce324d2c 510 0.21/1.00 vMB 71
266,936 266,936 00000000000000017dd9481ed60b88451cfd37de5c5f5437591aa075056d064c 231 0.11/1.00 vMB 86
266,935 266,935 00000000000000099e4ea4737d331b5122db5b1d2d9c33102d7ce33c328d23d3 60 0.02/1.00 vMB 135
266,934 266,934 00000000000000012c7fe03c382f17a832f971d2e52d60db8d679d92039103cf 271 0.14/1.00 vMB 41
266,933 266,933 0000000000000005c3b25cd5336039b13fadfe07b1c8a2c62f7e84ee4b7f26c7 512 0.24/1.00 vMB 76
266,932 266,932 0000000000000004a9c54c72b01b8d55d35c0939317dacac2877223b072991b1 436 0.20/1.00 vMB 100
266,931 266,931 0000000000000007c675f8f818ae66c01779047270d8e66b2f3901e18cd6c2c3 532 0.25/1.00 vMB 88
266,930 266,930 0000000000000009e178af84382dbce317fd960f53b0edf0bf17f41b7840bd38 48 0.02/1.00 vMB 60
266,929 266,929 0000000000000001780ddf95f1a6676530cffe4afba3d82174b0a7d36e78a22a 28 0.02/1.00 vMB 19
266,928 266,928 0000000000000009646a8c28fd9afd1daf22c385ce3e7904b7d0790dab66e63d 273 0.11/1.00 vMB 72
266,927 266,927 00000000000000068d4e180c2114231b87738e7d7e05e9090b4ee7998c57b36b 264 0.13/1.00 vMB 69
266,926 266,926 0000000000000000e0ec8260505f92a1d3e2cbfd04e36e9b539e6e76ca999ca5 389 0.17/1.00 vMB 91
266,925 266,925 000000000000000793b6d10e1edd36476f95cf6126ea26fa4c09e23277c5700e 372 0.18/1.00 vMB 68
266,924 266,924 00000000000000071559275943685f921a9641ff12888bbefd39f5e7b77c0f35 362 0.15/1.00 vMB 96
266,923 266,923 0000000000000002ad35c23025d678858eb013dcb48999be044f0ae110fd40b1 257 0.12/1.00 vMB 88
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.59 GB
    • Received: 16.28 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.