Loading Tool

Explorer IconExplorer

Memory Pool

81,269 transactions
31.20 vMB
0.09877821 BTC
Random Selection Loading Transactions
Max Size: 188.76/200 MB

Candidate Block

Mining Attempt 0267ca8920ea78add6446cb3d89ffec339401a4c2c38c6f60209f3a2a7dd01e5
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root eff29af13d69b4f3081139a3f09eb0f443cf83e9580c5b5f435fd8b7a7c4d705
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,433
Size: 1.00 vMB
Total Fees: 0.02211562 BTC
Feerates: 106.51 > 2.22 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (821,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,159 94,159 000000000002a92fe652dc8d2f70c19450e3dc66f1c0ddddd852785a0101ddf6 4 0.00/1.00 vMB 0
94,158 94,158 000000000008489a7a176941bdc346e0b08b149c22a95b006110392ba8b94793 5 0.00/1.00 vMB 0
94,157 94,157 000000000008d0040a0ca98b6a514774af2790a3bb17b19de710b049e1d1bd6d 4 0.00/1.00 vMB 0
94,156 94,156 000000000004ae3ee61a231bbd3174ac51a8ac785929a6416180bf512b4bdba2 1 0.00/1.00 vMB 0
94,155 94,155 000000000005cda845ca57cb1dac6a53af71857c0b4f8927d80e76af384cafdc 3 0.00/1.00 vMB 0
94,154 94,154 0000000000025eb221592480b3060d62232da8d3d074b6ddd5a714fed8ebc57c 1 0.00/1.00 vMB 0
94,153 94,153 000000000004ef0f8069b2d326f70c9a7068c78f017c714f6e29adf5e9d2ec3b 3 0.00/1.00 vMB 0
94,152 94,152 000000000000dc9a803cddb58901fb05f6033bb6c78dc67b2fec6b95a1f813fe 2 0.00/1.00 vMB 0
94,151 94,151 0000000000080b5931f175a4933853d9505e3222f4dc50a6b0235cc0a323d074 3 0.00/1.00 vMB 0
94,150 94,150 00000000000735540f3bfd369d3db1fec84cf530994dd4871f9423c02e62be6f 4 0.00/1.00 vMB 0
94,149 94,149 00000000000316591e8d61ab3b319c9af0935342edec246f663e28e440c73223 5 0.00/1.00 vMB 0
94,148 94,148 0000000000008f1fa030261760d92e43089b63142ec1d73778c724eaf5374558 4 0.00/1.00 vMB 0
94,147 94,147 000000000008139f22545875b13ba983683a8b182f8a79d9a639d9e6032e757f 5 0.00/1.00 vMB 0
94,146 94,146 0000000000076d7854b0266b7d70aa1249e5d1e31876cb63a0d635c34667f0ae 2 0.00/1.00 vMB 0
94,145 94,145 000000000007acab236e26d15c87662cf9f30529f534fae5ecce479b5dffb771 1 0.00/1.00 vMB 0
94,144 94,144 000000000006e5e0aaac0a3ae48c83ff569ddc75001020399fdd7d9cc0841bff 1 0.00/1.00 vMB 0
94,143 94,143 000000000004d62ac6c4f329dc7800ac32ba007ea2ba4d8d751cb0b26db7a933 2 0.00/1.00 vMB 0
94,142 94,142 0000000000028950f898caccf67933957e178aa41764234366e718ed49d5edbf 3 0.00/1.00 vMB 0
94,141 94,141 000000000004665815b6257623b278b03cbb424cde4dfd51fafd7b521c646e0f 1 0.00/1.00 vMB 0
94,140 94,140 0000000000003406e98ea1736841d435a2913ed1e5be9ee35d5e1fc49cb48b1c 1 0.00/1.00 vMB 0
94,139 94,139 000000000001f2f617fe0f97574cd270bcb1798b09a3830b7b37593a33a9d56b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.