Loading Tool

Explorer IconExplorer

Memory Pool

105,902 transactions
20.43 vMB
0.05525733 BTC
Random Selection Loading Transactions
Max Size: 159.35/200 MB

Candidate Block

Mining Attempt b4ba95477119ec9d5443c2a18c91baee54a546ffbfc8c8315234582fa3755f76
Version 20000000
Previous Block 00000000000000000000f2bb9a2e6f6c03d04c8c97d13b6ad4be5e2eff04ab4e
Merkle Root de50aaf4a9d093f23675ec3ea92251d0d988f4e75aa08c19b118d26aac70fe44
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,775
Size: 1.00 vMB
Total Fees: 0.00574179 BTC
Feerates: 52.56 > 0.58 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,646 (527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,119 916,119 0000000000000000000169741058f8aa207008e0bd093ebbea50f418c5986277 222 0.07/1.00 vMB 2
916,118 916,118 00000000000000000001ae4fa0c06cad0807b92efe546e13bc9a1868fd5836f4 4,964 1.00/1.00 vMB 0
916,117 916,117 00000000000000000000473ecc48696da3da846edbe8287703b6765513dbdc93 6,059 1.00/1.00 vMB 0
916,116 916,116 0000000000000000000048ab8a98e1bc1f84f2e2d5c4b6767a2a06d8b5469497 2,405 1.00/1.00 vMB 2
916,115 916,115 00000000000000000000ea7ef898fba4c9414f14de5d8d91401975b9e810addc 5,550 1.00/1.00 vMB 0
916,114 916,114 00000000000000000000537b68d22e74c798af08a79e4e0d23c3c6d3d771eaac 4,008 1.00/1.00 vMB 1
916,113 916,113 00000000000000000001922591c6259604b9c307486ca11f1973a643df0f1637 3,954 1.00/1.00 vMB 2
916,112 916,112 000000000000000000004613284f0628474746a127595e219e5d8aea3e2dcc10 3,309 1.00/1.00 vMB 2
916,111 916,111 00000000000000000001435a5b89f6b1cc901e5e6bd59005a9d5935fc6833a93 3,583 1.00/1.00 vMB 2
916,110 916,110 00000000000000000000dae582472e6fbbccccdeb01031c912b8e46bffdac42d 6,051 1.00/1.00 vMB 0
916,109 916,109 0000000000000000000129a7b6ce95ee33e7b7a918b6ce868a06bbc11a2cc852 4,734 1.00/1.00 vMB 1
916,108 916,108 0000000000000000000183717207bbad493ffc4942ce65e039f3fdc3e02da333 4,743 1.00/1.00 vMB 1
916,107 916,107 000000000000000000017aa83d3bd3cd0a4afdd3f0046936179a533d957e6a69 3,287 0.94/1.00 vMB 2
916,106 916,106 00000000000000000001de52977c8fd8e2f681aac7b32768fea1e48221c38841 4,890 1.00/1.00 vMB 0
916,105 916,105 0000000000000000000090f6f1b564fb3d452d20040aa7ea8bf4a801fa7773ac 1,599 0.52/1.00 vMB 1
916,104 916,104 00000000000000000000c11316e468d64b5b715b0bd53969a4f36c7a39e47384 2,953 1.00/1.00 vMB 2
916,103 916,103 00000000000000000000029b5f871f573b03e38cb2e80f11b455d58067f4d26a 3,628 1.00/1.00 vMB 4
916,102 916,102 0000000000000000000096b437998fba3fcb51236e0a99488e5fc6a742294d6b 4,443 1.00/1.00 vMB 0
916,101 916,101 000000000000000000004b0b9912c95aeb85b25cf6a1a458de81e9659d0ef496 3,580 1.00/1.00 vMB 3
916,100 916,100 00000000000000000000f54521b752569f8548fedebdc2f2645d947f758c6efe 5,440 1.00/1.00 vMB 0
916,099 916,099 00000000000000000000d14656c231df53e9f5463a3b6b520e49dbbf2c541dec 4,793 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 785.23 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: 950.65 GB
    • Received: 28.24 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.