Loading Tool

Explorer IconExplorer

Memory Pool

87,192 transactions
31.64 vMB
0.21902742 BTC
Random Selection Loading Transactions
Max Size: 192.09/200 MB

Candidate Block

Mining Attempt 71a5b569027afdfd659f6695e6d9521fa924acd17cc45b84323119dfe714c16a
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 34a5767b788bac279232ca8b9fe49d8ac86adaf6bd509160ebf4d3f83e1f2f2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.11022070 BTC
Feerates: 502.67 > 11.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (448,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,844 466,844 000000000000000001c7a865ed4d5550e5114d941896963b631464e812f67796 2,076 1.00/1.00 vMB 242
466,843 466,843 000000000000000000a8923de2f90b3926ccc14a780d62ac5018eb67d3c4f102 2,178 1.00/1.00 vMB 305
466,842 466,842 000000000000000001a47150e84b8dc2a698a4cf0c9a8567b2a08c978246e954 1,488 1.00/1.00 vMB 182
466,841 466,841 00000000000000000012d5a3133ef92a1be84d70027ecc8d69a5e3311e3a92e6 2,124 1.00/1.00 vMB 318
466,840 466,840 0000000000000000016414a1b450b114e673ec57ce84f0dbb3cbfd257108666e 2,835 1.00/1.00 vMB 281
466,839 466,839 0000000000000000005418d62c406aef060e3c68bc22759b4110f03961be1df8 1,191 1.00/1.00 vMB 173
466,838 466,838 00000000000000000141788eff320b4c8c2c0a20f4c9309eb0197af26a1025e7 1,589 1.00/1.00 vMB 266
466,837 466,837 000000000000000000208fdd42dbede29f9c747b58e5065d57ea88ac0c7cdab1 1,696 1.00/1.00 vMB 174
466,836 466,836 000000000000000001d0ab7ec013922fed3c353f047040105ebd8bc8a91ff29f 1,973 1.00/1.00 vMB 265
466,835 466,835 0000000000000000015991e33184246f9b49819c34c581dbf21e0fa70b471a99 2,357 1.00/1.00 vMB 252
466,834 466,834 0000000000000000004cbc2cea4deb53361baa4d147ff9aae2f0958bc845684b 2,264 0.99/1.00 vMB 346
466,833 466,833 000000000000000000be49fa74de003f90e204d7d5f076c959bd7f2bed521e75 1,897 1.00/1.00 vMB 411
466,832 466,832 0000000000000000000b0e16f03a858a5c7ad53413e8289fbf7cdc670fd3c2b9 821 0.47/1.00 vMB 433
466,831 466,831 0000000000000000005d7b5cf1566ee80ce6941a1d5beaedb85534bfc386b1c9 2,154 1.00/1.00 vMB 360
466,830 466,830 0000000000000000016ffb172c5418c89f32fb515d69ef59b3a9a8d202ed94e5 2,105 1.00/1.00 vMB 383
466,829 466,829 000000000000000001a9b0662d1fc0c6fcbe5dd8d358a538267efe9a18609ec8 2,083 1.00/1.00 vMB 386
466,828 466,828 000000000000000001bb939b2147343a4e41c744ea2854cc627af212c2faf2eb 2,279 1.00/1.00 vMB 374
466,827 466,827 0000000000000000017a54e5abdd91a2ed032f4e016c79b7dcabea066a4e9ce2 2,285 1.00/1.00 vMB 245
466,826 466,826 0000000000000000003828118af4b2d90dfdef63db230126320dea3d6886dbfc 2,792 0.99/1.00 vMB 184
466,825 466,825 0000000000000000019c7169957ae0550605f316c96f5aa5b8f727ae812d85f2 2,304 1.00/1.00 vMB 284
466,824 466,824 000000000000000000ea725e565d8fc91a388492ba074e4b6c5f0488632bb24f 2,351 1.00/1.00 vMB 374
Previous 10 blocks ↓
Total Size: 782.61 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.95 GB
    • Received: 16.08 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.