Loading Tool

Explorer IconExplorer

Memory Pool

78,185 transactions
29.10 vMB
0.07573220 BTC
Random Selection Loading Transactions
Max Size: 176.32/200 MB

Candidate Block

Mining Attempt 4b7b7b704287658f0ad59f74e0e1d28ed135a8c9e618f821f44b28cb6340b359
Version 20000000
Previous Block 000000000000000000006b4c7bb2ab823a26bc3d3f20f2f0ec55782dada1c679
Merkle Root 393324da6dee5dd11c4039dcde70c54e14452fc5d4c9775f5a91b9c66cdf1b43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,809
Size: 1.00 vMB
Total Fees: 0.01493733 BTC
Feerates: 100.72 > 1.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,104 (224,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,156 690,156 00000000000000000002d2b38645e0f3414f44a610ef884c21e282a200a75184 2,348 1.00/1.00 vMB 18
690,155 690,155 00000000000000000005fb4b2f813344b82d90c21d11d039214bc42260793ce2 3,142 1.00/1.00 vMB 37
690,154 690,154 0000000000000000000d5a2ca564ce52b1c5f8aedfe72f4a8f695884858f1538 751 1.00/1.00 vMB 30
690,153 690,153 00000000000000000009cec95c3019f0972eaf1436409ad215bb01a8074a9e19 2,023 0.85/1.00 vMB 26
690,152 690,152 000000000000000000111fd1fb26b9627caf6325f47752959cb18408d5f256a8 180 0.05/1.00 vMB 34
690,151 690,151 0000000000000000000b07609388a9571f6ce62075164990973ce7e9ba1a7618 724 0.31/1.00 vMB 10
690,150 690,150 00000000000000000004682ff68d3bd3bdd2e89e58fb4e2f03579c89693689f2 1,798 1.00/1.00 vMB 13
690,149 690,149 00000000000000000003e54f99483a3eac813e23865125b74170a61318c97d43 2,851 1.00/1.00 vMB 33
690,148 690,148 0000000000000000001229c142f67dda5a2389aa4c26a5155215eda7f178c3e3 2,048 1.00/1.00 vMB 15
690,147 690,147 000000000000000000101f2194c903e8e639be104bf1b2d32425113d14203f5e 2,715 1.00/1.00 vMB 21
690,146 690,146 0000000000000000000fa984b1829f1edc3b1c70b4496ed3c4cd9ef84917ff16 2,679 1.00/1.00 vMB 25
690,145 690,145 000000000000000000074b27e40a5a465911d010c9c13513d443a655d5aa3e4b 1,719 1.00/1.00 vMB 30
690,144 690,144 00000000000000000002896f17abb928438be19e42bac1c9cd24e8e7b2d1d1fe 2,557 1.00/1.00 vMB 51
690,143 690,143 000000000000000000005a8cce8f3e6759f0fb0960a42bfcb0cd6fd7de7a1236 1,908 1.00/1.00 vMB 44
690,142 690,142 00000000000000000011d5acc99678faec89db2cc7b7d4bdd6bf3bfb09f5d418 751 0.36/1.00 vMB 20
690,141 690,141 00000000000000000007f3e5e8f80d3afa827fb03e009ea7407d1bfa602571c1 783 0.36/1.00 vMB 25
690,140 690,140 00000000000000000013762fa6702583f502222adfdf24a738dc5bc758fee793 515 0.16/1.00 vMB 27
690,139 690,139 0000000000000000001139a01775479a42271e50a83ae3d2ced62257b9174d2c 1,677 0.62/1.00 vMB 27
690,138 690,138 0000000000000000000c3b943f8c05b9f45a80e145ed9d197be5d50031bdd120 1,217 0.88/1.00 vMB 3
690,137 690,137 000000000000000000119e137c6293ab3137e614ae2a4b19023cc7486606eeb1 2,811 1.00/1.00 vMB 44
690,136 690,136 0000000000000000000fc61b10fdde2debc0d0216189209f0c34d6e31035dfe3 697 0.40/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.57 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: 671.16 GB
    • Received: 15.86 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.