Loading Tool

Explorer IconExplorer

Memory Pool

79,534 transactions
29.77 vMB
0.08768555 BTC
Random Selection Loading Transactions
Max Size: 179.96/200 MB

Candidate Block

Mining Attempt 1bee62ef99d493123d13cf9eb6e1d77ac44d4468707c7f6c2f96e0c70f4c941d
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 7896e90f527630e889fc41c24aa63f7e08f432b1de509af13e23557f2f4738c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,045
Size: 1.00 vMB
Total Fees: 0.02033258 BTC
Feerates: 40.21 > 2.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (233,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,628 681,628 00000000000000000006fe5809f592f25b3fa7469f9c53ae028f179c884d9c97 1,611 1.00/1.00 vMB 45
681,627 681,627 0000000000000000000654b183abb2c2fdcc49bbf562dd5f083d949d9fd5b9c2 618 1.00/1.00 vMB 135
681,626 681,626 0000000000000000000c5d381586d91af275eb24e94c687cf77bda003843b807 2,351 1.00/1.00 vMB 65
681,625 681,625 00000000000000000000a9ece0940c262c96d645690a0f55a27a73e5e6c01616 2,538 1.00/1.00 vMB 139
681,624 681,624 0000000000000000000729e8e018dabef77f57c6b10fc42cabbc80b36067efdd 2,091 1.00/1.00 vMB 58
681,623 681,623 000000000000000000032fa886a89bafe32d5fb40d99aaf21aba2a49796ea6cf 2,640 1.00/1.00 vMB 73
681,622 681,622 0000000000000000000aad895d356609ec96207c0f2e065e993cf855a2cb8939 2,088 1.00/1.00 vMB 57
681,621 681,621 00000000000000000009954314a0ca6077ebbf3c42588f421569a6478ce840fd 586 1.00/1.00 vMB 21
681,620 681,620 00000000000000000003aaecbb7d7d2c7f7694d9d16c1d44d28bba5205b991e0 529 1.00/1.00 vMB 75
681,619 681,619 00000000000000000007dff5a01a2d0058e47c1d7b95097efaff7d2cfb626416 691 1.00/1.00 vMB 18
681,618 681,618 00000000000000000007a5c72cde3a12e2c21b8c42539c89e2352c945cffc89c 738 1.00/1.00 vMB 23
681,617 681,617 00000000000000000001495405e3a6f05ced66d57205bfe076e79f4677d53b0f 1,104 1.00/1.00 vMB 29
681,616 681,616 0000000000000000000490cf37e6dce54800d55e1501b539f9ea14a59ce61887 1,231 1.00/1.00 vMB 14
681,615 681,615 0000000000000000000a07ba4659b64f1e078fa5850e60fee6a7c144041538bb 2,496 1.00/1.00 vMB 101
681,614 681,614 000000000000000000048a7cb9651f373c681245db4d16dad1f60dbae181dc15 1,852 1.00/1.00 vMB 70
681,613 681,613 0000000000000000000cdb8c9f6f71485838d6266c0cb3ece8bfca6bb0163fc6 960 1.00/1.00 vMB 17
681,612 681,612 000000000000000000055a4e25e385f889e197cf4f1b18be01cdb4a475659959 1,936 1.00/1.00 vMB 20
681,611 681,611 0000000000000000000b4eafdb7f8a9a08abc2333e1b1c364940b2cc29169007 1,250 1.00/1.00 vMB 47
681,610 681,610 0000000000000000000d4e4ca791832f9eacc12fd7e23b77fbe4897fdbefed92 2,426 1.00/1.00 vMB 89
681,609 681,609 00000000000000000000efe49126972910d77b0f5ba64a0e2b8805870ade1b87 1,874 1.00/1.00 vMB 66
681,608 681,608 0000000000000000000a1a6702449cf374091dfff8d2a53d1b3b9187abaadcdd 1,805 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.64 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: 672.37 GB
    • Received: 16.21 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.