Loading Tool

Explorer IconExplorer

Memory Pool

81,335 transactions
31.38 vMB
0.09806902 BTC
Random Selection Loading Transactions
Max Size: 189.63/200 MB

Candidate Block

Mining Attempt 058ff593239f0e84908468d36dff496f5fdb26e78b75d146c2f8f0be7daf4a49
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root 7b56a442f59b409dea9f29c832787bc89231a2a3657ff1337a2aa3373de21881
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,924
Size: 1.00 vMB
Total Fees: 0.02884582 BTC
Feerates: 265.25 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (119,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,260 795,260 000000000000000000000786c72ce2f1328794b0e86b97777b8b4830b6b5af2d 2,671 1.00/1.00 vMB 40
795,259 795,259 00000000000000000002ecc812459c059bfc7f78d90b7735881be0cbbc101b2e 2,550 1.00/1.00 vMB 19
795,258 795,258 00000000000000000003c765f257679adc9e8719b6e792a3d75eff470f69edc5 1,156 1.00/1.00 vMB 18
795,257 795,257 000000000000000000041153ecd06d972c31bf45c48fb4b45ade8578892d433b 3,545 1.00/1.00 vMB 30
795,256 795,256 00000000000000000002fe95f9bd9bf63bb301e390427e3e9225aa836678875e 2,961 1.00/1.00 vMB 27
795,255 795,255 00000000000000000003deeaefc5f48b5df8bacd3beddb7ba7e2babf99261fb6 2,626 1.00/1.00 vMB 26
795,254 795,254 0000000000000000000436c449d3e613e2469465643172497bcb049118ce4282 2,490 1.00/1.00 vMB 25
795,253 795,253 000000000000000000046c0b4c1c77cd35e9b94c61bf98943a1e97cdde846136 3,034 1.00/1.00 vMB 31
795,252 795,252 000000000000000000002ed517d51269cbc38c7fb5fd3febe5a7c539cb176677 2,032 1.00/1.00 vMB 22
795,251 795,251 00000000000000000004290bc1dd80f382c80dc9494adbc131c2908b12139ca4 3,278 1.00/1.00 vMB 26
795,250 795,250 00000000000000000004f5976fe0a906965ffdaf941e3798a6a84ff6f4ec7883 2,156 1.00/1.00 vMB 39
795,249 795,249 000000000000000000029fa28f3d3f803b9a6387d7ac2b47ffb948c019b4a6fa 1,306 1.00/1.00 vMB 18
795,248 795,248 0000000000000000000420f0d60ec14b767dd7dccf800cce3a1ed45ad271d699 4,414 1.00/1.00 vMB 26
795,247 795,247 000000000000000000042c932dcecee57b910bb489744e84642b5f0e8df196cc 3,310 1.00/1.00 vMB 26
795,246 795,246 000000000000000000020fd59a3f812c7d3d3b714f08f8df0e61c54a3afa09c6 3,851 1.00/1.00 vMB 23
795,245 795,245 00000000000000000003f8c3fa07387e32435c830d08301c92637a237b6923b5 3,230 1.00/1.00 vMB 29
795,244 795,244 00000000000000000003f3d7725f0ee1ccbbcec8bef5adb1676144a8c8c82af1 3,174 1.00/1.00 vMB 24
795,243 795,243 00000000000000000004bf8495db9037276de8d214956dd3d06466bc256d1e1e 3,216 1.00/1.00 vMB 26
795,242 795,242 0000000000000000000469f1fe0a55714d7278ecfde906754c7af297ac245233 3,980 1.00/1.00 vMB 26
795,241 795,241 00000000000000000000b8408b1eab19e7a9f4e1af0855e6b5c557c79a1f5199 2,098 1.00/1.00 vMB 25
795,240 795,240 00000000000000000001ad126d0a417fe00314314090762bab3c47f7a4f5ff3b 3,027 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 707.55 GB
    • Received: 16.69 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.