Loading Tool

Explorer IconExplorer

Memory Pool

88,408 transactions
32.99 vMB
0.11917776 BTC
Random Selection Loading Transactions
Max Size: 199.96/200 MB

Candidate Block

Mining Attempt 7ff21346685d929bdf603b6b84ab1713260fd3db3f969950ca096abdf24c2cc7
Version 20000000
Previous Block 000000000000000000009cc3403b9757f9232658f0f77f1827104ea56c8d475d
Merkle Root cbec8f667f8efe7ab7c0aeeb671a714b6a064bfbf8decc1cf8912b1b77438881
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,785
Size: 1.00 vMB
Total Fees: 0.03412033 BTC
Feerates: 318.30 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,341 (35,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
879,635 879,635 000000000000000000017aa67d4397f078c4df22c7cbcbdcc0fed852dfe51cb3 3,386 1.00/1.00 vMB 5
879,634 879,634 000000000000000000008c7727cb57b732b6889c5de807a4cf567d1ae31abedc 1,989 1.00/1.00 vMB 3
879,633 879,633 00000000000000000000026866f4829268ed4cb4da6d088c0071ccb043ffac59 4,236 1.00/1.00 vMB 4
879,632 879,632 0000000000000000000191640ccd52f87cf39baad38ae7754a27aa17148d6793 3,676 1.00/1.00 vMB 8
879,631 879,631 0000000000000000000108a9ee084fe5a8b0e0a435f329e5d7f41cffe47b349e 3,885 1.00/1.00 vMB 6
879,630 879,630 00000000000000000000dd3d521cb8d0df7b6e219d6222f0976148734ad6ab21 3,958 1.00/1.00 vMB 6
879,629 879,629 0000000000000000000200826a7a1d2cf4eaf22b6f421e46cd1ace54e012efd2 4,148 1.00/1.00 vMB 7
879,628 879,628 000000000000000000019fac30f5fd1de25aab245d5e8cd67bfa5f55e61f5bcc 3,042 1.00/1.00 vMB 13
879,627 879,627 00000000000000000001b750c2d7ef0f3d9f7c8d7871e428f72f61694a8d79d1 4,607 1.00/1.00 vMB 4
879,626 879,626 00000000000000000001fe5c1c5310255c8f51de29346e86a4a09d16e78aef0f 4,183 1.00/1.00 vMB 5
879,625 879,625 000000000000000000016030e59a9245bb2bf507b5144b230e73f1ef49e6c0a7 4,274 1.00/1.00 vMB 5
879,624 879,624 00000000000000000001a5fd7d13f6e82c27211a4f615577960a61250fe6a349 3,750 1.00/1.00 vMB 9
879,623 879,623 00000000000000000001560bd0ef679a931f577d0e17e24e7a916de128be63e6 4,662 1.00/1.00 vMB 5
879,622 879,622 00000000000000000001782484cec1bfe8273c08e88ce71dc46e786d080b44b0 4,606 1.00/1.00 vMB 2
879,621 879,621 000000000000000000003923d494d486537cf679ba803f7fa917346f8e46569f 4,413 1.00/1.00 vMB 6
879,620 879,620 000000000000000000012c069c3f8f23125eb3e52aee2d46bc45c4ce9bae7dfe 4,501 1.00/1.00 vMB 2
879,619 879,619 0000000000000000000011d28afe66eb21d28d8aba2441fcdfe7f27e09d388f6 3,889 1.00/1.00 vMB 6
879,618 879,618 00000000000000000002444b22756a820b838c7d975d0785173362686630c849 2,983 1.00/1.00 vMB 3
879,617 879,617 00000000000000000001d03d96d7414988f660fa018cef750e8944bc8446331a 3,886 1.00/1.00 vMB 6
879,616 879,616 00000000000000000002104fc2f52a2f10662b3bdee494d723be89e3168ec333 3,018 1.00/1.00 vMB 8
879,615 879,615 000000000000000000017d9f94c2fa1ca079bc2bdc424d42a24c3336bfb615a5 325 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.98 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: 717.12 GB
    • Received: 17.82 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.