Loading Tool

Explorer IconExplorer

Memory Pool

3,838 transactions (1.13 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 6.74/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,329 000000000000000000022b910000000000000000000000000000000000000000 3,386 0.02654863 BTC 1.00 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,328 (549,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,789 362,789 0000000000000000121d9925d2fe1b66751b999b1cf5b2524aa641fc96a773b7 0.35 MB 610 28
362,788 362,788 000000000000000001b0b743725ca9509e80dd820c0fcfbfe93abb64ee490c2c 0.93 MB 1,455 23
362,787 362,787 000000000000000001610833e629a1cc98bbd4e06f5af65cd070bcf12b365406 0.71 MB 764 21
362,786 362,786 00000000000000001061a573ba245822a1a81c9612f79778c86d77fd655b5aa2 0.75 MB 1,593 32
362,785 362,785 000000000000000003bf3a0b2178bedad84c1c95952a142e8790a237415e27c8 0.62 MB 800 20
362,784 362,784 0000000000000000026a466ee5be52688b6291b4245ef595c53130c15d649f31 0.93 MB 2,462 38
362,783 362,783 00000000000000000b86c66cd905600fc7dcb4a5a4c09fa881f6533ad5386e49 0.65 MB 1,175 26
362,782 362,782 00000000000000000c69bd6dfa856af498cbeba6161c8017a37e9506d41aef30 0.45 MB 883 36
362,781 362,781 000000000000000012eaf4e1a0631fec450d04a696ddd688e2eb80dbe72d40da 0.27 MB 423 27
362,780 362,780 000000000000000010d0441c132f9055e005730c4f81827eb4caaedd1cdf1777 0.50 MB 924 28
362,779 362,779 00000000000000000c16a2ee71ac1533a9fef428cc8615c7e1c10534b5d8ff10 1.00 MB 1,257 27
362,778 362,778 0000000000000000074c48f8c470df9ca62470f53bf3edb58157f1cae38c232b 0.93 MB 1,758 39
362,777 362,777 00000000000000000dc9d3e1c22547fdf73b5778ea7a43295a4094b8b9a11314 0.75 MB 1,612 37
362,776 362,776 000000000000000012ef0458aa98de93b5a9720cf93890078f606ff4e32b40a9 0.41 MB 857 32
362,775 362,775 000000000000000015c3cde4dd49aac94ee6956be1e71dcf7304e6b6b6cbc827 0.79 MB 1,269 26
362,774 362,774 00000000000000000ae2ee380dc75a1e336363d5550f3302f5474e1d81193d47 0.33 MB 497 23
362,773 362,773 00000000000000000e5d9d0d47046969a88f7b2de10426b3fa01278001a50f07 0.28 MB 136 2
362,772 362,772 000000000000000015e35182418cc4792518f18260e64101ced0e9273440386a 0.88 MB 1,172 19
362,771 362,771 00000000000000000543444ec6d1de83cd88ce0127cae4a954d0bc59d4f61a89 0.92 MB 980 17
362,770 362,770 00000000000000000b89480c119275e77b13ebbef414fc8e2daadf5ae252636b 0.22 MB 399 24
362,769 362,769 000000000000000014cd57b17cf4330bf6030e0d4cb1d013549de4d2a22b2332 1.00 MB 1,506 24
Previous 10 blocks ↓
Total Size: 777.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,543.74 GB
    • Received: 136.74 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.