Loading Tool

Explorer IconExplorer

Memory Pool

14,381 transactions
10.80 vMB
0.04580188 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.11/200 MB

Candidate Block

Mining Attempt 4ef026e92a5f282efe336eab750d547541fc4bdf2fed216142a36671661b50b7
Version 20000000
Previous Block 000000000000000000007fe516c23d208c0e936621568af08b537f0dfad8b31f
Merkle Root b4a650f14631209d48e98abfcf5b8aaaf5a0a3d5a889121f9e87cec53a1fb2f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,034
Size: 0.99794275 1.00 vMB
Total Fees: 0.02637893 BTC
Feerates: 202.69 > 2.64 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,810 (652,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
260,956 260,956 000000000000000dda546849b64702f272d9a828141cc71dc6dba525e8dfac8b 510 0.25/1.00 vMB 114
260,955 260,955 000000000000001b71e035937a1801482b1c6f24d35001b36d7cac3b5a7c02e4 348 0.15/1.00 vMB 103
260,954 260,954 0000000000000013ae7387da12cc1f8e5bd4bdf0d870431ac956c2aeacfb3fd3 612 0.25/1.00 vMB 117
260,953 260,953 000000000000001b54d056fc592e332922e2a8e63837aefcf66daacfb6cc470a 125 0.06/1.00 vMB 21
260,952 260,952 0000000000000008eb7d0089a20ed269c3fa3434a14bb7af938fe2cf768bd040 520 0.21/1.00 vMB 155
260,951 260,951 000000000000000cd371c8ffc0386be780eed62bf57d6e09712bb401bb1129a4 430 0.19/1.00 vMB 99
260,950 260,950 00000000000000147b59cec72ee3637e45ac15bd5f940536432de627aaf47cc5 591 0.25/1.00 vMB 104
260,949 260,949 0000000000000004f0b4555a959d71cf0f77df23d460f1c6e58421c85a899e4c 456 0.25/1.00 vMB 116
260,948 260,948 0000000000000008e3c765e9164e50705a70d2aeaf1508d7dbe3ebed148048e2 610 0.25/1.00 vMB 142
260,947 260,947 0000000000000017f2f93390654f8589c6275b5a8ca4329a9c229238a908c43d 168 0.08/1.00 vMB 24
260,946 260,946 000000000000001b3216d767f54ff7eb6563c45cdafaa8f6e15f0958ab4ef9ef 745 0.25/1.00 vMB 145
260,945 260,945 000000000000000dcd9b3cf085725b7d5b987029e195794d86cd5f4326e222bc 454 0.18/1.00 vMB 157
260,944 260,944 000000000000000d12ee50677d5a7c50360336f2c2a4f46a0ee6f27b9f410df2 563 0.21/1.00 vMB 129
260,943 260,943 000000000000000070815c57ab40e4e1ae4c5d88797c2e5597d2ce64cbe55e16 171 0.06/1.00 vMB 106
260,942 260,942 000000000000000f1596b8ee2be16cc2b240b099e82764f58f4b0fee7d652bcc 316 0.14/1.00 vMB 101
260,941 260,941 000000000000000ec53c9296322fc5034429d87d104d186512c517f696a1c5b9 217 0.09/1.00 vMB 119
260,940 260,940 0000000000000004dbf9ea627cd62fcf9725a1274df1ae7539867ffa9b2d0ec3 125 0.05/1.00 vMB 121
260,939 260,939 0000000000000012ccd327636aa7e4ea4aee91faa892a6acb606e784debbedfa 262 0.10/1.00 vMB 86
260,938 260,938 00000000000000028a1e848f581f196f1c4df768e76b18ed86376a6393d9a63f 108 0.05/1.00 vMB 72
260,937 260,937 000000000000001703db866ddab4011dbf3a92145f272d079cf073c5a73b66f9 317 0.18/1.00 vMB 61
260,936 260,936 00000000000000086407cab853423c2a6cc1593a195ca165a0fd448aefd0355e 576 0.25/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 780.28 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: 516.60 GB
    • Received: 4.46 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.