Loading Tool

Explorer IconExplorer

Memory Pool

36,060 transactions
25.79 vMB
0.05852797 BTC
Random Selection Loading Transactions
Max Size: 131.90/200 MB

Candidate Block

Mining Attempt 77cf0dbe7dfb489474f994900093b6d2f94ad4e56945c5690d7c45dc1aa406d9
Version 20000000
Previous Block 00000000000000000001f9f936ca5215314d23d86e9f12fe5ec8d919f5bb3584
Merkle Root a05d3f2f79f3b0e416134d515fefbec5c48a604d33002b3d4c556d486bb50b5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,216
Size: 1.00 vMB
Total Fees: 0.01140146 BTC
Feerates: 353.36 > 1.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,678 (589,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
325,625 325,625 0000000000000000079390605f88c7520f27bc3fbc3a5987db53fa6c439b4b43 1,068 0.53/1.00 vMB 28
325,624 325,624 000000000000000005cbdd5aef103bfc64bc553b6d489a5698c080bb344465b2 329 0.17/1.00 vMB 21
325,623 325,623 0000000000000000129ee79d9acfc1f031212889169d328dfb2506c6facabb06 273 0.13/1.00 vMB 29
325,622 325,622 00000000000000000d3dd61c7a9f34b64e4d960ffdd0bf007a6f94aecd2546b8 1,285 0.60/1.00 vMB 33
325,621 325,621 00000000000000000c9bb1579d49f2a01dc796b691e3cdde287509d54ed51b07 1,057 0.48/1.00 vMB 34
325,620 325,620 000000000000000008e6dc04386feead0a8dcf473f52fa27b0f3cabdb381f226 754 0.48/1.00 vMB 28
325,619 325,619 00000000000000000dfe33cfe98292c7a05e9b532a6a1d36d768f651dae36d54 1,571 0.80/1.00 vMB 30
325,618 325,618 00000000000000001aea1bec3669b4b261c64f21d0819ffef8182cbb13cb1727 61 0.03/1.00 vMB 33
325,617 325,617 00000000000000000df474a30515a19e5eea1380473a35c9e7afe7353d7bb407 482 0.30/1.00 vMB 23
325,616 325,616 000000000000000018d36a4f381e26ea1f7efd4569665a0d25619e3e193090ef 383 0.17/1.00 vMB 31
325,615 325,615 00000000000000000627672f444739388ddaabfa74e7b5d7bcf96886e720a20f 805 0.50/1.00 vMB 28
325,614 325,614 00000000000000000af813cb59d4a18326ec367919614b964cc9a6f84bfdd6ed 2,035 1.00/1.00 vMB 31
325,613 325,613 0000000000000000106807204d170f8b8077b6220fcd5a54b74accf537befb40 445 0.37/1.00 vMB 22
325,612 325,612 000000000000000014f4b23837be82d0593b2ce3c39d2ea4a6bd1ba2559aa120 943 0.75/1.00 vMB 22
325,611 325,611 0000000000000000161ae4adc519fcc764069b6148c32e5b1b3d3b0deffb16f3 1,325 0.50/1.00 vMB 40
325,610 325,610 00000000000000000402f0c3ff9be69f63e7b4eb562c060f1daf30fba626c113 488 0.35/1.00 vMB 24
325,609 325,609 000000000000000003f0d62f929ec6b658fb385a394fd42acd18ceca34260bae 578 0.25/1.00 vMB 36
325,608 325,608 000000000000000017aa4a223e7fe9757467c864af85acf03f35eb8212a9c3ca 323 0.36/1.00 vMB 15
325,607 325,607 000000000000000017da10393b41ba09e6a0f0f0ed974280bee4d2189c5a0b30 979 0.35/1.00 vMB 40
325,606 325,606 00000000000000001bb3866afa1dfb2bdd03ebbf3e800c0d49bfa2f7a12d8de1 157 0.11/1.00 vMB 22
325,605 325,605 00000000000000000198eb9a1219e2763cbfb12f4cd612d78770300c6b6f39b3 273 0.16/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.82 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: 635.83 GB
    • Received: 12.34 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.