Loading Tool

Explorer IconExplorer

Memory Pool

24,481 transactions
5.57 vMB
0.10740083 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.32/200 MB

Candidate Block

Mining Attempt 61256c51b7ec4135f1db9c4217261c03987cd95900a2a40c55200f7ce39b7c96
Version 20000000
Previous Block 000000000000000000009769429246c67b4aad65947a539986ce93ac183a6692
Merkle Root 9917e1ef9a414e06db77eaa5c157e85c961b9b76fdaae3394ea7674c0833eef2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,135
Size: 1.00 vMB
Total Fees: 0.08218304 BTC
Avg Feerate: 5.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,883 (545,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
367,463 367,463 000000000000000007c55a789576cb451e465e195f996dfa708e832202a9341c 0.80 MB 470 19
367,462 367,462 0000000000000000068ffcf5a611c129f6be64747332d1ba0d6c859b37f4a584 0.86 MB 703 24
367,461 367,461 000000000000000002a0767c6ffedfe0a9e3d540f0ffe43f1c7bbc7ac0955a0c 0.85 MB 622 22
367,460 367,460 0000000000000000091bb83a7ea42b357174f25967c2973e27b0dfe0acc7c574 0.68 MB 1,213 32
367,459 367,459 00000000000000000950ae12bdef6ce67c1dd419b515df81fd9d874829dff6ea 0.92 MB 777 24
367,458 367,458 00000000000000000b6954194656a78babc115e05f1e8cf379ec3ff2f0140e94 0.93 MB 1,052 27
367,457 367,457 000000000000000005e7bbea3602491d2ba3d9a6cc9f0422f58b4c133d245da0 0.75 MB 1,831 55
367,456 367,456 000000000000000010a53d67148e32861d7196bad0092aaccd920fd4c0ad5a7d 0.93 MB 1,031 27
367,455 367,455 000000000000000014fc0c57c2c0e20ef320d13b36220951b7bb70b99f7ce61e 0.95 MB 940 27
367,454 367,454 000000000000000002b89a674e0547142fba1a25c8b581d085680f69646f3d79 0.21 MB 341 49
367,453 367,453 00000000000000000e49d4e5e6bb09ca9b8c388b556a8133ec6ea9a68e265721 0.79 MB 546 22
367,452 367,452 00000000000000000719ab5ad0eab1bf956ad528bd0100912b83f934126223f8 1.00 MB 663 10
367,451 367,451 00000000000000001012e8934d1dc2855f753f312861090d0aaad99ef4f44989 0.93 MB 1,146 29
367,450 367,450 000000000000000004dc6f64f3728d6d909bb7dca5537b26d3147fa152b6fdc1 0.95 MB 717 20
367,449 367,449 0000000000000000108380b38e40cc0fcaa1bf4beba135faf450e7650ce674f2 1.00 MB 848 11
367,448 367,448 0000000000000000106207fd99bdc1beeec1169fefcee2f5d9ef590645fd06b6 0.00 MB 2 0
367,447 367,447 0000000000000000045bfc830755061dfe5c1d0f24a21ce224f632f4a6b21adb 0.75 MB 925 31
367,446 367,446 000000000000000013b808fd2e37ea020a6cdab6b7018086c351b8b3b1283d53 0.20 MB 300 17
367,445 367,445 00000000000000000390a62b84951120fc30fd6ff46595155a2859cb4eb819ff 0.36 MB 785 36
367,444 367,444 000000000000000004f39ca54bbe380b1b5213a50efd1f70cf120a612c4934e8 0.68 MB 685 18
367,443 367,443 00000000000000000ea67a189cbef601b52fd59fea613caa0afd1e2ce6f889fd 0.93 MB 859 26
Previous 10 blocks ↓
Total Size: 778.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 106
    • Outgoing: 10
  • Data Transfer:
    • Sent: 263.70 GB
    • Received: 2.43 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.