Loading Tool

Explorer IconExplorer

Memory Pool

83,573 transactions
30.73 vMB
0.16981602 BTC
Random Selection Loading Transactions
Max Size: 186.47/200 MB

Candidate Block

Mining Attempt 8263644f49e0b0c7f05d074dca3fe3180968d77dd3fdfa97083777cff57803cc
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root e040ce98b76cda93428d9944701c7f508cc17e2cb301592221526ec276fa5c69
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,013
Size: 1.00 vMB
Total Fees: 0.08743305 BTC
Feerates: 150.79 > 8.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (143,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
771,808 771,808 00000000000000000003cc47b3ddec481a6bac3351c6c317e89c0513ecde7498 2,073 0.87/1.00 vMB 11
771,807 771,807 000000000000000000014a94bdf2168d2f53b36f2653726a3d1d8db4b9c81b4b 620 1.00/1.00 vMB 1
771,806 771,806 00000000000000000007a220703455a531689d35e02c6669b5a9505452e7f068 2,754 1.00/1.00 vMB 9
771,805 771,805 00000000000000000000a5362cd60884f6a1e7617f1a9ef96966014c2d12151a 1,911 1.00/1.00 vMB 5
771,804 771,804 000000000000000000029374239e1e830e92ac8c97cbde87738b874b84557cb3 1,774 1.00/1.00 vMB 12
771,803 771,803 000000000000000000034182ae06c1812cedc4cd6fbf678078b9b7cb8fe96105 1,789 1.00/1.00 vMB 6
771,802 771,802 00000000000000000003ea335944dfecbe37a4156681a800514dedc4d7e4874a 3,351 1.00/1.00 vMB 16
771,801 771,801 0000000000000000000762f0d85aee37747d1c154247b36c5e5d89e43be7f354 2,825 1.00/1.00 vMB 24
771,800 771,800 0000000000000000000743d18c1745f13b68ca0d9f05b0327074563025f80b49 1,377 1.00/1.00 vMB 12
771,799 771,799 00000000000000000005c2b46d3ef1dbed4707d24d91674c52ba87ef59a3fd04 1,103 1.00/1.00 vMB 14
771,798 771,798 000000000000000000054d8e2f03780fad445572ac1419cee3f938bae1e7c64f 2,414 1.00/1.00 vMB 3
771,797 771,797 0000000000000000000655c563468c7bdbef65ff0b8e4c150b9699e1b0bb2758 892 1.00/1.00 vMB 6
771,796 771,796 000000000000000000014c88a36de100f28061b7475442c94ecb21c39bbc83fe 3,322 1.00/1.00 vMB 19
771,795 771,795 00000000000000000003e19fcc8f47c43b2b46a88e2adeefb8f76fd7d2cc6c7c 1,720 1.00/1.00 vMB 9
771,794 771,794 0000000000000000000480ddc962fcd9fcc8235834ac88d04c1491b5470c505f 2,080 1.00/1.00 vMB 12
771,793 771,793 00000000000000000007b40aa15d55ee1d428f60bfe71297e10ec4b8d6f6742a 1,681 1.00/1.00 vMB 11
771,792 771,792 00000000000000000004f0cc3c9bd5cf4a28c3676c9ba64262ef76853725c669 2,049 1.00/1.00 vMB 6
771,791 771,791 000000000000000000006f0781761bdeaeafdda4818815ca41457a8cf229f86f 1,413 1.00/1.00 vMB 4
771,790 771,790 0000000000000000000021afd8fbd228f4b87b93ffbeb0a712eba8214f9467b2 2,501 1.00/1.00 vMB 13
771,789 771,789 000000000000000000015c34193a648954d0cd2ed3f4752dbf6a282f9c02be7c 3,576 1.00/1.00 vMB 21
771,788 771,788 0000000000000000000031c86c2f2bc7370c01545553d8edbcbbc180c9904ba0 2,825 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.92 GB
    • Received: 16.06 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.