Loading Tool

Explorer IconExplorer

Memory Pool

80,916 transactions
29.51 vMB
0.10241174 BTC
Random Selection Loading Transactions
Max Size: 179.72/200 MB

Candidate Block

Mining Attempt 232b718856c67988c1876ba33111fb692f17a937a1577bbabcd41a82ebf78d56
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 7b6e75b67a372682840c1cad758f6486afbebbbfa7d10fc9da5c1650254bc2e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,189
Size: 1.00 vMB
Total Fees: 0.04032630 BTC
Feerates: 146.36 > 4.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (279,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,881 635,881 00000000000000000007d9f4f78a8a6131f60efc62efa9bedcb87b99f619287c 2,897 1.00/1.00 vMB 33
635,880 635,880 000000000000000000013e0eb28052b2b451a96eb3921dbbfeb0771a07a9be7d 2,495 1.00/1.00 vMB 25
635,879 635,879 00000000000000000010a7214c6dc5c9cc6b1e134b366959c2379caac2c45780 2,645 1.00/1.00 vMB 37
635,878 635,878 00000000000000000005dff7ee2f8cbe14e22e1cfdf7c66d5d73ba09b5d742e1 2,992 1.00/1.00 vMB 40
635,877 635,877 0000000000000000000154ba9d02ddd6cee0d71d1ea232753e02c9ac6affd709 3,099 1.00/1.00 vMB 41
635,876 635,876 0000000000000000000f9578cda278ae7a2002e50d8e6079d11e2ea1f672b483 2,874 1.00/1.00 vMB 45
635,875 635,875 00000000000000000010a70006a1c0731d1c30fcc678a75a501e4db0a23cf3f6 2,611 1.00/1.00 vMB 33
635,874 635,874 0000000000000000000de45d281e945619f181f62950d7101ec083fc909f61e6 2,718 1.00/1.00 vMB 32
635,873 635,873 00000000000000000010070ab33026088bfd7d6949779d3c6f3399d64f24da1c 2,730 1.00/1.00 vMB 32
635,872 635,872 0000000000000000001081416f496502400ccd680be8e712a912e81a69700be2 2,902 1.00/1.00 vMB 36
635,871 635,871 0000000000000000000253a8c73d55f81b8679b365f10b4e7c9ebb5e7a5644f2 2,686 1.00/1.00 vMB 37
635,870 635,870 0000000000000000000769eb99743eaa217c1b7ede2a80149bbc827f59402b9a 2,527 1.00/1.00 vMB 21
635,869 635,869 0000000000000000000ada7899dded48ada798ae126670f9e5c8bfd3f814cf13 2,711 1.00/1.00 vMB 32
635,868 635,868 0000000000000000000859094c4aba9f1e7d56dbcdc3a07cee1135b0910d930c 2,806 1.00/1.00 vMB 27
635,867 635,867 000000000000000000106df62f3b5402c048c4021043d6696f144b66608856b7 2,389 1.00/1.00 vMB 21
635,866 635,866 0000000000000000000715585629aa1a75609d8412e76fce7bf4f65da64e4a34 1,334 1.00/1.00 vMB 8
635,865 635,865 00000000000000000011763f176564941422c0a0831ff2b4c135238df23f7273 2,135 1.00/1.00 vMB 20
635,864 635,864 0000000000000000000c766a6cb8e592eb03f148d7b77c894caf30a84be5c85f 2,781 1.00/1.00 vMB 27
635,863 635,863 000000000000000000093cb647c2d6a21db9fb0d28a8c9f2c05ea9fb1af93ffe 2,323 1.00/1.00 vMB 21
635,862 635,862 00000000000000000000c9bb76328540ddd46e894b547dbb9f277b0fe40aebe9 2,240 1.00/1.00 vMB 38
635,861 635,861 0000000000000000000055a2bdc33bf5a88733ec5311a68e75bc7bc9ba638bab 1,976 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.