Loading Tool

Explorer IconExplorer

Memory Pool

84,543 transactions
32.09 vMB
0.09839625 BTC
Random Selection Loading Transactions
Max Size: 195.22/200 MB

Candidate Block

Mining Attempt 843aadc375c6d9035bef20064fe781cf63c9ccd42c56d071f20a8c8042778172
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root 97b613b81a8839321d4ec9336beb67bf789d598efa096fcfc751299ece14c80d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.02731811 BTC
Feerates: 179.53 > 2.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (121,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,860 793,860 000000000000000000017d84d3321ffedd8b2c00f370d9a66e91e2a6ed444ed2 1,094 1.00/1.00 vMB 13
793,859 793,859 000000000000000000029bef16066e2f46ed7a9c0c82f528351b9ebf264897a6 878 1.00/1.00 vMB 11
793,858 793,858 000000000000000000033683614a2a4b800560e327abfe0c315796ecd2b1c7ac 153 1.00/1.00 vMB 9
793,857 793,857 000000000000000000052a290f4543a6151d80338c1c6c848824fe53a34ce2b9 1,442 1.00/1.00 vMB 12
793,856 793,856 00000000000000000000409afd3b48ea30c8bf0324e246854a4a5514f6a8f450 1,809 1.00/1.00 vMB 29
793,855 793,855 000000000000000000039903b824b72df38fa50c7af31d79bce0d1e482e9e000 1,437 1.00/1.00 vMB 14
793,854 793,854 000000000000000000044451ce945c52cd1c3dc96812ce5b4012a59747c7c8be 509 1.00/1.00 vMB 12
793,853 793,853 00000000000000000003b72b0c64817aaea63c1da96f0b20b4f410d5df3bf02e 2,616 1.00/1.00 vMB 16
793,852 793,852 00000000000000000001e6f96a2d12d4e341deb2a51ffb7613eec0da9ad2a708 2,053 1.00/1.00 vMB 19
793,851 793,851 00000000000000000000c48c1dfc8037b45fdf9e6c6ba41ca1f0eb96ed63e6e2 1,702 1.00/1.00 vMB 19
793,850 793,850 00000000000000000001a5859b72bc454344900b530625208e461d402b7cb6df 2,991 1.00/1.00 vMB 37
793,849 793,849 000000000000000000028ea73959530b5f3272df5c5908c4e98ea7463455d48e 1,622 1.00/1.00 vMB 12
793,848 793,848 000000000000000000020587e83bf9444fbec778b4f815b41c86bce377024f38 2,324 1.00/1.00 vMB 22
793,847 793,847 000000000000000000004c3b2f245ac3bb9fafa8c278ad03191e3dcfc770b4f5 1,148 1.00/1.00 vMB 10
793,846 793,846 000000000000000000011a3968ec1f2f479cd6b18ed51d583c629126f971a3fd 3,149 1.00/1.00 vMB 19
793,845 793,845 00000000000000000002375b36fb6c40defb3dda6c09f8ad7f05e75d0796341e 2,298 1.00/1.00 vMB 22
793,844 793,844 00000000000000000001fe44788db6c910dab6ad9eb1c5df1d2267e89ed2444e 2,835 1.00/1.00 vMB 42
793,843 793,843 00000000000000000002ff51518987d1b3966883253a472a79b7cb4c7203ac92 1,194 1.00/1.00 vMB 13
793,842 793,842 000000000000000000031b840c9edad9c034c2bf76cc927a8997e3d4f4521714 1,554 1.00/1.00 vMB 18
793,841 793,841 00000000000000000000207321fe62b34696e16584e952b5ccb0a867ea0efa2b 1,124 1.00/1.00 vMB 21
793,840 793,840 0000000000000000000003bc99e85b7c8c137a1410e50b45a5b105c995b8b957 2,369 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.75 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: 708.92 GB
    • Received: 16.78 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.