Loading Tool

Explorer IconExplorer

Memory Pool

83,156 transactions
30.90 vMB
0.08190078 BTC
Random Selection Loading Transactions
Max Size: 189.53/200 MB

Candidate Block

Mining Attempt a644439f37a84ee7be0eef2ea0f1b490f64ac7d3a70aa140510b84c2fda9ebed
Version 20000000
Previous Block 00000000000000000001520f04690fd94ab2fadc4a76a81688efaa2562fb1328
Merkle Root 0acd612e22e59210d0d6aeeec4d5b742cb9bb1efff443bfdf7c062b4bd04bc15
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,863
Size: 1.00 vMB
Total Fees: 0.01233789 BTC
Feerates: 151.24 > 1.24 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,344 (213,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,682 701,682 000000000000000000078d7ea69483bb7bdf7b224cc959bb73a2e51d1dd4dc8f 1,304 1.00/1.00 vMB 10
701,681 701,681 00000000000000000002ae912811ec1799b39b626df13551e9d587b996d7cf91 2,470 1.00/1.00 vMB 18
701,680 701,680 00000000000000000006f81bb50628ec09b1d3454f827faef9597412b518ad5a 660 0.37/1.00 vMB 2
701,679 701,679 00000000000000000003af83c91f1019cdba104939e0fef4af56448db52b6f00 1,532 1.00/1.00 vMB 6
701,678 701,678 00000000000000000000e5813f7189a4f1c591b5313351eddd1362b8d310a52f 358 1.00/1.00 vMB 5
701,677 701,677 0000000000000000000ddaa60f8c05d3827653136d413ae03f4fc2fba5ec47e9 2,405 1.00/1.00 vMB 15
701,676 701,676 0000000000000000000708a1f3835e84b7e54303ccc53042ca44b526a35428c6 1,615 1.00/1.00 vMB 11
701,675 701,675 000000000000000000003d543ec56af109935fef3bf4dfae4f9e4b426f87a245 2,790 1.00/1.00 vMB 14
701,674 701,674 0000000000000000000b34e9388a549cc992ca2761c6d9de67a70bb76b4afc01 3,060 1.00/1.00 vMB 6
701,673 701,673 000000000000000000080ee081cc88a1b8bbef3216c9ba540bff517238b03e10 3,300 1.00/1.00 vMB 23
701,672 701,672 0000000000000000000be2999d7b06fd7c0897c252ba5edbdd6985b74df8e81b 2,714 1.00/1.00 vMB 12
701,671 701,671 000000000000000000083bd8eef77c64a6f9b30c6822aaeeef1fb9224f151bac 1,239 0.63/1.00 vMB 11
701,670 701,670 00000000000000000008b1d92e40d45356ec319671bda041c3d0d48e266dabd0 677 0.80/1.00 vMB 10
701,669 701,669 000000000000000000004ec0d033ee5702bcfbe0d936b3b6d1eadd4b2a58fc0a 1,394 0.49/1.00 vMB 11
701,668 701,668 0000000000000000000c3fd5489f0846dab2e61deb806ef12f41193a276bc071 2,546 0.95/1.00 vMB 3
701,667 701,667 0000000000000000000b84034d7aa8ebedc5f8baf74396e94c8562495b50b353 2,564 1.00/1.00 vMB 5
701,666 701,666 0000000000000000000e92a32e1ade1d12248a36755b94736eb211db7e43842d 1,972 1.00/1.00 vMB 16
701,665 701,665 00000000000000000002cbfb837a88c0510b9ef2bed580043d0f35f1d4b3a8ce 3,272 1.00/1.00 vMB 22
701,664 701,664 0000000000000000000b4ed1298e4aa7fff46bc229461a83f3e04ff814225706 2,809 1.00/1.00 vMB 17
701,663 701,663 0000000000000000000d7207ce8d751cdb0f285d7c950282dd3d4380b94797ed 1,808 0.84/1.00 vMB 7
701,662 701,662 000000000000000000098bb8cb04004b10d8a1fe76524d2d6e2a697f77d31131 3,489 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.99 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: 717.19 GB
    • Received: 17.83 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.