Loading Tool

Explorer IconExplorer

Memory Pool

27,087 transactions
27.17 vMB
0.10398743 BTC
Random Selection Loading Transactions
Max Size: 130.78/200 MB

Candidate Block

Mining Attempt 9a200c359164bfc06dca1747e20f0152741e09cad2edd04868457b4c8b841518
Version 20000000
Previous Block 0000000000000000000051c37b861c7bf429b2e91859f9ffd065f6499afeaedf
Merkle Root 33ff9ecc184b4830dc01684b33df94c5f7930438db17704532c1f97be8fbed7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,393
Size: 1.00 vMB
Total Fees: 0.05180466 BTC
Feerates: 101.66 > 5.19 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,498 (440,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,191 474,191 0000000000000000014a29f61be51fa9972410ae0b0936e24cdcbc0702222797 496 0.29/1.00 vMB 52
474,190 474,190 00000000000000000032f070d45eb223734a96d5183b575c1a299f85dde316e0 1,066 1.00/1.00 vMB 79
474,189 474,189 00000000000000000026dbe946a82c690eeba20dbe2387b234b95347d4c1e670 1 0.00/1.00 vMB 0
474,188 474,188 0000000000000000016f33d44781735c2b34d5019b4b86cf4f187146537c5d4b 1,496 1.00/1.00 vMB 207
474,187 474,187 000000000000000000fb537f20f4e625476052f4caa2e7ebc10470ed00a2b4be 1,670 1.00/1.00 vMB 101
474,186 474,186 000000000000000000ab6bc82922e95ed2e1cb4e4c2a5722bade6f0ebc9d4bff 2,217 1.00/1.00 vMB 54
474,185 474,185 0000000000000000001888183d9401a491927bf9eddb0cf04c127782a7a00069 2,480 1.00/1.00 vMB 339
474,184 474,184 0000000000000000003a8d2770982488e49c33baa20a900cd0a347d2978df15c 1,647 1.00/1.00 vMB 138
474,183 474,183 000000000000000000cc9ec7eaa51be7ab047abdf17899b3a459adf36903f1db 1,859 1.00/1.00 vMB 163
474,182 474,182 0000000000000000003b42f59f8fd7b7974b6f7e609d8bc28b93c90643797bd9 2,577 1.00/1.00 vMB 332
474,181 474,181 0000000000000000010a2d4517ad5106ac9333f5387628a5d97707f719ab5d0a 664 0.73/1.00 vMB 59
474,180 474,180 000000000000000000b2cc654d758424bdaf61c7f8d6c84483154fd03b5942a3 738 1.00/1.00 vMB 87
474,179 474,179 00000000000000000077e22878f22e87ecfa8cf10e50578801c82d45cd9225cd 1,544 1.00/1.00 vMB 108
474,178 474,178 000000000000000000b3054e83871f94802d5efd947c9fb23218208bc4ab0df8 739 1.00/1.00 vMB 68
474,177 474,177 0000000000000000004e95159f64af3d183125f8195bea0b723d40b1235e5f6a 2,129 1.00/1.00 vMB 147
474,176 474,176 000000000000000000b016a9133d0dd5478a5456d6e8064de563c93cfb279988 1,949 1.00/1.00 vMB 49
474,175 474,175 000000000000000001656664a111f56a605280f7de1f2ae28989589c1e6fdf96 1,439 1.00/1.00 vMB 226
474,174 474,174 000000000000000000c71bf2413c03936c0a4a9c5b255e730a157b98721d33f6 2,237 0.99/1.00 vMB 256
474,173 474,173 0000000000000000016a6c39eec0fe6cb137379dea7e8fc1fa087dfb2f9999a9 2,835 1.00/1.00 vMB 387
474,172 474,172 000000000000000001488b87a0f505002a26cc0e4e964f50eeb02a13c748b1de 1,672 0.63/1.00 vMB 268
474,171 474,171 0000000000000000006a8095cb635b0de474eece6e6a2fb22fd7d62f5fbc23f1 932 0.59/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 781.50 GB

Node Details:

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