Loading Tool

Explorer IconExplorer

Memory Pool

78,498 transactions
29.43 vMB
0.06858128 BTC
Random Selection Loading Transactions
Max Size: 176.76/200 MB

Candidate Block

Mining Attempt d2c900903285e56ef32db65dcc5075bde31e7b7256eafc517a09676138873579
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root ac08a7dfb5df44dc8d164a2c02b6e57ec3f47d3716b0109acf34aea9dc13809c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,042
Size: 1.00 vMB
Total Fees: 0.00894170 BTC
Feerates: 150.77 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (233,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,928 681,928 0000000000000000000667dec08a72020ec97f8d16a2e6a7cde972880c30b46d 584 1.00/1.00 vMB 85
681,927 681,927 0000000000000000000d6673ef0f4c7d8c36b7fba340ff083b097ec149a2d436 3,034 1.00/1.00 vMB 99
681,926 681,926 0000000000000000000d1551f5061e37c7e20720f696ead53c856e42a326b46f 2,512 1.00/1.00 vMB 95
681,925 681,925 00000000000000000000681e24771ceb3af5a012845d48643be93164048a1c40 3,483 1.00/1.00 vMB 146
681,924 681,924 0000000000000000000183754049e809c8929c12d39a7552fe397ab836aa20a2 1,039 1.00/1.00 vMB 26
681,923 681,923 00000000000000000003256ad9a22dd95b6ceaeb2377068040cc101fcf14d93c 1,668 1.00/1.00 vMB 12
681,922 681,922 0000000000000000000354067be01141ad48f7677768581e14c2b0c86609240a 2,474 1.00/1.00 vMB 36
681,921 681,921 0000000000000000000b9b546a5fb33c0a03b39c0832a142a0b5fa9bc05215bd 2,703 1.00/1.00 vMB 77
681,920 681,920 0000000000000000000530f866156480b6ae0493a240ef4d9ba62aafeb59d97f 2,997 1.00/1.00 vMB 116
681,919 681,919 000000000000000000027ef187176bcf7abb0e4aae70698016409c3fa07a53f4 2,636 1.00/1.00 vMB 18
681,918 681,918 0000000000000000000832c9b4fb6e8ef0b266754a5ea6acbefff4f0009de648 1,966 1.00/1.00 vMB 42
681,917 681,917 000000000000000000015b6d962b8ed3833686bc0aee9e652f35d0c1edce16f9 2,574 1.00/1.00 vMB 68
681,916 681,916 0000000000000000000a6d700ca2a19426bdd9567ea3cf05cd8ab3e7e1a61a12 1,914 1.00/1.00 vMB 48
681,915 681,915 000000000000000000028e9a99f7bfc1a03245a55f4d5326cd95483c4d50bec1 2,377 1.00/1.00 vMB 41
681,914 681,914 000000000000000000083d1c0f114cc0d6f57f79ec2cf4371bc1f95e1f4d3972 2,275 1.00/1.00 vMB 69
681,913 681,913 0000000000000000000d8601a178cd626bf1a59772f01864cc42e621914a0ee0 2,023 1.00/1.00 vMB 48
681,912 681,912 00000000000000000000e53e287ff6559daefb3e436ae58a48eb0e71e87310ea 1,796 1.00/1.00 vMB 80
681,911 681,911 00000000000000000001124bd6fa40cb762029393627dfa3ab4d19a2963dd96c 979 1.00/1.00 vMB 88
681,910 681,910 000000000000000000029e59bf49d342fc6e4a105a9e1ac9d663d21087ecb0b3 2,855 1.00/1.00 vMB 79
681,909 681,909 0000000000000000000b1c77241c6a7d1a3da81d25980ad0bb7f7254eb9b47c8 2,677 1.00/1.00 vMB 96
681,908 681,908 00000000000000000006eb56b96034c1cfae6b3716a2360541c5ff94b574de65 2,732 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.38 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: 664.44 GB
    • Received: 14.97 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.