Loading Tool

Explorer IconExplorer

Memory Pool

27,889 transactions
6.68 vMB
0.05103656 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.14/200 MB

Candidate Block

Mining Attempt 95bfbc1306190a0710cdaebdcc51b45f405463c5a91999024ea412f3f14830b3
Version 20000000
Previous Block 000000000000000000021d18e66654cc11ad0526f280812db07f0ea99f58f989
Merkle Root d3f5413c77ec2316c8abe91ccf2a897b4902e277537cc5ea885862fa91a5359b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,832
Size: 1.00 vMB
Total Fees: 0.03070766 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,203 (654,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
258,729 258,729 00000000000000157737a0d220edd7f124372cbdc72cad3df30cbcf730757bbd 0.23 MB 504 302
258,728 258,728 000000000000002057b48eab2febafb3410445ff57a2948dd32221e05ad430e3 0.03 MB 75 95
258,727 258,727 00000000000000079a85edcc700ba27ef03d48695406c92273305cecfb5d2a46 0.11 MB 81 22
258,726 258,726 000000000000001b7b0f3a71a0d57afba9562565e65517f9be34e9fda8462dd4 0.13 MB 395 445
258,725 258,725 000000000000000f1113205fd0c0d4928e1eda91b8a9e3474c4e1237b08f8ebb 0.25 MB 414 334
258,724 258,724 000000000000000db75553e82501d8730587179d471450712ec5f90d8e5863f5 0.01 MB 24 104
258,723 258,723 0000000000000018cc47e66d91bc6c32b17834330d16bbe81bc147c34812364d 0.02 MB 82 151
258,722 258,722 0000000000000015e10e47108728da77ddb72d8b667eb86a1a41ca927dc60274 0.06 MB 161 99
258,721 258,721 00000000000000143b77d51ff1190495c719c814c522b6d0aed221d30f84fe55 0.02 MB 58 85
258,720 258,720 000000000000001c50080466d03dd820b6fd5811ec6dadf3ef608d47ed8ee6bb 0.12 MB 297 611
258,719 258,719 0000000000000015b13c9aae5b30008bdada82f0d616462de60b61bbd792cd41 0.16 MB 369 89
258,718 258,718 000000000000000bce9aeba8eeb3e4efc978d7a901ce2459fd412ce3635d636f 0.03 MB 81 108
258,717 258,717 0000000000000004be9913f59b348ea147bd50d80bf71efc70ff67519d79f70f 0.11 MB 180 64
258,716 258,716 0000000000000005c3b2415b126802df19562654ada7eaaca1124f60a1f5c153 0.21 MB 559 1,274
258,715 258,715 000000000000000db95c89f52836662c536ba044b06531609de7ab9405029430 0.14 MB 365 112
258,714 258,714 000000000000001f0bd39f0d4a45201ad28fdee7aecd956f4a9e02edfa721f3a 0.05 MB 94 119
258,713 258,713 00000000000000181d01c6d32950545f493518db75e19e3aea46eb93e3534e16 0.01 MB 39 109
258,712 258,712 0000000000000003c8def831b01b9fd68c29fc29c5fe4c646fe3ba8dbd1cc29f 0.07 MB 157 109
258,711 258,711 0000000000000001c9d57fc168b9c30ad6977b15d157e4482df4697144d902df 0.29 MB 745 108
258,710 258,710 00000000000000064821318a09d31773d150e4da7492a3aef0d39fd52bf3a849 0.19 MB 367 1,141
258,709 258,709 0000000000000023ce85babdb1155138a7e51d14b5d8c59a234d251d3deb8151 0.14 MB 357 110
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 67
    • Outgoing: 10
  • Data Transfer:
    • Sent: 16.00 GB
    • Received: 0.34 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.