Loading Tool

Explorer IconExplorer

Memory Pool

27,265 transactions
6.55 vMB
0.03695189 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.98/200 MB

Candidate Block

Mining Attempt 86f619adfccbb0e552dd5cfda6517a6fd2e74382c74abaa95167a128ca18368e
Version 20000000
Previous Block 0000000000000000000035dfe517b0b687cd16a9aadc5470f9c8ca35d5a2f442
Merkle Root 35f697959639b3420288920b66cb29edee8c8ce38542d37efec27c0e1f8e7982
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,303
Size: 1.00 vMB
Total Fees: 0.01897831 BTC
Median Feerate: 1.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,206 (655,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,956 257,956 000000000000000d015ad09509f5bd5749f5e26925cde044ebce6765f17dcf66 0.09 MB 198 92
257,955 257,955 0000000000000020f9442144f923dae42308503e43040920f3a6c7206bf42a01 0.01 MB 17 98
257,954 257,954 0000000000000019a1a9778fef02edd7308ae1c184b0fae064f25b048afe9421 0.08 MB 203 126
257,953 257,953 000000000000000baca05804f1de42843654d54b2d462f4dd43126beab418759 0.08 MB 214 108
257,952 257,952 000000000000001dc3e03cc2e9c853b74e9db185af90ebdeeff6a1b07c73c94a 0.09 MB 242 109
257,951 257,951 000000000000002c67fbc83965e5efbcd9c1e5acc1e100aaff5e0373b9438835 0.10 MB 217 106
257,950 257,950 000000000000001d0c53182c3a9b9b9496892a3f99ac84500bcbad8eb2b78848 0.07 MB 187 112
257,949 257,949 000000000000002b121abd880c4f10a39e0c589aa932a1cbbe4b45389f0a46b3 0.02 MB 48 88
257,948 257,948 000000000000000b6943b3ba4fdaf32f801816841bcb7c8befde9b65b11fb374 0.10 MB 228 77
257,947 257,947 000000000000000a255bbfefd0417da92d308ce477a95314534087b73c5bb5f0 0.03 MB 128 99
257,946 257,946 000000000000001cc5e3a17400662e1c7d3f98076d035764d030209229eb74f4 0.01 MB 23 77
257,945 257,945 000000000000001e390a2ada423162ca55ff2068654dd38036beed58f6fc68fe 0.08 MB 172 97
257,944 257,944 0000000000000001abe3cc791eb01337ec983ccde3670c420b6f56b537d50144 0.06 MB 166 119
257,943 257,943 000000000000002552f36021a9c108b518e827c95ab596346aa4e71d8ffb5516 0.09 MB 218 97
257,942 257,942 0000000000000000e3fd6ddc7b4ecd390bbf8f2af7a61f91061977f9f8e6a0de 0.07 MB 202 153
257,941 257,941 0000000000000014af4480324758713cee905e67d1318dfb5330b36f1a8d6f3c 0.01 MB 32 95
257,940 257,940 000000000000000d016f34fbddce9779d22fa476532fb535f5695f2e26f12bd3 0.19 MB 484 107
257,939 257,939 0000000000000021d6895d698adcc4fa408d5d20bfb30aa4b6898368960504db 0.03 MB 60 105
257,938 257,938 0000000000000005a88d9857e224af88aa565e70f4f9ff988f4a242cffb00d48 0.01 MB 27 175
257,937 257,937 000000000000000641ab7537e3975bb23cd49eb73df761fe12433f8a45393358 0.04 MB 135 139
257,936 257,936 000000000000001168da6098a4ec38d995ab5b4cf3783b6d60ea5e266fd65f12 0.12 MB 346 138
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 63
    • Outgoing: 10
  • Data Transfer:
    • Sent: 17.04 GB
    • Received: 0.35 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.