Loading Tool

Explorer IconExplorer

Memory Pool

28,501 transactions
5.85 vMB
0.08986222 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.47/200 MB

Candidate Block

Mining Attempt 0bf09d1ba42b4fbdb9407fabb258fe4f2f99e72c1c954a873ff5a049587fe223
Version 20000000
Previous Block 000000000000000000014563cbc7c40b83350aa86b0f68f84833e052355143cb
Merkle Root 492888f6930e6b6c11c1b4d94cb3af3d0674e2384513364f31a4c1232ccea04e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,005
Size: 1.00 vMB
Total Fees: 0.07163031 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,842 (699,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,139 213,139 000000000000003ed390282972c1e85188701e59d7a9870a654b5ae02274a8c1 0.25 MB 579 391
213,138 213,138 00000000000002983c7852ec916026b92615afaaa7c0ab628ec5827de7cc3dd9 0.25 MB 634 176
213,137 213,137 0000000000000035a65ac53bb07bd0186faec5d51d7cdcc7623f036801489360 0.00 MB 12 44
213,136 213,136 000000000000032eb45e6224f5aa33af417ba6fe66a2ae76eb11ef2ec4b9e4f0 0.06 MB 111 127
213,135 213,135 00000000000003baf7cf4e6fbb8987c4510248bb09a3b6aa6e4fe621118358e7 0.25 MB 475 155
213,134 213,134 00000000000001fdb170251be654d0dff4eef3df96f957f0c34b37b86157956a 0.25 MB 676 215
213,133 213,133 00000000000002a24d108951b6924c80aa6ba745ad6bf30751309a2ea6a27891 0.04 MB 119 157
213,132 213,132 00000000000001d5fe890273e32a13abdbd663bfcdf3b0057bda77dbc2affba2 0.05 MB 131 171
213,131 213,131 00000000000001aa864edfaac705a21491b99a75d76bc53edc7366fc1a00bbcd 0.25 MB 365 135
213,130 213,130 000000000000027e9f97f5033a6e6024f61a1d3351e2fcf21f9527772e45b1f5 0.05 MB 90 45
213,129 213,129 00000000000003b333eb91a8af2d43b18c51add4d8395842798881fe64a05c2f 0.25 MB 591 181
213,128 213,128 000000000000021fa124851fffcaf022d66bcbad9b91b884b5044ac51b3100d0 0.00 MB 14 16
213,127 213,127 000000000000014750896e39cdd7f5753a1c933e38b926d351399239fd79dd22 0.25 MB 538 160
213,126 213,126 00000000000002c71d1b475dcd6c17f31c7fbef721c9485ab935f482e0e5e098 0.25 MB 548 191
213,125 213,125 00000000000004bf31851ac04ba8e24b9a024e53cf2ab5626ce1f65b69b93da7 0.25 MB 634 193
213,124 213,124 0000000000000339df9382dfe857e6519032d79df91ee33b3977c59bff62b5e1 0.45 MB 789 155
213,123 213,123 0000000000000046690d157d719a597870ab0efcf3abaeae62435d4ffb2daed2 0.29 MB 647 176
213,122 213,122 000000000000049fd7c2081457785f4dc23165f944d59b51e0fe2cc828a93d70 0.00 MB 12 45
213,121 213,121 000000000000038ae5f1c3260cbc8d5bc77d6d8d1aee4d19dee48b1a9949695e 0.25 MB 851 259
213,120 213,120 00000000000001313394374f277ba957321f4949f872ce8ceda3db1ac974c7e0 0.25 MB 434 134
213,119 213,119 0000000000000122176de1c554ba04c6d5ef5630b826572258df03d5cb43182f 0.25 MB 555 163
Previous 10 blocks ↓
Total Size: 778.57 GB

Node Details:

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