Loading Tool

Explorer IconExplorer

Memory Pool

76,580 transactions
28.63 vMB
0.07161009 BTC
Random Selection Loading Transactions
Max Size: 173.39/200 MB

Candidate Block

Mining Attempt 8c8a2229dfa7360369d3cf69e3f29eec3e7cebbb2d9fba263ab4e1b868ca1b75
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 8832178c5dae169d0bfb0a9c9b05222f6843cb8887e48efa0be25eaf040d509a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,113
Size: 1.00 vMB
Total Fees: 0.01215379 BTC
Feerates: 103.00 > 1.22 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (801,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,982 113,982 0000000000003380517ef6cca05f69d8fbc0a5d6775dbdaa675a07086ab50807 18 0.01/1.00 vMB 515
113,981 113,981 00000000000030f8615b35dadc228c40332827a4b1a91290a32969229985fc64 12 0.00/1.00 vMB 867
113,980 113,980 0000000000004b891155a423e12bdf19a6f9fd5e7763a343d6dc5fb67bc5dcc1 21 0.01/1.00 vMB 0
113,979 113,979 0000000000001d4056ae37e393e42475416d979e13e8631c1fc70f198128b707 3 0.00/1.00 vMB 3,883
113,978 113,978 000000000000d14bf084ad04e1e9a797c20e0ea21be74cc621738e84d90c6ce1 11 0.00/1.00 vMB 0
113,977 113,977 000000000000a58a799e55e8f538a9c897cec892a3ecf254e861c1e3d81da3d0 10 0.00/1.00 vMB 0
113,976 113,976 0000000000002cf6fd0deb27ea6b2473ea737dc5a6d6862288a2803a1bb99f73 8 0.00/1.00 vMB 0
113,975 113,975 000000000000d19bad2efe937f2c5557cd349879fb01c2596dd25de86a1eaebe 28 0.01/1.00 vMB 0
113,974 113,974 00000000000010f50ac10c624c90bf5468f1fcff7a82925432e06ffd179a5a8a 3 0.00/1.00 vMB 3,875
113,973 113,973 0000000000005974b307e3f01fe90f761ae3ebbcf73420f0e22610325148e5e4 10 0.00/1.00 vMB 353
113,972 113,972 000000000000b5c478819bb8f0f6320f3d1dee29c1fe3b84ef2b8358819d751a 10 0.00/1.00 vMB 0
113,971 113,971 0000000000000cd52d0f452be9c6a2e7c717d0b9a3375f3dfbd2df41adf7fc43 10 0.00/1.00 vMB 0
113,970 113,970 000000000000690c7f4b34a8c030d320a90c11a46c7075458240b34bb4688e5a 10 0.00/1.00 vMB 0
113,969 113,969 00000000000018ec21b4f7f373f562bc46c14e208e0cf5695f27f150b04eb756 11 0.00/1.00 vMB 0
113,968 113,968 0000000000008d13a20f90765953778de6b201804573811b6e85fbc12f5f1152 17 0.00/1.00 vMB 232
113,967 113,967 00000000000005b7db1a28a8054624ff40fe93dfe8ee2eef6714084c38da34c1 13 0.00/1.00 vMB 307
113,966 113,966 00000000000004848237503104fea848526cb10cb538058f726c3b860d27acc9 10 0.00/1.00 vMB 318
113,965 113,965 0000000000008d62609bcd74d56a8b1e35d1f99c8e159c5a048187b881d72f5b 9 0.00/1.00 vMB 0
113,964 113,964 00000000000064b4a61d058079d927a4d6b54cdeb62704070687b2292969a1ee 9 0.00/1.00 vMB 0
113,963 113,963 0000000000000b7ef3b6ae0aacece94283fffc7d5d15ddd2591ac1a93c927527 13 0.01/1.00 vMB 146
113,962 113,962 000000000000a220d939d58aba07f92ed8329ef6ef8147e44f0c464cdc99168e 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.66 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: 672.98 GB
    • Received: 16.35 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.