Loading Tool

Explorer IconExplorer

Memory Pool

79,297 transactions
29.69 vMB
0.07682987 BTC
Random Selection Loading Transactions
Max Size: 178.07/200 MB

Candidate Block

Mining Attempt 96d3af0646dcb956754bd595cf8dabfe37afc9e409cf3a8c652e3f52eed50302
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root b5ff3a179cd3f0f974c46284798c85535254c46780df8f5d61946d3b94b3f987
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,811
Size: 1.00 vMB
Total Fees: 0.01629318 BTC
Feerates: 313.32 > 1.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (535,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,224 379,224 00000000000000000361a2574ca77bdce306c81dbfe7d8429b7d3a8dcead22b0 1,881 0.99/1.00 vMB 45
379,223 379,223 0000000000000000013ec024ffc51a6d87c30362bf6c41b9290fb3db9e2ac508 171 0.90/1.00 vMB 3
379,222 379,222 00000000000000000fdbf1b028418f45d0ccb7be10781c1ce8a222be4fb9e1f5 1,104 0.59/1.00 vMB 43
379,221 379,221 0000000000000000014d001c3b5448d056bc9f15fd36d24cb4839f08c0b321f4 1,394 1.00/1.00 vMB 26
379,220 379,220 00000000000000000ede556711a82f88d1d8669da648a92de134d1f32463da53 666 0.95/1.00 vMB 16
379,219 379,219 000000000000000010ca376f6c212a1d43b4a006f6ec31a6efae38b62c0ef068 772 0.93/1.00 vMB 14
379,218 379,218 00000000000000000e1feebb744a1a7a4345a8eaf973e8e9e1d7f428ae94a36b 596 0.75/1.00 vMB 19
379,217 379,217 000000000000000001b023071df4facdb9a1e690e9af81d70855287671d8d6be 2,408 0.95/1.00 vMB 54
379,216 379,216 00000000000000000d8f9463e14ba368b10f0fadd32d84037dee7f72edc52fac 2,122 1.00/1.00 vMB 42
379,215 379,215 00000000000000000b48c3f9ab4838398acd943df4a330461c54ddc028771208 2,092 1.00/1.00 vMB 37
379,214 379,214 000000000000000001c6a940edc05ec28b3ca5d6c7f5424f21e5e7eb10a04b61 1,990 0.95/1.00 vMB 58
379,213 379,213 0000000000000000018de4b4de35bca52f017cec6f4ac274e8e8df6f7e4c014d 1,310 1.00/1.00 vMB 23
379,212 379,212 0000000000000000036f419ebfaf408d990e0c4fb87d5f44fb9fd5408deec863 1,197 1.00/1.00 vMB 25
379,211 379,211 0000000000000000037fdda03c2539f603dd72f0b728f7de3640f079c40ce9e4 1 0.00/1.00 vMB 0
379,210 379,210 00000000000000000cfbc2ce73e5eb213f69923d2ea35d297a48c6f3233cc7c9 971 1.00/1.00 vMB 17
379,209 379,209 0000000000000000010dde3f72b1ff6c8eae3d19faedc48f9f79a47a60f83d63 1 0.00/1.00 vMB 0
379,208 379,208 000000000000000008200631f42eb12dd14d235fcb5571c494649df0cf86f9ad 1,736 1.00/1.00 vMB 33
379,207 379,207 000000000000000003746df0419aa2679fd5b593425232bb70de60149383ba11 1,216 0.75/1.00 vMB 34
379,206 379,206 000000000000000003d2b60b73ef103a50018c766f4e725f7faee234d4777937 1,997 0.75/1.00 vMB 54
379,205 379,205 000000000000000011ab349a2299be696c8542e89514060d5cd1f827beef67dc 2,281 1.00/1.00 vMB 46
379,204 379,204 00000000000000000b6a2b0b8390cea5342c601c34981beebd4d717115107514 2,125 0.75/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.42 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: 665.41 GB
    • Received: 15.13 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.