Loading Tool

Explorer IconExplorer

Memory Pool

26,113 transactions
27.58 vMB
0.05711454 BTC
Random Selection Loading Transactions
Max Size: 131.83/200 MB

Candidate Block

Mining Attempt 5e02b6b6b46dbcef3f886967bd9489e814d32c91b8bd1537bcbdcfa23e707ee8
Version 20000000
Previous Block 0000000000000000000027f10646a10b5efba6c9534cb2ab75fde3381e97b9ae
Merkle Root 8fb71896e50c03b6466fca702b8528650ad823d1fdaf6a2de8d4c019a395e7de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,907
Size: 1.00 vMB
Total Fees: 0.00430110 BTC
Feerates: 6.62 > 0.43 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,500 (681,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,223 233,223 00000000000001765562f84f203c5a6dcf3072b0719a19fd785b37ce387d87ec 319 0.15/1.00 vMB 133
233,222 233,222 0000000000000128a3941cfb4f3e060412961d093900dc0c8056bcbfdf89fe66 32 0.02/1.00 vMB 25
233,221 233,221 00000000000001bd836d43de76e5ae53897c99dd294f810be42370df7b7b1315 365 0.16/1.00 vMB 164
233,220 233,220 00000000000000e8922a2f1f8d6887dd8f41f88c35e481ba91c9a122ab5261c7 312 0.14/1.00 vMB 157
233,219 233,219 00000000000000edd1bc871820064630b5b53a111c8e349720394bbc8931a3ee 548 0.23/1.00 vMB 169
233,218 233,218 0000000000000011833921d788533a90722338e3e0c5f07f551543b916aeb9ad 335 0.15/1.00 vMB 178
233,217 233,217 0000000000000016d68d06b27893c7b8e2da5f806925e2ec306910f2782e365b 16 0.02/1.00 vMB 0
233,216 233,216 000000000000005b2ff3fbc27a22dd132b4fd1ce0757a0fa2a6cb38895fa68e5 8 0.00/1.00 vMB 100
233,215 233,215 0000000000000064c2ec24a6f8edcc11276458314fc567b55413e1050bf65e1e 315 0.13/1.00 vMB 173
233,214 233,214 00000000000000730ae9cc316a7bf8ff76bd31ea1bd5b8527459d1939e06aeeb 622 0.29/1.00 vMB 149
233,213 233,213 00000000000000d043c5f6a7b61ca4a1fe7a17f35fa90474ae5fcbd4ddee7388 3 0.00/1.00 vMB 0
233,212 233,212 000000000000009f0d713c85a070e5fde72038fc79b76a27a2655f6d8081e45d 458 0.20/1.00 vMB 142
233,211 233,211 00000000000000afd42dc57879ab9506fb9e8c2eb46b900f2ec1b2ce119e17a9 206 0.12/1.00 vMB 132
233,210 233,210 000000000000014162cdd053d8cacfb711e6a5cc4114b3618a47e4ca2f23cdd5 603 0.25/1.00 vMB 173
233,209 233,209 000000000000012822f6fec22982025e5d299791cf76d52b439413486e50d4f6 519 0.24/1.00 vMB 160
233,208 233,208 00000000000000145f21f6436c2845293f2070421144c67581e2e19f98063423 206 0.08/1.00 vMB 15
233,207 233,207 000000000000019888f3ad1c17ead9268b9331919e3deb5c12d40fbad771be81 568 0.25/1.00 vMB 182
233,206 233,206 00000000000000a539b9c254b256462381bfa1444aa0576d0481b77eb6449237 241 0.11/1.00 vMB 166
233,205 233,205 00000000000000f04254d36d5aff46dd7b7d3a9d58c5114c033b3e69b5ab3d81 260 0.25/1.00 vMB 62
233,204 233,204 00000000000000fb8b7eeacc6b073f39084f333c5ca282ef75ae7baa3f1a7c11 149 0.06/1.00 vMB 178
233,203 233,203 00000000000000729b243be18dd09f6d36fcc5c035023b987598d3f0b75ab295 127 0.06/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 781.50 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: 612.22 GB
    • Received: 10.97 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.