Loading Tool

Explorer IconExplorer

Memory Pool

73,648 transactions
27.25 vMB
0.06564987 BTC
Random Selection Loading Transactions
Max Size: 166.16/200 MB

Candidate Block

Mining Attempt a65c7bc11ba03c0e2434cb30b24c86841c2585718dc3d9036ca361d567e3296d
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root b7d93f228d570c1c32a14b7089ee1623b1ac45da0bf4bfe6531f9e730853942a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,652
Size: 1.00 vMB
Total Fees: 0.00778180 BTC
Feerates: 61.00 > 0.78 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (214,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,052 701,052 0000000000000000000a2bb06f68d4b6e821107ce89837d4dee0aa837c13e962 168 0.06/1.00 vMB 9
701,051 701,051 0000000000000000000c89f928b8548b0a3122ff3189c6082752222e907c7d7d 975 0.37/1.00 vMB 13
701,050 701,050 0000000000000000000a1af70747fe99d309dccf2560b8ba000b8660c4e65301 1,415 0.48/1.00 vMB 2
701,049 701,049 00000000000000000002aeb6b9996660725c119e0e20e17faea3a70e86f709d8 2,177 1.00/1.00 vMB 12
701,048 701,048 0000000000000000000eb1d5be623c1e5a49ae42810d373e593bd88d3f887076 2,343 1.00/1.00 vMB 15
701,047 701,047 000000000000000000011077c19e3c7aa7a1c85ec0cc04a7125fe81f6e0259fa 747 0.27/1.00 vMB 11
701,046 701,046 0000000000000000000c09c0b61530fea08320b61065affb36e5f10bde5d2c61 609 0.55/1.00 vMB 6
701,045 701,045 00000000000000000005eeb4532d73c303ad25639d545aaf92c618790184d4b9 576 0.99/1.00 vMB 2
701,044 701,044 0000000000000000000ea18388e3d6d28616f231562b98409360c62e2d2e17d8 1,949 1.00/1.00 vMB 11
701,043 701,043 00000000000000000004f6c0f4b90cbb41b95ac34b2beb5db605277118507726 1,884 1.00/1.00 vMB 6
701,042 701,042 0000000000000000000e14b72d38b0c55337128e5f10d96cdb76e1e8be1f8dfc 1,614 1.00/1.00 vMB 19
701,041 701,041 0000000000000000000b1a9d6317b55e3b20f0e306e7a9ecc87c4790ecbbd715 88 0.02/1.00 vMB 11
701,040 701,040 0000000000000000000c1a24d1b9a99bd448441f5dfd64c272758a0b01d7293d 1,352 0.49/1.00 vMB 11
701,039 701,039 0000000000000000000786e0fc29393abf7e7363fadec73ebe442ead249bf2cf 223 0.09/1.00 vMB 16
701,038 701,038 0000000000000000000383d440d66729bb5b6722c5eef0a7d81a741c9fc7d514 466 0.21/1.00 vMB 12
701,037 701,037 000000000000000000069b976d8d446ec975cf283479b825e9ed04ae20b7e62a 40 0.01/1.00 vMB 23
701,036 701,036 00000000000000000008e1c1b3ee022f497b9d39228f80a2d754d8218d0aa82c 71 0.05/1.00 vMB 53
701,035 701,035 0000000000000000000c72edb0a293035b5acf44ae69d8b3f6085213430e8e61 581 0.21/1.00 vMB 12
701,034 701,034 00000000000000000000c75e2fb0d8329a08a344571e9b134e4f2479202060d6 655 0.32/1.00 vMB 20
701,033 701,033 0000000000000000000b2fded55f3274f2073d0f73961d9ac39b59d3cf1f872e 788 0.50/1.00 vMB 9
701,032 701,032 0000000000000000000317591e5fed10af61d7b77d33e7b263e09e3c03f31f81 706 0.36/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.94 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: 714.91 GB
    • Received: 17.62 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.