Loading Tool

Explorer IconExplorer

Memory Pool

39,644 transactions
16.72 vMB
0.03438655 BTC
Random Selection Loading Transactions
Max Size: 104.84/200 MB

Candidate Block

Mining Attempt bd9e645a41afff4d1de3d23fa89a841d590fea8d23fc13d73f9d1c12d8dee299
Version 20000000
Previous Block 000000000000000000007a742045cc6029c08e468883a8a6f9a6422a1241fe45
Merkle Root bb2a338f309614ee465e8db86b85a1cef0fa624e1c941b003004e3331bfdc97c
Time (UTC) ( ago)
Target 00000000000000000001d9360000000000000000000000000000000000000000
Nonce 0
Transactions: 4,895
Size: 1.00 vMB
Total Fees: 0.00548685 BTC
Feerates: 60.11 > 0.55 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 923,417 (189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
923,228 923,228 00000000000000000000f3676abe3625d349fc7d9fc68628e23d575677bf7b0b 2,235 1.00/1.00 vMB 0
923,227 923,227 000000000000000000001828852af51a0e6c7288a8733f391e1c1b8767d0d18f 4,144 1.00/1.00 vMB 1
923,226 923,226 000000000000000000016414e7923f66fd634e9f42fcd65d2ad03f46e671ebac 3,954 1.00/1.00 vMB 1
923,225 923,225 000000000000000000014c23f30b83970b5552aae520a16c35bdfd50e0d07594 3,560 1.00/1.00 vMB 2
923,224 923,224 00000000000000000000df81c251536284acea20542ae35c22f1ee0e2855812f 3,483 1.00/1.00 vMB 3
923,223 923,223 000000000000000000012ddb0c991a550efde2037b93d6f6421c8fb5782d05a9 2,943 1.00/1.00 vMB 3
923,222 923,222 00000000000000000000b0f23dbcd9a0959834e16b8d302aafb6db1d70f9b1c9 1,090 1.00/1.00 vMB 0
923,221 923,221 0000000000000000000079ec22d87408f4d140dea56a57e04e7982e9814e55e1 3,534 1.00/1.00 vMB 2
923,220 923,220 000000000000000000009cb9a2ee5d90d83cecdcf653166f5375a5ea8a6172c9 3,867 1.00/1.00 vMB 1
923,219 923,219 0000000000000000000195b37d4a2542a449fd820fcb7c6a1c93a5e209b2bfed 3,347 1.00/1.00 vMB 2
923,218 923,218 00000000000000000000cd4a753af82e3fbdd970ddee694567a5e85b55b18ca7 1,910 0.58/1.00 vMB 2
923,217 923,217 00000000000000000000d227282b7069d4bc480d342802224948dc117d7ed3df 1,410 0.35/1.00 vMB 2
923,216 923,216 000000000000000000009930497bfd97ee531e7a04fea4de10f56e53a32bfbbe 3,525 1.00/1.00 vMB 2
923,215 923,215 00000000000000000000dd60c27a45e07d34a6b4d5a77e2ef425207f87a68db2 945 0.23/1.00 vMB 2
923,214 923,214 00000000000000000001428c5d099c9b114a4ca9d39ed2be8b5b971fc13d9f25 90 1.00/1.00 vMB 0
923,213 923,213 00000000000000000000e264de1aec9c05a4d80c443192de00ed197548ecab9d 2,980 1.00/1.00 vMB 1
923,212 923,212 00000000000000000000c659a3d49eb55e8b112d1a48635932bd722be84d19be 3,591 1.00/1.00 vMB 0
923,211 923,211 00000000000000000001ac5a8a6f9723099bf784baa274577b2c773e1fc5f666 3,336 1.00/1.00 vMB 1
923,210 923,210 000000000000000000003144e0b40fc1b83b6a346454ebe4bcda7af37f399d9c 4,135 1.00/1.00 vMB 1
923,209 923,209 0000000000000000000019c254c7f4616d038ff4b634956be5e3e51adfff53d2 493 0.22/1.00 vMB 2
923,208 923,208 00000000000000000000e82b9010b733120f4c7be9e3b43159b8c8a81b90c1c8 4,661 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 796.94 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: 2,131.42 GB
    • Received: 88.70 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.