Loading Tool

Explorer IconExplorer

Memory Pool

44,361 transactions
28.68 vMB
0.12222095 BTC
Random Selection Loading Transactions
Max Size: 149.11/200 MB

Candidate Block

Mining Attempt 563b89e974781cde513f5b611995c029fcd4278fd23ad9f619cab7f20d183835
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 97555c6de6acedd5f41fed0a13458303788364c9336579f345f51f9329dfe72f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,278
Size: 1.00 vMB
Total Fees: 0.03322518 BTC
Feerates: 150.46 > 3.33 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (257,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,771 656,771 0000000000000000000817c8af1833e7b940e4a878e2f022081ebd3096783dfe 2,296 1.00/1.00 vMB 38
656,770 656,770 00000000000000000004c69ca82a7a9d72a4ecb071770801698bf29ce4ee3597 1,344 1.00/1.00 vMB 122
656,769 656,769 00000000000000000010550cd99ed4c71568e4b3fa22d6039f1b4d789078da86 2,137 1.00/1.00 vMB 62
656,768 656,768 000000000000000000012499f7682d1d1916d2e0b5255f6e88e636379ad68abf 1,893 1.00/1.00 vMB 80
656,767 656,767 0000000000000000000aebe956007629c4b9fccd3cfb48658a75191808d4c9f5 2,432 1.00/1.00 vMB 48
656,766 656,766 0000000000000000000c3140d9d07a376b59461f271cbfb9eb970b8891ee5e4c 2,267 1.00/1.00 vMB 84
656,765 656,765 0000000000000000000ebfa5500d53f5aab9fecf43208eaf96caf92d9a8dd711 2,258 1.00/1.00 vMB 109
656,764 656,764 0000000000000000000d11fe3227dbdde4eb5a85ae5afe7429ee44e32e8eb879 1,903 1.00/1.00 vMB 59
656,763 656,763 000000000000000000006f77754c8f9f70f6993a132d859e17c0c7f21bd9f416 2,237 1.00/1.00 vMB 162
656,762 656,762 00000000000000000002ddb19400d74ed6bfc64f2b8f4697d44a2d0026b8630b 1,916 1.00/1.00 vMB 65
656,761 656,761 0000000000000000000ba2117a34dedec2cbdb4b4cbbf386e0b26f069c4ed441 2,389 1.00/1.00 vMB 97
656,760 656,760 0000000000000000000b1fb514fc62f29bb9b1b3f5f9280e85489b01d6678681 2,705 1.00/1.00 vMB 146
656,759 656,759 0000000000000000000fb3e9c60811647d60897db9ddbf56385d9661bbab8bc4 2,075 1.00/1.00 vMB 27
656,758 656,758 0000000000000000000eef5e7507d52b1435bbe1b375fd9e89e532b2f051c308 2,541 1.00/1.00 vMB 39
656,757 656,757 00000000000000000007256eb4eb4ee0d79efd944623ccf3b47efdc82648efa1 1,531 1.00/1.00 vMB 120
656,756 656,756 0000000000000000000963ebb145346f7b1ff2a685a682971a3a436d0de135be 2,532 1.00/1.00 vMB 42
656,755 656,755 000000000000000000047f2bcae8ebd2a6f768bab71461cb95eb79756623fb36 2,228 1.00/1.00 vMB 71
656,754 656,754 0000000000000000000a62ff87c540aa7a526a70a0767f1bf46fd08cac10badf 2,236 1.00/1.00 vMB 21
656,753 656,753 00000000000000000001a1deb1b6732438b0893a18b01dd3d5fd40583994c53a 2,237 1.00/1.00 vMB 9
656,752 656,752 00000000000000000009d4713e6112458e70571211347e768f66a3c3602e5ef9 2,473 1.00/1.00 vMB 38
656,751 656,751 0000000000000000000410ead1ec6885779ea4b6c21ab367bbac5607aeb1d62f 2,235 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.65 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.