Loading Tool

Explorer IconExplorer

Memory Pool

28,221 transactions
7.93 vMB
0.06279775 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.61/200 MB

Candidate Block

Mining Attempt 005e3d4d0ff32eaa82ddc61b1961486eeae583dd31202377118dfe940ff04f1a
Version 20000000
Previous Block 000000000000000000016ab6a894f36a196d51cda84e47c1d4e51ee548839bd1
Merkle Root 39015d9832ebc80b6dc7c901f8a59daca04f4b1ee39c6c75324bf34693a86315
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,373
Size: 1.00 vMB
Total Fees: 0.02460422 BTC
Median Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,226 (715,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,310 197,310 00000000000000e2729ce52ee5f59a48257f789bfe4341f437e1e35f0ad2c178 164 0.07 vMB 219
197,309 197,309 000000000000043f39108feade7632c5b463c55533b15f423e37e91da2fe2e13 186 0.09 vMB 227
197,308 197,308 0000000000000387444a2913c982f899910ba7246b4360824da41c7b66a313bb 586 0.22 vMB 163
197,307 197,307 00000000000003b9cbfb32c809ab456f7b885f63c870a18d3889678d3cf2c000 206 0.07 vMB 160
197,306 197,306 00000000000006450831db8d374866a56fe8ee34811ebf5012cc2a3c934e1457 174 0.05 vMB 94
197,305 197,305 000000000000023910b81335133d184f6e487a9eace61c7db8ccfbd5bd399700 154 0.06 vMB 125
197,304 197,304 000000000000068d510dccf53f770a8a966b31d5e2a4e16c14ccd464b87474e2 127 0.06 vMB 109
197,303 197,303 000000000000044373d0e67b6abfd9b4baecf235255cafc8926dd9e45e360cf8 234 0.13 vMB 102
197,302 197,302 0000000000000423142fb223425d46626f00eae60626d0cfcc26f8fceed6b100 157 0.08 vMB 116
197,301 197,301 0000000000000638ce17db07923da9a54ff8e82870b96f13bb43fd28667baf45 522 0.23 vMB 131
197,300 197,300 00000000000005aa14a22cafbbd3baea7534d388429c04b903368bd0fe23c031 128 0.06 vMB 106
197,299 197,299 0000000000000045f8d5ff8e2028116aa12a86168bc7878395ddc5c27b98cac0 555 0.22 vMB 130
197,298 197,298 000000000000064528fd92832b8de998679d265b47512b4d6682a6520b187047 233 0.07 vMB 46
197,297 197,297 0000000000000504978435698e71aa6c5d659eb2981fa689e8dc0b7ad121f471 60 0.02 vMB 120
197,296 197,296 0000000000000626c24d98b8bc0fc85e360366ef5fe0212bbfeb35fb80d740c1 256 0.14 vMB 108
197,295 197,295 0000000000000126173c046f5c045045661e5c5a650ac8ab7e670f12cc63dc1f 60 0.03 vMB 66
197,294 197,294 000000000000040d1b00cd759b873d96b068057ab8d2a5074b888c4813eff987 357 0.16 vMB 136
197,293 197,293 00000000000004e79bb97e87debe4acf52dee90d7af800627855f86b6f008ebc 400 0.15 vMB 137
197,292 197,292 00000000000003cb6c8febc5f73211cd5074cb855128c42e43331a4f8ed61a6b 268 0.14 vMB 182
197,291 197,291 00000000000005c839363eeee11f2a13eb0140d8b53611f27a36b28da0a40982 117 0.06 vMB 125
197,290 197,290 00000000000002be1c32a53b11b2f666ff75952af88f9942729f0409ac4da2ad 148 0.05 vMB 116
Previous 10 blocks ↓
Total Size: 779.25 GB

Node Details:

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