Loading Tool

Explorer IconExplorer

Memory Pool

80,700 transactions
30.14 vMB
0.12203577 BTC
Random Selection Loading Transactions
Max Size: 180.81/200 MB

Candidate Block

Mining Attempt cd8babca99f8bcd180307dde60e5b35521d302f8fe820e93a2ad4ace86fadfcf
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 946cc2e6bbd9cfd1b591d1a79ea26641a6f84aa4f6fceb302742eb4313be10f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.06038734 BTC
Feerates: 180.34 > 6.05 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (198,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,956 716,956 000000000000000000030e8a0c3af24c095f9ee23951fda9f70cc9e83bc3f3cf 78 0.03/1.00 vMB 12
716,955 716,955 0000000000000000000095014501c99dde9d1bb902a3baae5bb8c9f38276e5c2 20 0.01/1.00 vMB 2
716,954 716,954 000000000000000000058830d34895c926d3307448e7091c574128e0929c1520 62 0.02/1.00 vMB 13
716,953 716,953 00000000000000000008ed5a127c3c69da3285827dfe7fee96a861f3be3981e9 483 0.23/1.00 vMB 31
716,952 716,952 00000000000000000000a625df4000a6cf4c9bacf63c60eb6af5b68c8e5ec3c3 550 0.20/1.00 vMB 11
716,951 716,951 0000000000000000000b06852e3d37a6d7b28f245628546c12a40b7628d7f02f 1,087 0.45/1.00 vMB 9
716,950 716,950 0000000000000000000099b8f51953f2c1241a8f1bf8126662f7aada65e7ef2f 302 0.11/1.00 vMB 12
716,949 716,949 000000000000000000044768c2dfdb701e4ae41f4c1deab6b49e1f819927a78b 1,468 0.56/1.00 vMB 11
716,948 716,948 000000000000000000018d45f9ed389d3fc63316091463d67599b1a6a75c60e9 1,582 0.63/1.00 vMB 11
716,947 716,947 00000000000000000001b883a8b86d18bff40e184a759e7ca17af668d9d4e97a 1,806 0.83/1.00 vMB 5
716,946 716,946 0000000000000000000358bff6fc757b0ca05f7fb65288cf53dcb5c3bb85f293 2,201 1.00/1.00 vMB 17
716,945 716,945 00000000000000000002252000c19329ed23659d24d382fc3cc75fde5a12987f 173 0.10/1.00 vMB 8
716,944 716,944 000000000000000000096a6f2ba233f2a37b1f015849dc0894ff7b086a1d28c3 626 0.42/1.00 vMB 10
716,943 716,943 0000000000000000000ac351c560976046368d6faa52411cc7c786da5cfd25da 296 0.30/1.00 vMB 12
716,942 716,942 0000000000000000000a7c320060e69e9f4c8c17dcad9cb3e81f11450e5f2cc9 342 0.13/1.00 vMB 14
716,941 716,941 00000000000000000007aa5ee9177878f7cfd0241b1c5eeab76ff7d2cc57d41c 2,330 0.72/1.00 vMB 6
716,940 716,940 00000000000000000001208a95f498a9dd124c67b63a6930383d76f2f10fb9f2 2,231 1.00/1.00 vMB 26
716,939 716,939 0000000000000000000559b16581151b3b3d23da58d02afd258c0b6f0ddd9963 1,407 0.61/1.00 vMB 12
716,938 716,938 000000000000000000099bd208567ba10813f4c3759c979323a8bca9b217bb1c 146 0.05/1.00 vMB 18
716,937 716,937 000000000000000000069c398451fe0d40e15bd0281660a908648a5188b74b23 1,508 0.64/1.00 vMB 12
716,936 716,936 0000000000000000000aa6deaef5bd2c7b96ef8d218c50eca4433c55b06bc648 926 0.40/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.