Loading Tool

Explorer IconExplorer

Memory Pool

24,344 transactions
5.69 vMB
0.02858163 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.19/200 MB

Candidate Block

Mining Attempt 7b6977504a49b3a8a1b233c0c71c37fd00de95d6d1d28bd48c6b91ee68ddc79e
Version 20000000
Previous Block 000000000000000000016cbb047fea21369dcc5471d305238a88ca18763fcb9a
Merkle Root c96b7970032a5dfb61eab6e49e9e0a9e19b3996548384b756dc1115cfc747938
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,804
Size: 0.65 vMB
Total Fees: 0.01540948 BTC
Avg Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,112 (684,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,796 228,796 000000000000023aba52bdfd01019c3f60bbf2d40c48b371a37ccdf069cb4093 0.25 MB 289 81
228,795 228,795 00000000000001b2697071951422887d627e2e03f96b37b82d00046c99eeb4bf 0.23 MB 544 179
228,794 228,794 000000000000019129840deda58acbf13719aa9470df3a0bd1b8e145b14f9d82 0.28 MB 610 156
228,793 228,793 00000000000000393fb968fd4a028e8be0a721fa73ed4a637830f29bbcab9c46 0.00 MB 11 35
228,792 228,792 00000000000000d176d97e0baee3bf5f95771dc4c6ef8f27911e2fcd27133ada 0.17 MB 379 174
228,791 228,791 000000000000006eebc69c9b70c45157b1d0c2ce8e7e8b8b55c848ad164667bf 0.06 MB 123 3
228,790 228,790 00000000000000abd20453c4f0cd612ece77e70cf3757e4cf81321e6dbbac845 0.02 MB 54 164
228,789 228,789 000000000000002113be48542a6a722cbde577f033dcf0b910c0b62cb955e145 0.14 MB 345 180
228,788 228,788 0000000000000022a9f0d02f0d1eda5fd397e9b765f7f898e4674f44c83a2e9f 0.16 MB 370 189
228,787 228,787 000000000000004aba099425b1d6143d4650ae851d59e3c5a87e1cadc033e8b1 0.15 MB 366 255
228,786 228,786 000000000000010c660efeca4cabba876b25206827c0780c6624b188864e3636 0.01 MB 32 188
228,785 228,785 000000000000009191b7fecea84b42854bdda72137a0a290ee5002608b8b6448 0.10 MB 187 141
228,784 228,784 00000000000001bf3903a03787997edba7167ae8f632b5e60c82078952d67b1b 0.21 MB 536 230
228,783 228,783 00000000000001f803b43fed59deffa174361925d7a15015df901ef99a48f67a 0.09 MB 194 128
228,782 228,782 00000000000000d9fbef1ee28a597729c6e67cc73d50157d34fd404c33f8916a 0.21 MB 488 205
228,781 228,781 0000000000000196416acd96043daf30a1b23d29b212a6a5bd73002dcafb3d61 0.22 MB 527 207
228,780 228,780 000000000000020bb6ae28e9e8f3df35340dafed4a178e21b2f69e8b6f8667f1 0.22 MB 486 193
228,779 228,779 00000000000000288afaab89d848c4cd96b737877a508fe7f1e86d38a069791b 0.19 MB 430 184
228,778 228,778 00000000000000bd5358d5ec25cf21a324a50ee299b23b2fdd161f5fdc966c01 0.21 MB 463 168
228,777 228,777 00000000000000632b201d86a0b765b2ace271812a3efa26d8bfecc52cbc28a9 0.08 MB 284 16
228,776 228,776 000000000000005d169811b1f4bb5d093877f7f2e242978ac193037e47254c5f 0.21 MB 512 200
Previous 10 blocks ↓
Total Size: 779.05 GB

Node Details:

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