Loading Tool

Explorer IconExplorer

Memory Pool

76,703 transactions
30.25 vMB
0.10467608 BTC
Random Selection Loading Transactions
Max Size: 180.53/200 MB

Candidate Block

Mining Attempt edeec11734d2ece4716948e4231e6af489f4f10aaead342d7e10b4f915055c37
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root 5e1c37b7201e81fdc60fb60ea3e9373baffee9df35bebddd0a09d758fb2492fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,158
Size: 1.00 vMB
Total Fees: 0.02758966 BTC
Feerates: 100.00 > 2.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (18,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
897,032 897,032 00000000000000000001af1d44c75a6d9cc39c12ca2ac82c4fd0a897e349e2c0 1,605 1.00/1.00 vMB 6
897,031 897,031 00000000000000000000091b9a06fb09e7d5a98a8842c5da41fecfb0a58d7f8f 1,765 1.00/1.00 vMB 7
897,030 897,030 0000000000000000000258d3cf94218d421c7609b3ed606e8aae07ddd0116bfc 206 1.00/1.00 vMB 2
897,029 897,029 000000000000000000014aa0e1a537e316346a56901e44f6e1c20cea2677568a 2,758 1.00/1.00 vMB 10
897,028 897,028 00000000000000000000d9071788a650ace96f159960e5c9c49af2614097b485 2,091 1.00/1.00 vMB 7
897,027 897,027 000000000000000000023c61ff47b1b6d4b55df9d53c54630e84ae551338e4ea 2,003 1.00/1.00 vMB 9
897,026 897,026 000000000000000000022526f87e5c92eb12f46beaa0991afe5d8320ecb0c09f 3,144 1.00/1.00 vMB 10
897,025 897,025 00000000000000000001751338f443d2981dcfcebd5634393ffea83af51b4b3b 3,302 1.00/1.00 vMB 19
897,024 897,024 00000000000000000001232838aff2a98af2061b1befc248aa4f4a8388f3a838 3,618 1.00/1.00 vMB 22
897,023 897,023 0000000000000000000190d0606e05fdcd9bc786c7f8f30b4534cd08deb05a25 3,663 1.00/1.00 vMB 34
897,022 897,022 000000000000000000016d62ad4bd800ffe95f53dcefa3c5a26caf192092b9e9 1,367 1.00/1.00 vMB 6
897,021 897,021 00000000000000000000aef7e2d0f2328ecf9909e52f539d76374253bdf2e4d5 1,606 1.00/1.00 vMB 4
897,020 897,020 00000000000000000001e837a77b5fdd2a4d3f9ddef25b2bed46167db910f00f 1,984 1.00/1.00 vMB 6
897,019 897,019 000000000000000000002848c72d9a1a11b9e7304e96006e3446e13b04d6c628 2,539 1.00/1.00 vMB 8
897,018 897,018 0000000000000000000112d5d3716655fa40af6ffb402b889c050193a0405e6f 256 1.00/1.00 vMB 3
897,017 897,017 00000000000000000000e74831dbee9d0bce27b2366fcf10330b37e0d868d84d 922 1.00/1.00 vMB 6
897,016 897,016 0000000000000000000025fc5435625a313de673e6349195c904055875994d46 2,680 1.00/1.00 vMB 8
897,015 897,015 0000000000000000000195d3b4621c54e538bd3d1c9e483076b3ad26b3bd29c2 3,821 1.00/1.00 vMB 20
897,014 897,014 00000000000000000001b7ca19ac3cc57cbd88563f19c02379177ae62433ecba 3,365 1.00/1.00 vMB 8
897,013 897,013 00000000000000000001a3e401c59e861891581005b01dbff344bb32e3c50b45 3,553 1.00/1.00 vMB 4
897,012 897,012 0000000000000000000046e81b5873b512b7be05b9360fdae5038c0645c3b033 1,642 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 783.17 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 749.48 GB
    • Received: 18.82 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.