Loading Tool

Explorer IconExplorer

Memory Pool

32,000 transactions
26.15 vMB
0.07021923 BTC
Random Selection Loading Transactions
Max Size: 130.62/200 MB

Candidate Block

Mining Attempt 53b648ccc5c2924bba1b3b2c43c39c477077c099d7ede10ed05521a74c5d627b
Version 20000000
Previous Block 00000000000000000000f40d95165f1e56554a1a7c25dc329e090a256a29726d
Merkle Root 7823d09fed0d8ffb5d5017466b08635b0b295b9401a3755c8f66ebbe8ef04785
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,900
Size: 1.00 vMB
Total Fees: 0.02221337 BTC
Feerates: 477.45 > 2.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,281 (803,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
110,349 110,349 0000000000007b74758fbb8ff5c140c1c740becf4603682c013f640bddd9f00c 7 0.00/1.00 vMB 0
110,348 110,348 0000000000004c85d74057acced18ab217200af7881c24d5577f6c1c94449d1d 1 0.00/1.00 vMB 0
110,347 110,347 0000000000016fd0cde7a667bcecec2b44bc1aa561acda0a444b550f1d5ab7b3 10 0.00/1.00 vMB 0
110,346 110,346 000000000000273ede1cd8bfd03774181338f74a6768b3c811763e7b2e20fd9b 12 0.00/1.00 vMB 0
110,345 110,345 00000000000016f117d9383dcbb4c033bf2a5537f8cd616010cb7724991c0bbc 12 0.00/1.00 vMB 0
110,344 110,344 00000000000186cc1b3d630d0a81123f2115a447ef8cf681c08d9d06f74fe300 24 0.01/1.00 vMB 0
110,343 110,343 000000000001314f466e3782d51e1f9c91bf0e4ce4f4a19a33d6ca266c7a0186 2 0.00/1.00 vMB 0
110,342 110,342 000000000001c04480ad0a680f9dbfa6a1e51f8e616cddea04068c66a11ffdbd 1 0.00/1.00 vMB 0
110,341 110,341 000000000000a1041805f302548717f57c90c102bc98c9bd2c556c7d84c4b68b 4 0.00/1.00 vMB 0
110,340 110,340 00000000000126c844446cbc095cf714b51371bf693ec926c0435708902c06bb 1 0.00/1.00 vMB 0
110,339 110,339 000000000000f328d277e782a3764940a9ea03d2d4d1b4a1e576c80e7c8b528b 1 0.00/1.00 vMB 0
110,338 110,338 000000000000475f891610a8a2fabb21739c645499b99d482ddbd64c7eb1afce 5 0.00/1.00 vMB 0
110,337 110,337 00000000000166ca257c9e42329f695543ee28f6a513ffadd48305958efa7975 3 0.00/1.00 vMB 0
110,336 110,336 000000000001b601d71e54c5ee4d7a619390f12b847e9694cb16f072bf0b7ab2 6 0.00/1.00 vMB 0
110,335 110,335 000000000001bfbebfb823db359e36a2f62a5e58eab4d4f94de030a4898c3e3d 5 0.00/1.00 vMB 0
110,334 110,334 00000000000122b653563fc4e70c9bd7d30bf6e03e6c271dd4a39201dec611f1 5 0.00/1.00 vMB 0
110,333 110,333 0000000000014d3680e14626e506e98a908b1953045d92eb01aa99536aafb181 12 0.00/1.00 vMB 0
110,332 110,332 000000000000bc0f0980966c17ee5bd36fb0e222361f6fcfd59a6e967c0b1d78 12 0.00/1.00 vMB 0
110,331 110,331 000000000000ecfd63ba328d4849fda9e9005f898c9f7907f64533d9aa9c5feb 12 0.00/1.00 vMB 0
110,330 110,330 000000000000d74f6c3a1af7488e0b71aa3efaa5724dbbf6fbb2e992cbba3321 2 0.00/1.00 vMB 0
110,329 110,329 000000000000219e6c4fcd187cad0cdf9dc9b2a11087036ff6cf4542be4ae8d8 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.09 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: 579.07 GB
    • Received: 8.84 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.