Loading Tool

Explorer IconExplorer

Memory Pool

29,606 transactions
6.77 vMB
0.05733699 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.58/200 MB

Candidate Block

Mining Attempt 795e220755009884668618d0104a5d0d86ac3962855f602062b6ea57f90d351f
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root c04f52482a9cea9540a842dbf06ff8dac0d10c114d85c371294f9d11d69a8651
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,344
Size: 1.00 vMB
Total Fees: 0.03914027 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (739,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,326 173,326 0000000000000934a398efe073150eb0f9926ea1a256cbe9955cb84f2d62fa38 56 0.03 vMB 64
173,325 173,325 000000000000068e6c2c3c5e803947f08ce02eda52289c1db4c5f27df1c39545 78 0.04 vMB 106
173,324 173,324 0000000000000444b00f54b10ab4f78a55a790db736d2f204295f828c25427ce 35 0.02 vMB 114
173,323 173,323 000000000000042f9c903a6803367de7f751d3259033c72c48492daa5a1bb488 72 0.03 vMB 403
173,322 173,322 00000000000007e15a3c8f0313489225801c9ec82a9587436e975ff877aa34b3 54 0.02 vMB 217
173,321 173,321 00000000000006a27bda8174f0f9b1200bb77fc645c52d69663fbac2fcbea039 33 0.02 vMB 115
173,320 173,320 0000000000000714fc1c37f5d2d8d5226dc558583463be03b0036f776667685b 23 0.01 vMB 90
173,319 173,319 000000000000053851ddc31991290100810cc077c396340e08676641b6e72064 17 0.02 vMB 66
173,318 173,318 000000000000085224cbd2e3f72104b20ebed5d174b80529ed3f564f2f842196 127 0.05 vMB 29
173,317 173,317 00000000000009ebbfa655b6dcd17dc90620bd6e4e384ca7d798dc0e8535f907 44 0.02 vMB 78
173,316 173,316 0000000000000976073b45c29eb50c9de8e7852ceedee0dcc7f569db2b017220 42 0.02 vMB 25
173,315 173,315 00000000000008581dd698dec93037c07b73b1cf0494e93a2d54d2d21697bf86 132 0.05 vMB 124
173,314 173,314 0000000000000413a0bbde6308e2346fbcd33092619f98b7e6f9d0965cf0bb78 80 0.04 vMB 346
173,313 173,313 00000000000007dcbe8be8339ff20a0613817eabd7dd366e3e00e1d5232de433 102 0.04 vMB 464
173,312 173,312 0000000000000797679903ecd426696c35f7f74fb20a7d2aeb1d62e13be6d838 162 0.06 vMB 87
173,311 173,311 000000000000046b8881ea2386b0f0d060bec129282104d3068d61a7cd333b23 14 0.01 vMB 2,018
173,310 173,310 000000000000025ecb69ee3a95046b95f273b8e9d17d1d4381d83ec94599195c 63 0.04 vMB 111
173,309 173,309 000000000000069b3965f498a4bd7df2d1d2733465446a00877b4170def47889 52 0.04 vMB 57
173,308 173,308 0000000000000a55ba354e54696824298afa6a5f57d4f36b76d946ceb9aaa0a4 133 0.05 vMB 27
173,307 173,307 000000000000021ba926e5f52220254c78ab28f1c0485a48cae5f544d2223ae8 145 0.05 vMB 79
173,306 173,306 0000000000000188eb85e18921df4cc7bfb8ac8d1fc21bb73b1e457da2e196c3 17 0.00 vMB 884
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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