Loading Tool

Explorer IconExplorer

Memory Pool

35,103 transactions
27.25 vMB
0.05681780 BTC
Random Selection Loading Transactions
Max Size: 136.65/200 MB

Candidate Block

Mining Attempt 83cf15bd8dd8da466dd59e0f4ed1dfed5fa517da001d1acd51c3c9e7ab0b9838
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root c09dad3e30c4fd878a4c95638cd1ac9370b9fc514255bc8707adb030e4a68525
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,069
Size: 1.00 vMB
Total Fees: 0.00532953 BTC
Feerates: 77.90 > 0.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (76,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,189 838,189 00000000000000000000e25a3ad2b5204171415fe7d2792a58cd225c66492fb2 3,436 1.00/1.00 vMB 8
838,188 838,188 000000000000000000029e9f9346c74ab248301f918f66d857af8323ecf53d40 3,967 1.00/1.00 vMB 14
838,187 838,187 000000000000000000014b753703d44cea29cae7bbc3584aec4258c0343b5595 4,100 1.00/1.00 vMB 9
838,186 838,186 00000000000000000000e0aaabe8be1c457fc54d9f73a24d5c8228e33f7f5609 4,067 1.00/1.00 vMB 10
838,185 838,185 0000000000000000000135ddab2a06810381dd440f24ef64d6c6a39c39846277 3,148 1.00/1.00 vMB 14
838,184 838,184 000000000000000000013f7999afd2c540a806662afb6fcab8a3c40f43333a85 2,429 1.00/1.00 vMB 9
838,183 838,183 000000000000000000027d47946fb747de768d0e5f8adfe1171bd7bf796e43b1 3,244 1.00/1.00 vMB 15
838,182 838,182 00000000000000000000eebece38ab9e62e168b3a7c4a681d7c26cd3eb4cf7b5 3,883 1.00/1.00 vMB 10
838,181 838,181 000000000000000000025e67fd2a1f1bd83a76cf644ffbf4dac94a6b88b63f91 3,018 1.00/1.00 vMB 10
838,180 838,180 0000000000000000000121da3b546df25b6bc3517fa3715f6bdb6b655a1090c2 3,022 1.00/1.00 vMB 7
838,179 838,179 0000000000000000000203bcfa72f40f41e7f231b9627f6f7ee638328efaf81e 3,032 1.00/1.00 vMB 7
838,178 838,178 00000000000000000000c4730f2600e905c305d9c628e627d69f140b3fb1c5c8 3,348 1.00/1.00 vMB 6
838,177 838,177 00000000000000000000cbcff6bd76798de70117a05812ed50324f6db0ed3111 1,750 1.00/1.00 vMB 8
838,176 838,176 00000000000000000000949ec0947d9644fd8e2c517ea15e39250eff9e56d7ec 3,143 1.00/1.00 vMB 18
838,175 838,175 00000000000000000001d884c45a21c3a28a9f6af235e716202c87e2bd99e851 3,163 1.00/1.00 vMB 16
838,174 838,174 0000000000000000000255c3285a26d43ba6ce5fa6942ad1441f71333ab30575 2,548 1.00/1.00 vMB 9
838,173 838,173 000000000000000000023fc64ea454a1a9161699d91719dc250753b038174e8f 2,824 1.00/1.00 vMB 10
838,172 838,172 00000000000000000003138d2a1b83c420eb20f6e980e71e49a669f6e9d84d77 1,886 1.00/1.00 vMB 9
838,171 838,171 000000000000000000003e96bd04cb51644fcbdbceca4c9f0af17e94b4d775b2 3,310 1.00/1.00 vMB 16
838,170 838,170 00000000000000000000c0862b2b80ded7e8731185518fa06e9bec05ec7277e8 2,774 1.00/1.00 vMB 13
838,169 838,169 00000000000000000003419bc4e3b9018ed58ab3c034c3cbd1602d1432fe0c00 3,136 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.