Loading Tool

Explorer IconExplorer

Memory Pool

78,946 transactions
29.49 vMB
0.07148882 BTC
Random Selection Loading Transactions
Max Size: 180.99/200 MB

Candidate Block

Mining Attempt 78384833e07992e9d3bd4dca8231ca0d333544c2bd0a2aafcd925b93b4ca9b60
Version 20000000
Previous Block 00000000000000000000b8512a4a412ea21c7db33beda8db53df37174c1d8456
Merkle Root b993440a9e2bbd4c458b6607141d5804c2fda05d522b6a491b83e2248166bd97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,591
Size: 1.00 vMB
Total Fees: 0.00666353 BTC
Feerates: 151.16 > 0.67 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,235 (311,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,992 603,992 00000000000000000000b2d94f1864ef48697802be7d14034084afc68687162c 2,749 1.00/1.00 vMB 41
603,991 603,991 0000000000000000000a75cbd18e11c7da28747d2613629f2e92ca5c0f6d57e1 940 1.00/1.00 vMB 9
603,990 603,990 0000000000000000000693ee9de58c3b14116757be9d6cce4f3fb8aa81339a7d 877 1.00/1.00 vMB 7
603,989 603,989 0000000000000000000e43df4cc7185f5ed8bcfa5be7c85a81be386fcc2ae238 423 1.00/1.00 vMB 6
603,988 603,988 0000000000000000000e247d79870d4c55d8b715ceb5c3d77da9f90b210c30b9 1,299 1.00/1.00 vMB 9
603,987 603,987 00000000000000000001fca1da63da0cafa1699cd1069a82adcea21f712e2399 199 1.00/1.00 vMB 2
603,986 603,986 00000000000000000010f13e59485163b313a1cf3b15dbe36041119f5e0dad51 609 1.00/1.00 vMB 6
603,985 603,985 000000000000000000132e221b68b7cad4831b4e970fd04e251a6291f3148b57 689 1.00/1.00 vMB 7
603,984 603,984 0000000000000000000c721c7a30c3cc87f0063a72c08b910b9bc87ef62adc58 586 1.00/1.00 vMB 6
603,983 603,983 00000000000000000000a820a8d1de3619ac9d38e6589026589c5597240c660f 2,167 1.00/1.00 vMB 17
603,982 603,982 000000000000000000080a438046841d406c0febd6649fa6c1d542c7a3c73d82 1,778 1.00/1.00 vMB 7
603,981 603,981 0000000000000000000a01e54a7b77ab5503282fe4a87b8fa4c624a8a621408c 2,512 1.00/1.00 vMB 22
603,980 603,980 00000000000000000004ce1c9cb1882fcb8460916df6d2bcdfcf400970fee1a7 1,609 1.00/1.00 vMB 18
603,979 603,979 00000000000000000015c5004e2d43fac2394825e7cd55fb81684ee5393a6896 2,656 1.00/1.00 vMB 19
603,978 603,978 0000000000000000000ce57d87caf2ec4281f6630deaeffcd6595cc9433b911c 2,906 1.00/1.00 vMB 12
603,977 603,977 0000000000000000000799cf3ac71a84ac020a2b692d3d00ec8d49e0fc030f96 988 1.00/1.00 vMB 13
603,976 603,976 000000000000000000005a25f4267d0d8d2065fca901b28985186688b23e2920 2,730 1.00/1.00 vMB 23
603,975 603,975 00000000000000000005eb0207234125d4d6f5fc9657d0f0f9ca1e7600db8ae4 3,022 1.00/1.00 vMB 34
603,974 603,974 000000000000000000131200c763934c061b36c4a7e0e9a29521383fc431d8f0 2,146 1.00/1.00 vMB 16
603,973 603,973 00000000000000000002d1c1ca8ef3ba63b4d05018df508a680dd5c31c64c4f2 2,927 1.00/1.00 vMB 9
603,972 603,972 00000000000000000003bde49dc21b743d17a49e8db82836fb7e454409cec915 2,633 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.80 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: 709.96 GB
    • Received: 17.01 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.