Loading Tool

Explorer IconExplorer

Memory Pool

26,037 transactions
27.24 vMB
0.06667480 BTC
Random Selection Loading Transactions
Max Size: 130.17/200 MB

Candidate Block

Mining Attempt 548c3697a2634987df6d951f05ce2f9b66a432c7d7bc94ce027ff0c414a81320
Version 20000000
Previous Block 00000000000000000001199dbf911ab88157d0c6cbff6a9a79ddf68de0fd94d6
Merkle Root a30a627f613ad390dfa6f9a364ffba084215c7e6e2e22ccd072990314ea48a20
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,666
Size: 1.00 vMB
Total Fees: 0.01522130 BTC
Feerates: 301.57 > 1.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,478 (471,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,812 442,812 0000000000000000011ef85967f7b1b188c545cd2ac317ab40944da242d2c3f7 2,618 1.00/1.00 vMB 103
442,811 442,811 0000000000000000018eea9d46c5f378b86150fbdcb4ceec0a4c8f52c55c162d 2,357 1.00/1.00 vMB 90
442,810 442,810 0000000000000000032d0cebf976a9a18e1d2f3f518c057c33efaa9f5394ebdb 1,873 1.00/1.00 vMB 89
442,809 442,809 000000000000000002e3e9408b0aeb0b32dcafec47eb39bf710be4f1bb2ed579 1,977 1.00/1.00 vMB 121
442,808 442,808 000000000000000001fd41f8bd3ce3414dbc637937c3a59be7e9a2854a012fd5 2,361 1.00/1.00 vMB 84
442,807 442,807 000000000000000003b06158a3fe640f6308e05bf47120f11bfb428558d3a753 2,046 1.00/1.00 vMB 56
442,806 442,806 000000000000000002a90b4784940b2bd68306a19440cf6340c2f08123b50111 2,339 1.00/1.00 vMB 77
442,805 442,805 000000000000000000fb7a2cae1d81d3af89f9981b8082d20805489da8bf60de 4 0.00/1.00 vMB 691
442,804 442,804 0000000000000000018d72d473cd716262220854c8c98f162213cce3b016c696 2,638 1.00/1.00 vMB 65
442,803 442,803 0000000000000000014e24cb21c8d56db0c219bf845f8dd9450d977da1b33806 3,094 1.00/1.00 vMB 76
442,802 442,802 0000000000000000025ac0014037c8392e4b937eb6858f3df7379256b34fd369 2,149 1.00/1.00 vMB 69
442,801 442,801 00000000000000000175dedba5555b7d696c9e8c322815b1b4d5ab1045865392 2,669 1.00/1.00 vMB 83
442,800 442,800 00000000000000000228dbbb638e91a3de4302ed937c470bedfe04b77cc9ad5f 2,435 1.00/1.00 vMB 76
442,799 442,799 0000000000000000035f976ec50a571ae53fc55dd5b61e43256cd2d965de22a9 2,431 1.00/1.00 vMB 84
442,798 442,798 0000000000000000029747d2c93a8bf64446ee593b5b029d559ea0895474780b 1,964 1.00/1.00 vMB 110
442,797 442,797 000000000000000000bb67713aca912c1f6ad310c4806b9e1398159b62414b9f 2,045 1.00/1.00 vMB 106
442,796 442,796 0000000000000000008ee7afaeeaec9f9dda784b563e9cf7f3958df66567fa04 2,793 1.00/1.00 vMB 84
442,795 442,795 00000000000000000125c2f31f3e9dc1a687f56103bb238c8b8c19cd47e4a05d 2,327 1.00/1.00 vMB 70
442,794 442,794 0000000000000000017676d0686c5f98adab082b2e2fc3afc30d4f946de614c2 3,277 1.00/1.00 vMB 64
442,793 442,793 0000000000000000039afdaa5f6b8e8d77c46fd59abf033aa1289420a1683c5c 2,369 1.00/1.00 vMB 70
442,792 442,792 0000000000000000035d3847432b2351266a46089c9b00a3b01ebf4844a05c42 1,397 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

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