Loading Tool

Explorer IconExplorer

Memory Pool

42,172 transactions
26.63 vMB
0.05985048 BTC
Random Selection Loading Transactions
Max Size: 138.97/200 MB

Candidate Block

Mining Attempt f05d6fcda3a2f008d6a19226e8483490bd8e9e15cc6127c2c87c0c3333cacb3c
Version 20000000
Previous Block 00000000000000000001aae22bf03485fc959de8eb2dba05795b3aa6b906bcaa
Merkle Root e57017d8e1a3b5ecf9336922e6bb5e49129ea46cd28c8bdf8a49f369ba4484aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,779
Size: 1.00 vMB
Total Fees: 0.01066408 BTC
Feerates: 100.45 > 1.07 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,884 (472,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,200 442,200 000000000000000001d6af79d9568368c654c6dc78ad166d4f39fece5c8522a0 1,249 1.00/1.00 vMB 85
442,199 442,199 000000000000000002f002560ed0ec1d53be97f05bfaf0c915af2c4280d45117 1,648 1.00/1.00 vMB 81
442,198 442,198 000000000000000002a473df1f2211e90a9ed0aacb371a7b359f7819ebebe50b 2,560 1.00/1.00 vMB 134
442,197 442,197 000000000000000001b9899e309ba824312db284026e6a1d5c6f0b0f951145a9 2,448 1.00/1.00 vMB 82
442,196 442,196 0000000000000000024c7ffe87247421e07dcf97f3c296f1443149af6b184279 2,625 1.00/1.00 vMB 72
442,195 442,195 000000000000000000132663ad8a3881670fde74ed3729562c5c30b21b9fadbd 1,889 0.75/1.00 vMB 102
442,194 442,194 0000000000000000034c20a1487a71c3fc6eaed5507f32ff60999bf95e3adb5a 2,381 1.00/1.00 vMB 86
442,193 442,193 000000000000000002cc43c6a467bc648f43c4101ea6997189659ed37b4156ef 2,661 1.00/1.00 vMB 100
442,192 442,192 00000000000000000234311f3a120f3abd31a927663f1a02e294e5784b043b5e 2,797 1.00/1.00 vMB 94
442,191 442,191 000000000000000001965587faf328f9a512ea61686c65b81ec1b8f49ae59dd7 1,439 1.00/1.00 vMB 68
442,190 442,190 00000000000000000162a6e767b8c456b3e587e06de245cc8330c96951da026a 2,477 1.00/1.00 vMB 73
442,189 442,189 000000000000000002c69b6cb5abcd111cbf985bbf86e138cb6994d36d29e9ac 3,161 1.00/1.00 vMB 69
442,188 442,188 000000000000000003525733a7211fa72927c0c8b798678a1fbb9c4306bb9b99 2,321 1.00/1.00 vMB 84
442,187 442,187 000000000000000003529ff689c013ae3afb9bc0f97c0ad8f9ca2760b1601c92 1,920 1.00/1.00 vMB 62
442,186 442,186 00000000000000000193f01b8779e71e1c2ab7f69b546b217f2ad7d519a09a6e 2,280 1.00/1.00 vMB 74
442,185 442,185 000000000000000002a954368071a9fbad49768a2d54dde273bccd0f1af48ceb 2,616 1.00/1.00 vMB 93
442,184 442,184 000000000000000003628c46aebb39413dde4624e847cea67de42d382ffb77b2 1,217 1.00/1.00 vMB 107
442,183 442,183 000000000000000003d5442d7b3b4710a6edef3b36c9648e6d8b659a61071c99 2,310 1.00/1.00 vMB 96
442,182 442,182 000000000000000000cea43eccae2fe5b504a52e9ae88c884ca26a037c8d2cc5 2,341 1.00/1.00 vMB 109
442,181 442,181 00000000000000000350c8289021ca35439fc4e195188bfcb5c3e10e5c5a519d 1,910 1.00/1.00 vMB 50
442,180 442,180 00000000000000000307d3b4b26f178b716f85a59df9e85802eb79038c0d192b 2,429 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.18 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: 653.64 GB
    • Received: 13.98 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.