Loading Tool

Explorer IconExplorer

Memory Pool

78,555 transactions
29.12 vMB
0.07717242 BTC
Random Selection Loading Transactions
Max Size: 176.42/200 MB

Candidate Block

Mining Attempt 310358f120ad4cddfa25216f47b481d01bac4a2b07ba2669fe744cdeec34cb02
Version 20000000
Previous Block 00000000000000000000cbf325f710fe3b651c530ae584a9791fa8f4174b473a
Merkle Root cfe246d63a963de903342c8ba6f91b7ecf2f26b343d5a53c7320cce0579113df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,005
Size: 1.00 vMB
Total Fees: 0.01631807 BTC
Feerates: 191.02 > 1.64 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,088 (500,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,260 414,260 00000000000000000491d9c61febf7edc99d7f277c55e31b5d414e6f4874ed34 1,638 1.00/1.00 vMB 24
414,259 414,259 00000000000000000492f7ce6a608716f8a09e379526f6a52a26977251abd728 2,796 1.00/1.00 vMB 60
414,258 414,258 000000000000000004e18cee778f97f47129721f91cf75e31d59d3e4e05a97e7 2,072 1.00/1.00 vMB 43
414,257 414,257 000000000000000004653343e83a9d4b5da316f7f59662efa74b94ec356c81e9 2,967 0.99/1.00 vMB 67
414,256 414,256 0000000000000000023287107c898d83e949d85889d4e2e9902b32cb4d4d435b 2,384 0.93/1.00 vMB 75
414,255 414,255 0000000000000000032259a8695610b5f19e3c90c558d12b3e1eb55a557b1151 1,945 1.00/1.00 vMB 40
414,254 414,254 000000000000000002d0e5fddc1f556e809a3a9027b768923a4db5e8e53fe687 1,723 1.00/1.00 vMB 43
414,253 414,253 000000000000000003f26dc6e1563d13f50362b71f5b292a27dba35ea18fe283 2,826 1.00/1.00 vMB 49
414,252 414,252 000000000000000001e12c3a19f2ac84d1af3c9d9af43ca5c1479605ef866e10 2,678 1.00/1.00 vMB 65
414,251 414,251 000000000000000003c75c5243ee5257ef81a43fe5131c4926d0da55a47ce078 841 1.00/1.00 vMB 61
414,250 414,250 000000000000000003de45de463e07e206594c60bce1817f4960544c61b2ba79 2,891 1.00/1.00 vMB 116
414,249 414,249 000000000000000003eb19d4a68fd39973b0eabf127f51b2b5b394d036807d63 2,455 1.00/1.00 vMB 50
414,248 414,248 0000000000000000006d95c5814fdaffd35d467b94adb061b370ffea906b01cd 2,284 1.00/1.00 vMB 53
414,247 414,247 000000000000000000a3774d3dde5f74943e83e63bae58d1acb547eb48a4a7df 1,749 0.98/1.00 vMB 54
414,246 414,246 0000000000000000012e9841a2342a21c246ba8e20ac866e5c0658b74eb4ec25 1,279 0.91/1.00 vMB 32
414,245 414,245 0000000000000000013f3cb2026d888ccbe4eaa9d64d2223f9d8049dc89edf85 1,825 1.00/1.00 vMB 36
414,244 414,244 000000000000000002881580e9324cf7efb8c835101c83866900707d1ad93e34 2,885 1.00/1.00 vMB 71
414,243 414,243 0000000000000000016b7f85544fd4126321f3c4bdcfadac1d29921183867148 2,245 0.94/1.00 vMB 51
414,242 414,242 000000000000000001524dd5f9e9b1838d04ff4b9571e7fbfad10d5b3b144081 1,685 1.00/1.00 vMB 37
414,241 414,241 000000000000000000795b61a6abff6d816065898e45c6c69654c9e1596fd3d5 939 1.00/1.00 vMB 23
414,240 414,240 000000000000000003166d39ac36abbdde27e6c618e09f42a55c44948a315a63 1,364 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.55 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: 669.59 GB
    • Received: 15.75 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.