Loading Tool

Explorer IconExplorer

Memory Pool

84,376 transactions
31.63 vMB
0.13658284 BTC
Random Selection Loading Transactions
Max Size: 189.53/200 MB

Candidate Block

Mining Attempt d1e635ab05c1b3d65a61eb9982e3d762f947736642fa4008c7fc82d2831e907a
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root bcf9eaa77b395c1c975b8d5b2fde948cae5f5609ab0d237ed935aad0090ad66f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,047
Size: 1.00 vMB
Total Fees: 0.05505419 BTC
Feerates: 163.06 > 5.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (288,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,607 626,607 0000000000000000000620559d6f3ca366d4a2040746e3b57b24def9f18643cf 1,766 0.60/1.00 vMB 14
626,606 626,606 0000000000000000000ae2e749438df75b113eb13a39c4620d752e212ad926cc 375 0.16/1.00 vMB 5
626,605 626,605 00000000000000000003ea0a9ca7f509e73449e989c985b02edbe9bb27df2bb7 1,471 1.00/1.00 vMB 8
626,604 626,604 00000000000000000010cd75df62db841f0b39b6021d1651e4aedb632047a3fb 1,111 1.00/1.00 vMB 5
626,603 626,603 000000000000000000012ec2dc9f221a9120ed25658cfde5fb8b020da1bd9861 1,402 1.00/1.00 vMB 6
626,602 626,602 00000000000000000000fbfa1fa894cc37d58f214e2333f08a22cc8d0df8acdf 2,074 1.00/1.00 vMB 6
626,601 626,601 0000000000000000000d143a165ecd24b00ee1660bf063ed91c6df4d74f2ee9f 3,040 1.00/1.00 vMB 23
626,600 626,600 000000000000000000011d1b9f923b6656c7d6305238025d17cd9ee2ad7e2a67 3,161 1.00/1.00 vMB 16
626,599 626,599 0000000000000000000cf5a5d4dfc4347c0c1a863ec5fdb429b02b2162e5bba8 2,368 1.00/1.00 vMB 4
626,598 626,598 000000000000000000026387f329374d291cea017499ca786191f021b8c851bc 1,512 1.00/1.00 vMB 19
626,597 626,597 00000000000000000010882166773aa46a54cebb8024777f9ebcd3b66816ce04 2,458 1.00/1.00 vMB 11
626,596 626,596 00000000000000000000d00c44dcfe05197a01a951acfb7837de310c801cabfa 2,657 1.00/1.00 vMB 8
626,595 626,595 0000000000000000000a52f5bfcfe9a25089a9b3eb4ca2cffc79b7bcb9d425a1 3,037 1.00/1.00 vMB 10
626,594 626,594 0000000000000000000a424f264da527c48f87ae2ac76f896b6ac8ca6c404a54 3,084 1.00/1.00 vMB 24
626,593 626,593 00000000000000000000ec7d20fd144fd8c3d8a7e177048f0843e6a5781aff8a 2,612 1.00/1.00 vMB 15
626,592 626,592 0000000000000000000f48f8401325b6dbb0ec5b0dd61587049e0724977b9a2d 2,828 1.00/1.00 vMB 23
626,591 626,591 00000000000000000011df8da022f0f543799eca90864c4c5889e46588803a91 2,916 1.00/1.00 vMB 22
626,590 626,590 0000000000000000000f749c9a012a79d776e7e4123ad936e2bf4949f04e87df 3,002 1.00/1.00 vMB 30
626,589 626,589 0000000000000000000786092e1a8c89e24c312d8fad2c8754693f91dbddc677 2,113 1.00/1.00 vMB 21
626,588 626,588 00000000000000000012e63c606b3e33472146dba1dffee9c6c4eddaebf8fa28 1,022 0.40/1.00 vMB 19
626,587 626,587 0000000000000000000811f772dda020b019760f5519d0abcbb598f53e2d0bd5 1,202 0.47/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.