Loading Tool

Explorer IconExplorer

Memory Pool

11,195 transactions
4.51 vMB
0.02697741 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 26.55/200 MB

Candidate Block

Mining Attempt 01b84b00911c96fd3b4e8da767fd50c0e9b0ae1cad02d382b46d87b87d25b0d0
Version 20000000
Previous Block 00000000000000000001d57f0bd9e71479695da906dd4d0ba7a9e2d1d8afa2a4
Merkle Root aea54fdd44e762f55fc87b9c1c4ff974526137c746ada159652ec8c5ded8ecc4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,833
Size: 1.00 vMB
Total Fees: 0.02085849 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,466 (655,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
257,946 257,946 000000000000001cc5e3a17400662e1c7d3f98076d035764d030209229eb74f4 23 0.01 vMB 77
257,945 257,945 000000000000001e390a2ada423162ca55ff2068654dd38036beed58f6fc68fe 172 0.08 vMB 97
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
Previous 10 blocks ↓
Total Size: 779.68 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: 323.09 GB
    • Received: 1.57 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.