Loading Tool

Explorer IconExplorer

Memory Pool

26,000 transactions
5.12 vMB
0.01907781 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.00/200 MB

Candidate Block

Mining Attempt 9c1fef36087080ab70c86508f1b7893510a99b2c585951c44e87eb7bb97209f5
Version 20000000
Previous Block 0000000000000000000116045ddc8fb4c762f154670a95ec186979da2d4e09b3
Merkle Root f7c60422fab8f9c0199186ea719d0e16617ea43be6a76a523e900eaea788d04f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 681
Size: 0.30 vMB
Total Fees: 0.00653544 BTC
Avg Feerate: 1.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,957 (722,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,008 190,008 00000000000005e0abe6a6bc05fe809ac8a6a49738004090a4453a5e882560a9 0.14 MB 256 105
190,007 190,007 00000000000000884c8ad089b7ef3857df7da9564b6c70dda5ca723c3a2fccdf 0.10 MB 256 148
190,006 190,006 0000000000000484bd1bff5fdbad01a0f77f9da20490877e7d5e6cbbd297e767 0.00 MB 13 42
190,005 190,005 000000000000043a35dab9b48a394dc1d6fbcfc92a39b1716237715f5334c00f 0.14 MB 355 133
190,004 190,004 000000000000060f703f82b73c819fc884d42a01044d0e60b54789c703bce368 0.02 MB 52 108
190,003 190,003 00000000000006eecc87ad14ccad1da5897570f1ad9ed62776722b729077b61c 0.09 MB 187 133
190,002 190,002 000000000000013b9d1768aec1c06cd096cc1799799ca8d0a4486071d3526a8e 0.24 MB 428 106
190,001 190,001 000000000000086f0e0e1666a9f1874988cc16d1bdf3045524d72a0cf72684d0 0.08 MB 226 172
190,000 190,000 0000000000000708bf3b261ffc963b6a768d915f9cfc9ec0a6c2a09969efad1a 0.13 MB 145 71
189,999 189,999 00000000000008dcda215ba5de22c7555024e74e7382d5af74714efbb8dd1c4b 0.10 MB 238 104
189,998 189,998 00000000000004f02d4471285751b5d585dda0230335d5b98430059d36cb4bea 0.12 MB 256 108
189,997 189,997 000000000000017bf82152f6fb2b08a597094082279cb4043bc4b034dad67c37 0.13 MB 265 153
189,996 189,996 00000000000002a19923e288bb2b913556224360878679db56e4925120eb549d 0.33 MB 670 156
189,995 189,995 0000000000000804bf238835d9f50911c246c1d041043ca5428f93b54e6623cc 0.25 MB 606 142
189,994 189,994 00000000000005b9d06224b7c095f7659f57b3e2eb0bb0cadd592967c3f8c1df 0.42 MB 920 1,593
189,993 189,993 0000000000000667a8e318fe317c9d5c8a5ae4b68b28de8b31f80b57d9507369 0.05 MB 87 103
189,992 189,992 000000000000084b1b78f31b30ca716e7c9eca9c19b9e2fb322b6bee51c3d8eb 0.04 MB 107 168
189,991 189,991 00000000000003ab040f228564fd041aac70d36f1c29b1f4ddd5ac2d4ebaad6c 0.10 MB 234 159
189,990 189,990 00000000000001b4a3cece30bf1e514be93eb211db0f11e375b887fcf0f3caff 0.10 MB 344 43
189,989 189,989 0000000000000717c553619ae62729d778176f24d0a35433a7951e632c82e0ba 0.01 MB 32 10
189,988 189,988 000000000000055adef33ca1e16759ad3bd1d29f3e2a01542970dda76d559808 0.13 MB 512 357
Previous 10 blocks ↓
Total Size: 778.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: 349.35 GB
    • Received: 3.06 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.