Loading Tool

Explorer IconExplorer

Memory Pool

86,312 transactions
31.44 vMB
0.20602331 BTC
Random Selection Loading Transactions
Max Size: 190.82/200 MB

Candidate Block

Mining Attempt 729c2b662cca4bf9c92a2f5f8ceae3d54a639f48eb573a986d59519db7607d9c
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 68448e2ef4065523ee83c78a3d2eb2b57f06835b39dbb004ab4713e0c04bda6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,642
Size: 1.00 vMB
Total Fees: 0.10435029 BTC
Feerates: 502.67 > 10.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (648,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
266,922 266,922 0000000000000000fe6d45545f96d703103dba747dbcb7cce2b565ea41dfcb74 148 0.10/1.00 vMB 26
266,921 266,921 0000000000000003fe49c15b1015aeb60f27b790a1924a3302e521c4ac16eac9 605 0.25/1.00 vMB 110
266,920 266,920 000000000000000817a8e4f961776118f7ac0cbcafbc3ea77063dde902043aa6 535 0.23/1.00 vMB 93
266,919 266,919 00000000000000075ba3d1af74bcf0335a4185e021a381cd6b5977c8b4fe3f52 34 0.02/1.00 vMB 113
266,918 266,918 000000000000000115f3765e6fd3bf3dc870c44e37b97d5d4f164b98e8ee3067 86 0.04/1.00 vMB 85
266,917 266,917 00000000000000018b2e187cf7da502c75c1c1b13a8bd248e0a21f06d6dc9005 185 0.12/1.00 vMB 44
266,916 266,916 0000000000000009480a35fc166d0a0ee9e647be77225cc29d9e522391212a7b 112 0.05/1.00 vMB 63
266,915 266,915 000000000000000a9834e707d31d72db84b5ab7bc05db84b8ed83e6e4fa8f6e6 176 0.08/1.00 vMB 45
266,914 266,914 000000000000000650df5d8f4da3fb66c8ef7f85c7db96fc65f979451347a84d 16 0.01/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.61 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: 671.93 GB
    • Received: 16.07 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.