Loading Tool

Explorer IconExplorer

Memory Pool

82,412 transactions
30.44 vMB
0.10409818 BTC
Random Selection Loading Transactions
Max Size: 185.75/200 MB

Candidate Block

Mining Attempt c20751a8d322a96139006ba24d9848ff45b31047591cbea875b1d86d72243bbf
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root a71cf636aa6398662b99514d80de84429ce132ede6a6d5a64033fd9ed3506ae0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,728
Size: 1.00 vMB
Total Fees: 0.03303307 BTC
Feerates: 402.60 > 3.31 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (374,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,051 541,051 0000000000000000001cc82013dc37f599981d911775cef5d301418fce3c9e48 263 0.10/1.00 vMB 27
541,050 541,050 00000000000000000023be091791f79748ec7f9d97cdd1871597974cfccbb627 141 0.10/1.00 vMB 64
541,049 541,049 00000000000000000009a96cc635cdc57524a050957609a0684a0c3a42725314 776 0.25/1.00 vMB 21
541,048 541,048 00000000000000000014c4f1617ec5996633f165f522be8b45484bc30f4e3c85 1,037 0.58/1.00 vMB 7
541,047 541,047 0000000000000000001027d0d492144ac5327e2c2cc5b51838dbc86554d56d5b 2,211 1.00/1.00 vMB 25
541,046 541,046 0000000000000000001c352c512fc8a2070aed3b366c20037b92e5033a80136c 448 0.18/1.00 vMB 3
541,045 541,045 0000000000000000000bd7563d9d81b4c902b15db3c3fca6691a8c42524264a7 2,465 1.00/1.00 vMB 35
541,044 541,044 0000000000000000001cb777fc23475719c8ab1fc0753f2dcb632db5999ec3de 431 0.16/1.00 vMB 14
541,043 541,043 00000000000000000020f527aa4f91f84b3854c5d6b29d9292b30365870a583a 628 0.26/1.00 vMB 37
541,042 541,042 0000000000000000001626a8dd3a126af08aa1b7695324c3e3caf71faae5ee2c 152 0.07/1.00 vMB 41
541,041 541,041 0000000000000000000146912032b8c72f80f05a8bca6f07b118b489652e4039 871 0.31/1.00 vMB 21
541,040 541,040 00000000000000000019aa80dc840baf3b1abe4a73bb6fd2df378fe63b01aa16 840 0.33/1.00 vMB 24
541,039 541,039 000000000000000000015f54bb64cbf8f14d32e42779f0943ac8aee8633d709b 1,710 0.71/1.00 vMB 34
541,038 541,038 00000000000000000014eb92ae9882143abb063d1c8b4f6d64c9bd200dff7713 712 0.30/1.00 vMB 23
541,037 541,037 0000000000000000000c352364827f039cd96ec70b2427325ff1049cc30f1a0a 256 0.10/1.00 vMB 22
541,036 541,036 0000000000000000001bfe4786cead72488f0c043442748094c148b67b8f5705 661 0.28/1.00 vMB 34
541,035 541,035 0000000000000000000d595905c05be289ebf8993dfe6454aa92eac6a66fda9f 302 0.10/1.00 vMB 36
541,034 541,034 0000000000000000001b58c0dfe330100be63bcc3fb9a5df988f6b53856ba38f 337 0.17/1.00 vMB 28
541,033 541,033 000000000000000000133cb43607e43798be00ca713e56c3e373bb57c969d79d 786 0.32/1.00 vMB 30
541,032 541,032 000000000000000000190a6380ade0cb964af5e61b84df201f10323bee822896 1,606 0.57/1.00 vMB 27
541,031 541,031 000000000000000000009398f29c66919e926ab512be5dcd7c7284e28ea76874 105 0.03/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.