Loading Tool

Explorer IconExplorer

Memory Pool

31,063 transactions
18.34 vMB
0.04337265 BTC
Random Selection Loading Transactions
Max Size: 97.84/200 MB

Candidate Block

Mining Attempt 08d2c4c96df0ed01a136a08a3f36cad080df9c543c2d576f605986a5961885d2
Version 20000000
Previous Block 000000000000000000019ffb32b971e2066879778591327aec7684a3c8f106e8
Merkle Root 799cbb936da53236588220641bcfe34a034e7ec991d11d92459d7bdeebe57dbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,269
Size: 1.00 vMB
Total Fees: 0.00882595 BTC
Feerates: 73.20 > 0.88 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,132 (865,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,228 48,228 000000002f8011b8c51ab21eb79905a22d813030a374a5b1c825bf01d6f04ca9 1 0.00/1.00 vMB 0
48,227 48,227 0000000006e2a2672c04eb1b7f2d1c8c2d12ec86aad6b22414324316631cefae 1 0.00/1.00 vMB 0
48,226 48,226 0000000024826683f7c536052084ecf27351d874a4e9c9a5abf68a72d4f806ba 1 0.00/1.00 vMB 0
48,225 48,225 000000001112f250e563642ac02948e5cfa2565fa61fd021f13a240586ead149 1 0.00/1.00 vMB 0
48,224 48,224 0000000008ff71263e767602e4c475e151f77e0780f1ec9b55ccd1744f4463ec 1 0.00/1.00 vMB 0
48,223 48,223 000000000905c32ab891967e80e5b75437f9a885bfc229ce618b450ee54fbae8 1 0.00/1.00 vMB 0
48,222 48,222 0000000004c6b387f5627e6ba180cd7f7860bfe6512f503829c7f861b61e0eb7 1 0.00/1.00 vMB 0
48,221 48,221 000000000c1402ee65ba531d6bce902c3b6e1bc729a57f0af4bd5c990e7f3d6b 1 0.00/1.00 vMB 0
48,220 48,220 0000000015a5a442f4adbbdb4f66f57f5de9f5023b5f1761532cd6aee06c7207 1 0.00/1.00 vMB 0
48,219 48,219 00000000265c3190e1ac384d49a0945e8ea5a292ce78cef25e21cbe806107c82 1 0.00/1.00 vMB 0
48,218 48,218 0000000005c25f24a53edba917ba61a307b218c24d3033892bc250b8dbb230c1 1 0.00/1.00 vMB 0
48,217 48,217 000000002777feb5dff0e2274df6b1b46df1cb93f8148619876d366128932b1e 1 0.00/1.00 vMB 0
48,216 48,216 000000002b3503b4e872d35e0c4383508fce4d3fa60cb976963d5b5d42ca0bfe 1 0.00/1.00 vMB 0
48,215 48,215 00000000231c017c8d89674dc29cf49b6912bab1e9167357403df801d5db2936 1 0.00/1.00 vMB 0
48,214 48,214 000000002fbb862560112b1ea57af99cccb690f5ffecbf8b0d46ea8810e0ea6a 1 0.00/1.00 vMB 0
48,213 48,213 00000000312b4724c86f86a470f05cd0dd791a767a0bc772db75301e5ecf63ae 1 0.00/1.00 vMB 0
48,212 48,212 00000000242af006fa03b39dfff6d0b0ecc2fcf82e893b26eea642da6a089651 1 0.00/1.00 vMB 0
48,211 48,211 000000001dc276790eb32977b16821db82399afc156e4321f2af905dbd74e1f7 1 0.00/1.00 vMB 0
48,210 48,210 000000000874adb88912bcab51698eee5f7df600b23ef3da85197c2bb75433d9 1 0.00/1.00 vMB 0
48,209 48,209 000000002be295b7756dbe58eb71742ea5514194d15abf8a2401bad368d30e20 1 0.00/1.00 vMB 0
48,208 48,208 00000000154ff7d41b312c65dc07e3766d549433568a9121d86ed7a469f5149c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 561.85 GB
    • Received: 7.44 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.