Loading Tool

Explorer IconExplorer

Memory Pool

46,042 transactions
28.78 vMB
0.14047515 BTC
Random Selection Loading Transactions
Max Size: 152.33/200 MB

Candidate Block

Mining Attempt f332ae325fabb878a3550ab02fa05571c98e447115a7c7e6b05ad1f763bc0852
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root eac7aef652e1c21fbb013197d06bc6fa2c3ad97a90c4c373a89de3eaa14665d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,497
Size: 1.00 vMB
Total Fees: 0.07949404 BTC
Feerates: 15,654.48 > 7.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (870,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
43,898 43,898 0000000010e5cebf14e92ae4c3792d40b4ceca72a0bb04b6ff6dd50aee811a40 1 0.00/1.00 vMB 0
43,897 43,897 000000000c66c3aaf0c4cec9e5e457ac308fbeff534743c5de867a4931c87d74 1 0.00/1.00 vMB 0
43,896 43,896 0000000002a5b8c3eb7002f70d7f4bd87248ebe78759cb658f2927ca10d8e7b3 1 0.00/1.00 vMB 0
43,895 43,895 000000000ead5d38a989295ee4d3ff49b883a9f2295cce82c5ace89ad031aecd 1 0.00/1.00 vMB 0
43,894 43,894 000000001d24685827e137ce27cb7262349fa7f485af8aebefab3f4f0c0ee18a 1 0.00/1.00 vMB 0
43,893 43,893 00000000360e06335b774ebad9712e2603a4675d153c52545331f17c531e52d1 1 0.00/1.00 vMB 0
43,892 43,892 000000002f66449f50e90887c1492c33286df3cffcd5647acf27c2190e0a4bbb 1 0.00/1.00 vMB 0
43,891 43,891 0000000031e15e0c6fd6cdc74e97b46d110a3ea4d7186160a16f605d5973e439 1 0.00/1.00 vMB 0
43,890 43,890 00000000391e43160630c13c1989f3d6038e85105f5ae6a89f904133cae0990f 1 0.00/1.00 vMB 0
43,889 43,889 0000000001f5be0fcf573609caf1f6b160424cb3f192d8f94c450628a6262de9 1 0.00/1.00 vMB 0
43,888 43,888 00000000358ea4cb2255a9efe8160094c33b924a19a9e6a5d07d1f81d1fd873a 1 0.00/1.00 vMB 0
43,887 43,887 000000002963902e6b8d00fd5d510adac7040b918676ae81db1d43f1ac6a6b1f 1 0.00/1.00 vMB 0
43,886 43,886 00000000420e1409bc7f2eed0c125e892e965bd2af40ffe545f5ca079f019e1e 1 0.00/1.00 vMB 0
43,885 43,885 00000000383d1697508c55c79fb60adfe8a6ec0c964570b6403418242bb452c0 1 0.00/1.00 vMB 0
43,884 43,884 000000000ff2126cbffbb24c5137aed7956f5ae376dd4465f33911cd1621d38d 1 0.00/1.00 vMB 0
43,883 43,883 00000000018092e46ea38f2ee719809cbddfdc697030ee10f69cbf1414c6ca34 1 0.00/1.00 vMB 0
43,882 43,882 000000003b7b65c5db8fb4fdf296ca9ca2eb1be5a791941a2316811bfef1558c 1 0.00/1.00 vMB 0
43,881 43,881 000000002974ba0071902cfe8360e11f74288bb351313378ad50b5fffee84122 1 0.00/1.00 vMB 0
43,880 43,880 000000000cfc1fa4acd572c763dc02df52bd5e08bb8e848944088025c0eb16ad 1 0.00/1.00 vMB 0
43,879 43,879 00000000125f209a7e3221e4469dffce9eebacdb699f247057a6fe36b9035f18 1 0.00/1.00 vMB 0
43,878 43,878 00000000311bb417ddfc021895a8a13c9e81105d499b22b7dbe898eaa91481bd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.