Loading Tool

Explorer IconExplorer

Memory Pool

11,354 transactions
3.86 vMB
0.01299240 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 23.73/200 MB

Candidate Block

Mining Attempt 194f9844d0b25cd50777c84f6baceaf18594fcfc014369ad97d96803d5b8f73e
Version 20000000
Previous Block 000000000000000000009a929be43b792df614d84143d9278cce62466a093c03
Merkle Root a42760f1a64b974963a2b6824f36c203c9fbb62ec95b20f5de428770636e548e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,343
Size: 1.00 vMB
Total Fees: 0.00865492 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,485 (655,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
257,944 257,944 0000000000000001abe3cc791eb01337ec983ccde3670c420b6f56b537d50144 166 0.06 vMB 119
257,943 257,943 000000000000002552f36021a9c108b518e827c95ab596346aa4e71d8ffb5516 218 0.09 vMB 97
257,942 257,942 0000000000000000e3fd6ddc7b4ecd390bbf8f2af7a61f91061977f9f8e6a0de 202 0.07 vMB 153
257,941 257,941 0000000000000014af4480324758713cee905e67d1318dfb5330b36f1a8d6f3c 32 0.01 vMB 95
257,940 257,940 000000000000000d016f34fbddce9779d22fa476532fb535f5695f2e26f12bd3 484 0.19 vMB 107
257,939 257,939 0000000000000021d6895d698adcc4fa408d5d20bfb30aa4b6898368960504db 60 0.03 vMB 105
257,938 257,938 0000000000000005a88d9857e224af88aa565e70f4f9ff988f4a242cffb00d48 27 0.01 vMB 175
257,937 257,937 000000000000000641ab7537e3975bb23cd49eb73df761fe12433f8a45393358 135 0.04 vMB 139
257,936 257,936 000000000000001168da6098a4ec38d995ab5b4cf3783b6d60ea5e266fd65f12 346 0.12 vMB 138
257,935 257,935 000000000000000c5e31df206332d7be745ac5e584cdfc08a00c202f5dccd1ee 24 0.01 vMB 40
257,934 257,934 0000000000000000ad34ba73f258167260494cd9c5154a59e29bcefe660618b5 307 0.12 vMB 101
257,933 257,933 000000000000002ebd7accacf743dfcb1be8d6ddf96006ed7bda745b98bd55aa 148 0.07 vMB 93
257,932 257,932 0000000000000029c3fdd232a07f721115adb4f5aa385c8812c92aff4fb41523 146 0.06 vMB 110
257,931 257,931 000000000000001970ce76d9e266e75038e6e2ac21a4cf30c6a0215212d1c0af 131 0.05 vMB 80
257,930 257,930 0000000000000001d120f1a0cd60f70e1199f8e7d9d1532675339a9294a5475f 170 0.06 vMB 140
257,929 257,929 00000000000000165d18379ad93bb7c2f5f50e7f6ecfff880f49670b275dc53a 720 0.36 vMB 93
257,928 257,928 000000000000002ab06b7f7c84d25f9e84e4087a934f1368986b954ac73e1b82 247 0.10 vMB 99
257,927 257,927 00000000000000299f4297db3af870717b8bf1b92c18896ae6adbd998dbe0ed1 270 0.13 vMB 84
257,926 257,926 000000000000001032dda6ea379c2ee00d6919e91d7e6d39f6d1bdbe24a62766 128 0.05 vMB 163
257,925 257,925 0000000000000021edf0566000eaf9ad4a5e9d068ee2b1e91ab58f8793367b09 84 0.03 vMB 113
257,924 257,924 000000000000001e03a8f52ea207444b6d1ef3a018458214e8dc624f88d3da57 164 0.07 vMB 90
Previous 10 blocks ↓
Total Size: 779.71 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: 350.41 GB
    • Received: 1.69 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.