Loading Tool

Explorer IconExplorer

Memory Pool

42,756 transactions
33.39 vMB
0.11207127 BTC
Random Selection Loading Transactions
Max Size: 166.53/200 MB

Candidate Block

Mining Attempt 464c8a5c6290bb1bb2361701c918950564b7878bc8302b7d312f49220118ce06
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root f9ad302311d92fe6802e529d448b0fab37ad8c0552591ac8a7b02de89c38047e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,125
Size: 1.00 vMB
Total Fees: 0.03783019 BTC
Feerates: 501.64 > 3.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (800,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,406 114,406 000000000000a1e5822f51c30a5e6826b1e04ef60bf87c10c88c93027a9bdfb1 5 0.00/1.00 vMB 3,868
114,405 114,405 00000000000049507bcfa2f3b40b972b8fd4fe543d68c8405a4e8fb2db79daf1 22 0.01/1.00 vMB 1,281
114,404 114,404 0000000000000092e2f7f1ac97690d07aac4f7628c52c0c3b39a4648b0f987e2 19 0.01/1.00 vMB 1,247
114,403 114,403 000000000000b1c5bcb23c556cb9511a591b3e85ce55362af89c48cdc2538549 18 0.01/1.00 vMB 561
114,402 114,402 00000000000051cae45e9d1cb730d6ede28fae94e38cc9f9996322a56d3b64c8 72 0.02/1.00 vMB 1,792
114,401 114,401 0000000000009ac540ac6db87f0e9958920512d2c37a571cb9c9936313398945 435 0.10/1.00 vMB 157
114,400 114,400 0000000000003c5f83c5d5265ae0904d84067eef09de7424f3747248980df77e 3 0.00/1.00 vMB 3,875
114,399 114,399 000000000000c0f8b5d750f9e88e5045ba42e6fe67504f204722a80e24cdc68f 50 0.02/1.00 vMB 1,930
114,398 114,398 0000000000009043d57e10b055af997bf5c37584c61e276a31b15b3402ee56b5 7 0.01/1.00 vMB 274
114,397 114,397 000000000000ac28cac79c075e0023f101571c970746bbe96c86cb99792cb91a 2 0.00/1.00 vMB 3,891
114,396 114,396 000000000000a16bf4251da325adf26abbf5bd1591275fd78a85b3cfa543fa3d 13 0.00/1.00 vMB 0
114,395 114,395 00000000000073bc9cc399e29927c57768786424d797052e96d1a6f5c05d3e31 10 0.00/1.00 vMB 1,397
114,394 114,394 0000000000008999811fea921ee5ee012ab7ad6804ea7dc5ff6443c1f7d04b66 32 0.01/1.00 vMB 723
114,393 114,393 00000000000005b56caad7dd83020033383c8d4f5c09f4401198b54f64e84468 10 0.00/1.00 vMB 0
114,392 114,392 0000000000005a895fc9376507977aff74c4e92219bb2a3de99c5e693e6def3d 188 0.04/1.00 vMB 22
114,391 114,391 000000000000b6b0b643cba778b3ae59be686e700b81a47c54cf18e524fb9f9c 1 0.00/1.00 vMB 0
114,390 114,390 0000000000001d7809ce7ad6bb96aa19157de64bc69d32756b36b28652ba4460 431 0.10/1.00 vMB 50
114,389 114,389 0000000000006ef342ca010da708c46f3c6be019cfb437a9351f693ba52155aa 16 0.01/1.00 vMB 343
114,388 114,388 0000000000005d6fd9949ec06e6e29795f320d4b9522d1b9252279db3083cc9d 3 0.00/1.00 vMB 3,868
114,387 114,387 0000000000007796c2b5a88076d753fce047eebf1cd7c61e3916a274eecc51c8 1 0.00/1.00 vMB 0
114,386 114,386 0000000000003653d788ea38ee44f822ebbc0171bebfaa70783f7ebfabe46e40 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.61 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: 624.10 GB
    • Received: 11.54 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.