Loading Tool

Explorer IconExplorer

Memory Pool

79,886 transactions
29.51 vMB
0.09140764 BTC
Random Selection Loading Transactions
Max Size: 176.97/200 MB

Candidate Block

Mining Attempt ed2d74803db1dc8fe6b5f18b40c84a994c36c2eb37ea15204d31f7b9a052f203
Version 20000000
Previous Block 00000000000000000000ac9a110e87b4ee4be0fde34cf75b1a29f72c4b2b9abc
Merkle Root 88b5eaae457dd8b8bf20a420843dfd3af28ce132c2266e259329d37685d1c280
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,198
Size: 1.00 vMB
Total Fees: 0.03118838 BTC
Feerates: 101.65 > 3.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,063 (415,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,803 499,803 000000000000000000816d30a001c96e68ad3426691ae3e1de2e1a37ebe382ec 2,645 1.00/1.00 vMB 330
499,802 499,802 0000000000000000007fd11a35d4dd24dc1aa926e1b6e1e16e8132b09b557438 2,780 1.00/1.00 vMB 403
499,801 499,801 000000000000000000a570c3837b822f80f76b5c1f957ac9813955404b8f08ed 2,349 1.00/1.00 vMB 343
499,800 499,800 0000000000000000004f14480ad9c4c0a0e197713d5981266355bb6d2b5b2207 3,182 1.00/1.00 vMB 374
499,799 499,799 00000000000000000034ab894faac07942a807e9aa619ff053b693b32495f607 2,359 1.00/1.00 vMB 405
499,798 499,798 0000000000000000000cb7b98c88a478964f3af8085789bbacf442cb21a37ad5 2,577 1.00/1.00 vMB 403
499,797 499,797 00000000000000000064d891782f1d80c89532d9d0c6e15544f133481cb9dd33 1,639 1.00/1.00 vMB 508
499,796 499,796 0000000000000000009df979d54bbe255d33ede8a17f7cf1640eb0c88b0396aa 1,106 1.00/1.00 vMB 125
499,795 499,795 00000000000000000004ed5101af30d1a64d2c1ddd13324c8fae3507792141ad 1,550 1.00/1.00 vMB 165
499,794 499,794 0000000000000000005e4c573c2160e691600102785121d5057bac7ed4d605e1 1,519 1.00/1.00 vMB 214
499,793 499,793 00000000000000000015ccf337db8333d5780f84ab472e152e7ad9122ec3a1e7 2,200 1.00/1.00 vMB 282
499,792 499,792 0000000000000000004389cb49be44280003a7a78cbb820b848aa7feae925dbf 2,219 1.00/1.00 vMB 334
499,791 499,791 0000000000000000004c6b255937a6f8d99470983ad501b5f6be0e8b72e24caf 1,459 1.00/1.00 vMB 259
499,790 499,790 0000000000000000001d6404c9a22792224facfea3200792304eed53c9a180fc 2,765 1.00/1.00 vMB 347
499,789 499,789 00000000000000000029f5d0c937f45cb542d359188dc097bb02f9600490cb84 1,921 1.00/1.00 vMB 319
499,788 499,788 00000000000000000036ccd6b7c9e2b7d0045aba6bda178208492423be363603 1,867 1.00/1.00 vMB 298
499,787 499,787 0000000000000000006a90757631a52a4236e1dfc4fceba425b09f15cc087994 1,072 1.00/1.00 vMB 180
499,786 499,786 000000000000000000944d9101fe119a6981d68b6277a1e7d9e943b49eb67a05 2,290 1.00/1.00 vMB 323
499,785 499,785 00000000000000000012b2d59129d0cefd9df3ca72a471ffbda86637e3f2b90b 1,044 1.00/1.00 vMB 145
499,784 499,784 0000000000000000000b593e99d4f36fc36794a279cf580feb6fce63ba4ee739 2,381 1.00/1.00 vMB 295
499,783 499,783 000000000000000000a243b950d2f4f03c770961e05cea191c0137992ebe5270 2,008 1.00/1.00 vMB 193
Previous 10 blocks ↓
Total Size: 782.50 GB

Node Details:

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