Loading Tool

Explorer IconExplorer

Memory Pool

9,072 transactions
3.58 vMB
0.04810627 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 21.15/200 MB

Candidate Block

Mining Attempt fbdf43e53007474b029f4ff93e2d03c544593febf9183263524c7ab813cbd39a
Version 20000000
Previous Block 0000000000000000000066e597de55a15db8b78d84fc2ca94be16924a847b593
Merkle Root 79cbd2471ba491bd1051e1496b7d2b83fea738832e004b225a71d25017ac5c85
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,940
Size: 1.00 vMB
Total Fees: 0.04415436 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,484 (774,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
138,657 138,657 0000000000000259d38ca4693b500a874695fb9e8548f063c3c8728d0a679d98 50 0.02 vMB 121
138,656 138,656 0000000000000619f3970c7f3f0392324f73e4b51dec1b4a7b0f1102f52b40ca 26 0.01 vMB 166
138,655 138,655 000000000000031a200d234068c0683ce081ea6c7292d111848fb84f55fc5f12 11 0.01 vMB 72
138,654 138,654 00000000000008bd815eb681b4301f72bcb2e390cf3b0472bcfa9eb2654f0441 25 0.05 vMB 50
138,653 138,653 00000000000001dc6b0422441ccbed0ee87dc0b5bb15bdeaf0895a889e5232e4 90 0.03 vMB 2,054
138,652 138,652 00000000000001b70d54252b9abb53134c95e3eb68067659628ab66c3906a4ee 19 0.01 vMB 188
138,651 138,651 0000000000000845508009aa041d0201fc3d98f18f1e07edb3c1a9072f0c8fb7 14 0.01 vMB 163
138,650 138,650 00000000000002077c5d2921449b55175d5f8ccc9f85a99c2f575840132b7c71 3 0.00 vMB 0
138,649 138,649 0000000000000912a09d4291e5b508fff57f412c6f493a823a2ab13b9e87e445 17 0.01 vMB 51
138,648 138,648 0000000000000865e748dbfb64fa59c2d5130a578b5e18b7cc4009d209e69a12 16 0.01 vMB 107
138,647 138,647 00000000000001fd2e35215c7ed21d1bcc18920ef9a3458df2d7eac92214dfcc 9 0.00 vMB 160
138,646 138,646 00000000000000aa1259fefd3eb43a32997846045118bea97f0a2205c3f56144 168 0.05 vMB 52
138,645 138,645 0000000000000665f4d27b0f21d6b7567715a27bda3da60fb17ab38127062126 20 0.01 vMB 118
138,644 138,644 00000000000002e1cc09b16e9ef7caf07ac52ee679a29b132e8950f6ca8ecc6b 2 0.00 vMB 193
138,643 138,643 000000000000053dab4ae018584b7838d4ba7913856e22acef56d37585306907 20 0.01 vMB 156
138,642 138,642 00000000000006d80e87f381558950979aaeb0183b31a4045944d4109264a947 155 0.06 vMB 192
138,641 138,641 000000000000082a6635d024f3914d9b6cb277604727e1e89157ef572c0fad8f 35 0.02 vMB 34
138,640 138,640 000000000000030c87d18d2b2ddbcf2b990cb27d6bb4ed11a57cc21c0eac7c58 36 0.01 vMB 999
138,639 138,639 000000000000040e8334ec936ecc35dda8ace811d9f48ee1bbf89043ce339ab2 21 0.02 vMB 459
138,638 138,638 0000000000000810f4cc815675e368de0ac9f075a04ce3617e2b78eeb2b92d45 8 0.01 vMB 155
138,637 138,637 000000000000000d22ee5f8e875de1e5f6dad8e6a128e06ce8e85b247896c1af 13 0.00 vMB 915
Previous 10 blocks ↓
Total Size: 779.71 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: 348.03 GB
    • Received: 1.68 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.