Loading Tool

Explorer IconExplorer

Memory Pool

79,138 transactions
29.59 vMB
0.07174175 BTC
Random Selection Loading Transactions
Max Size: 177.87/200 MB

Candidate Block

Mining Attempt 7dd924ddd815ecdcf9b542ff080c7d18be0416bebff87013faf68bc4e6873747
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root c27998c49ac33b2cdbabfe21ac3bd2259c7e998f1bbe20dd938087b3bbe5b2e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,557
Size: 1.00 vMB
Total Fees: 0.01157320 BTC
Feerates: 60.27 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (473,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,868 441,868 000000000000000001c2bdc32d29d902d7828c55544aee902b830c90d6c91acd 2,386 1.00/1.00 vMB 82
441,867 441,867 000000000000000003664780abf97a536ee8f6ef7155d0edf1e8770463dd7c1b 2,989 1.00/1.00 vMB 70
441,866 441,866 000000000000000003527dcd35c438bd4fafa2ca1b0c93df777b23a540727243 2,423 1.00/1.00 vMB 78
441,865 441,865 000000000000000000974b20ba688d2eb96520935a75623a42cb899590af95b5 2,648 1.00/1.00 vMB 85
441,864 441,864 0000000000000000027a9c80b85f9987427401e046ca9134c0ceed16ebd2f4fa 2,448 1.00/1.00 vMB 87
441,863 441,863 000000000000000002a81d7d8cf6e85a794c5c5dc4b3081cd58c6484fcb31791 2,456 1.00/1.00 vMB 93
441,862 441,862 0000000000000000023400285c809a4ca807a5163db0dae9acfadfd0b9039d74 2,406 1.00/1.00 vMB 75
441,861 441,861 000000000000000001a921fa32399b81d8f9bdfa7c490835e291a95e50ac8f5d 483 1.00/1.00 vMB 14
441,860 441,860 0000000000000000016a68c0075519ac7cb37e189a8cf2e842bdcd029b18592f 2,283 1.00/1.00 vMB 60
441,859 441,859 000000000000000001862d1a97a3ff2ab645172cd8af2eb7da8aec2fdad1789b 2,692 1.00/1.00 vMB 85
441,858 441,858 00000000000000000119a8a887431d44c75da8d20af2b05fc0de5c74f573fa85 1,144 0.44/1.00 vMB 65
441,857 441,857 00000000000000000117e8e15934e28e0608cb03200dac933facb9c4de0a64b9 2,742 1.00/1.00 vMB 80
441,856 441,856 000000000000000001b5d1602be51a7f78e09b48624e1322d0592474292e66de 690 0.31/1.00 vMB 64
441,855 441,855 000000000000000001bed07fb3a44e8e750f7ce85c0361bb8c6f56d9b3ed863b 751 0.27/1.00 vMB 77
441,854 441,854 000000000000000003c5fb3a8669e1c1f32710739436b8f5016afb4b556501b4 1,355 0.60/1.00 vMB 73
441,853 441,853 0000000000000000001dfe722a5696d2365168474952a2de87dbec7de5467be6 970 0.58/1.00 vMB 67
441,852 441,852 0000000000000000025dbe5c18f09bb4811ddd4e6aae7ca1b4ad656209b8b8f9 1,849 0.73/1.00 vMB 77
441,851 441,851 0000000000000000033dc84058a802f7de141f1a044739a15db4f76db9e88e74 1,096 0.44/1.00 vMB 76
441,850 441,850 000000000000000002d300303bc11051601f52b843e46a31cef0bfdf33108e80 1,320 1.00/1.00 vMB 38
441,849 441,849 000000000000000001741d21219bfac5424b71e000b0092fb54ff6121bc67849 346 0.12/1.00 vMB 79
441,848 441,848 0000000000000000002474fe513952a0e4826315c6bd1ccc020a0ffe9404acb8 986 0.44/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.39 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.65 GB
    • Received: 15.02 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.