Loading Tool

Explorer IconExplorer

Memory Pool

42,041 transactions
26.83 vMB
0.06261557 BTC
Random Selection Loading Transactions
Max Size: 140.43/200 MB

Candidate Block

Mining Attempt 34a145c54d47691c81715ca996c0ad698434f7c597377813a35dc4cefe6c044f
Version 20000000
Previous Block 0000000000000000000092043cf5b8a15d441bfd9e63e061a7f0760325792149
Merkle Root 73674d02ac10d3c6dfac2c85bbb5dfed4c237e86bd04a97d49e346ac8319ffa9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,160
Size: 1.00 vMB
Total Fees: 0.01287624 BTC
Feerates: 73.20 > 1.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,926 (845,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,050 69,050 000000000160dd1cecd6dc698e6e6d39e2d27c0f12f753a8e42263f256aa37c0 4 0.00/1.00 vMB 0
69,049 69,049 0000000000577bbca012133b8fce401af96be4edbf51c5caa83414daea3d859a 4 0.00/1.00 vMB 0
69,048 69,048 0000000001000bb7caf449399294f8cb2deb8bac45adb8807adcc8f0c5ce6ea4 4 0.00/1.00 vMB 0
69,047 69,047 0000000001357a6a1234a9fcb59bac750561eff87e814d6fd8156025d383c644 4 0.00/1.00 vMB 0
69,046 69,046 00000000009a2fb662693c3ab5d741094fc0613fe5298dfbae9367df612bb773 1 0.00/1.00 vMB 0
69,045 69,045 000000000052403a658c62f983da356a7679c8f397eedf2b38f1ab8876b68dae 5 0.00/1.00 vMB 0
69,044 69,044 0000000000aa0ba4cecb75d76199c0653e2d01d81901019c9d277ceff825810d 2 0.00/1.00 vMB 0
69,043 69,043 000000000126d517cf510a572d5e6fd625fb1c2c9d9e2b316fe9585cfaadaf7f 5 0.00/1.00 vMB 0
69,042 69,042 00000000013e131c61f25f7a5592e9ac27acc1408dffcd47f95ffa3dcecb4487 6 0.00/1.00 vMB 0
69,041 69,041 0000000000f2f34f8fc9ea4468c3000169eb2fd809252110f1e966ef2fc35c56 3 0.00/1.00 vMB 0
69,040 69,040 0000000000b490a8fdc2c803d384c81ce4e5c12796ecdb601208be5423cb96a4 1 0.00/1.00 vMB 0
69,039 69,039 0000000000a05a3fb99b8a9a296d5ad746d8a06d6c47def701ec51295d0fbdf7 1 0.00/1.00 vMB 0
69,038 69,038 00000000002a31430d6340a1d91ff7bf49f33b641837f655d7006f87250bb157 2 0.00/1.00 vMB 0
69,037 69,037 00000000002464940b913faebf9e2229e10fa582e0020a112454ee7ab2a2514f 2 0.00/1.00 vMB 0
69,036 69,036 0000000000d5442efabd953a1474ab2b1770297ba50c35387eafa7c34aae5927 5 0.00/1.00 vMB 0
69,035 69,035 00000000006f08e9bd11a767628b01efd6068085157feb52d302bc95bbfee666 3 0.00/1.00 vMB 0
69,034 69,034 000000000034994683031a0deedd2c1147e02df53e1a9c7d6c3a15d85f0f58c0 4 0.00/1.00 vMB 0
69,033 69,033 000000000117a9942615a2153a449c7d0e0021f037eaa10ae759da3bd38625f1 5 0.00/1.00 vMB 0
69,032 69,032 000000000143812c8fa63c3cef7d0dc5b2e8ec87e6de7c2f3233cfcf604259a5 2 0.00/1.00 vMB 0
69,031 69,031 0000000000e486b26abd3fe9281804264e625987fad499b11c203ebe955bac16 2 0.00/1.00 vMB 0
69,030 69,030 0000000000d5c4a456d4f7d18d92534e5acbe99e46818cc8415b47ece3dcc16e 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.26 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: 655.67 GB
    • Received: 14.34 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.