Loading Tool

Explorer IconExplorer

Memory Pool

24,133 transactions
10.58 vMB
0.03080196 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.53/200 MB

Candidate Block

Mining Attempt ee83d094ec8ce27079ac4f46c9396580174da24960c450fb1be4be733535b1ce
Version 20000000
Previous Block 00000000000000000000763bc27d9459c69b40675f4f5e0a66e2b4c8f6dd3654
Merkle Root 640bc124f00848d953f806720150f943335bbbf31acc1bca5396ccc86d6e3931
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,660
Size: 1.00 vMB
Total Fees: 0.01310995 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,525 (779,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
133,935 133,935 0000000000000a3c254d764894a4688cc50784c52db97ea5a325af2adda20258 47 0.02 vMB 211
133,934 133,934 00000000000007b6cbf9e6fff5d7c63ff13a8c6f05a3eb9e35a7e7a0cc7f8e1c 36 0.02 vMB 239
133,933 133,933 00000000000009d58d2fab2f697f93db3f09f2ac2f146851a8deee2229d23a88 48 0.04 vMB 411
133,932 133,932 00000000000009b190785dcc4656604e80a1548b1f22e045f01b8006add71471 71 0.02 vMB 370
133,931 133,931 00000000000008cba10f5442f0da199bbb82fe7d32d44fee3f6ef55f12836205 133 0.10 vMB 324
133,930 133,930 0000000000000a2a8547360b890889cb218fab72fa80ffd7567a1d81c6a7d9c0 1 0.00 vMB 0
133,929 133,929 0000000000000216bb4e8b2ae992f114d478e035802250fe4adb5a167a1f575b 114 0.09 vMB 364
133,928 133,928 000000000000051f41bb9377e57ece2a5a5213e785657da4f2014c4d5109ee57 13 0.01 vMB 1,221
133,927 133,927 000000000000034f4059137b25898948f1ee97a348e670bcd45995c1924143ff 30 0.02 vMB 497
133,926 133,926 000000000000063242214bfa20e92eaf3dbd1d9dc8aab03a4901096b1aba4f71 75 0.03 vMB 788
133,925 133,925 0000000000000055e5ea063792a939e8f382bcc19c83456d91adedbd8b2cc540 47 0.02 vMB 527
133,924 133,924 0000000000000563bcf90dc0fbccd5971735f996772f7eed144f7054df8bb2bc 38 0.01 vMB 618
133,923 133,923 00000000000000240715618ca8ac80bb9ea3705e9a9261d057b8d81208ea6004 116 0.04 vMB 334
133,922 133,922 00000000000006f0666f6ee32c8113161b563ec349098e5cf5c21506aea68eb5 32 0.01 vMB 449
133,921 133,921 00000000000009364c1479537c239da0e38f5057db20e467efc224a01550785e 65 0.02 vMB 124
133,920 133,920 0000000000000a0f50d6ce49c598c61d6f4e2722d8cc5f5bcd48bee1ff2793a1 49 0.03 vMB 782
133,919 133,919 000000000000053eb0059c82f86013cbf205033d82754b5252a04059e331c55d 81 0.04 vMB 614
133,918 133,918 00000000000009e1e09847ee394f5394a3eed9d7c37949ac7ef0648760b0e488 51 0.02 vMB 450
133,917 133,917 00000000000006e0afe3b0f4e7b572613c46224c392dbfa417b0f57403ed2b4c 56 0.03 vMB 335
133,916 133,916 0000000000000b51ccc06512491fecb059a12fc2320309a941b921e6842c853e 67 0.04 vMB 317
133,915 133,915 000000000000081026353094667cae2f783ff46efe65d5d701ac1c7847628dbf 34 0.02 vMB 576
Previous 10 blocks ↓
Total Size: 779.77 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: 397.11 GB
    • Received: 2.03 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.