Loading Tool

Explorer IconExplorer

Memory Pool

36,139 transactions
26.82 vMB
0.05456494 BTC
Random Selection Loading Transactions
Max Size: 135.67/200 MB

Candidate Block

Mining Attempt 30e24e386497c1df1895521e66c946c22a57e4022a3b5092f254cf55a204aa75
Version 20000000
Previous Block 0000000000000000000179be315979af8643d60e3dbf26b1dc2d5ab14d2f469a
Merkle Root 7fddbfe3eed0e50a190f4ace15716100236e5ec7535d754d69acf8d7ee6f1bc6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,388
Size: 1.00 vMB
Total Fees: 0.00435556 BTC
Feerates: 50.34 > 0.44 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,642 (266,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,851 647,851 0000000000000000000d74b823530dc8919a0836897df62e13e7145075e3bf73 2,527 1.00/1.00 vMB 51
647,850 647,850 00000000000000000003babc14a2a72acaf0c0e04742a7f1f0a5b4126c7a19fe 1,745 1.00/1.00 vMB 81
647,849 647,849 000000000000000000089bf50540fb97dd1859581abdb9d3d41c2e5009b0b2f4 2,555 1.00/1.00 vMB 104
647,848 647,848 0000000000000000000e9949a9a252a001fd1882d6ea827204c9539b5d139593 2,650 1.00/1.00 vMB 61
647,847 647,847 0000000000000000000eef2b18e7a117d62cd6ea8a215020bebead373fc99da8 1,801 1.00/1.00 vMB 34
647,846 647,846 0000000000000000000a2cf7e678b93f4fc2d1647e92d945c3c96500aa6ddea0 1,141 1.00/1.00 vMB 14
647,845 647,845 0000000000000000000a26dbfda5252b2115d315eb5987a2e9a28f2166af4dc1 1,510 1.00/1.00 vMB 29
647,844 647,844 0000000000000000000b0815ebe8c261d96f9a52bf46f7bd9c307e3ba8418597 839 1.00/1.00 vMB 10
647,843 647,843 0000000000000000000a0c2deda59cff4a43fa27914e47405f750b86aea5fcdf 1,501 1.00/1.00 vMB 34
647,842 647,842 00000000000000000006f295e3a73c4fa9fe08d6831ec8764272bd04e39e06bb 757 1.00/1.00 vMB 7
647,841 647,841 000000000000000000068b9942bde8750fa50f81de4b718fc2a088e52be3c79f 1,180 1.00/1.00 vMB 18
647,840 647,840 0000000000000000000b71e04aa6b5ee0300ee789d8275691f226caaa088f50f 1,762 1.00/1.00 vMB 78
647,839 647,839 0000000000000000000f8e4a1927c69ded626b99817c8ecebd70daf55151cae4 876 1.00/1.00 vMB 18
647,838 647,838 0000000000000000000db6da1ff8956031cfc41fa05a5daa88126214bd3db870 1,206 1.00/1.00 vMB 26
647,837 647,837 000000000000000000011e5b0867b1ec0be4c6024049da2b28f47b9bb6102c45 1,222 1.00/1.00 vMB 9
647,836 647,836 000000000000000000066af0099e433788fc4890ff60df5f2b362dee8780d2d6 851 1.00/1.00 vMB 19
647,835 647,835 000000000000000000056e3fae2b5cbc571b7f46e5a66c6e50770549c86a211e 1,572 1.00/1.00 vMB 34
647,834 647,834 0000000000000000000c8665e6a8ba7f75786c371529dd00ed3a5385410cdd54 1,404 1.00/1.00 vMB 26
647,833 647,833 0000000000000000000d7568bd0d386eb550a5f1c1658885f4da6d06c40f13c1 1,513 1.00/1.00 vMB 5
647,832 647,832 00000000000000000006760fc4188590ca528b138a4942042408a6878844f42c 2,623 1.00/1.00 vMB 11
647,831 647,831 0000000000000000000cab07747afe880eba6f03c950036deea2b80533df28de 2,346 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.76 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: 632.00 GB
    • Received: 12.09 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.