Loading Tool

Explorer IconExplorer

Memory Pool

82,457 transactions
30.75 vMB
0.08536684 BTC
Random Selection Loading Transactions
Max Size: 188.21/200 MB

Candidate Block

Mining Attempt c6d3847a1d2cc2bf8d98b1baad107f4255fbb59f67a6ba4c05ebd61756df8fbd
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root f21c0f2d956efc7ce2a48c46fd06f57c83f4c8e6cbcef32e5a12479237719844
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,793
Size: 1.00 vMB
Total Fees: 0.01563037 BTC
Feerates: 114.09 > 1.57 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (636,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
278,971 278,971 00000000000000016a629480625dcf085a0f08e6ee3ffe2bb42044044f539f23 638 0.25/1.00 vMB 44
278,970 278,970 00000000000000006aa90ee1d0d7dc990e7a29d4656e73524408d33701e3d1e6 476 0.25/1.00 vMB 75
278,969 278,969 0000000000000002dc17e4d68331dbedbf22b24b5b6b0938c52dc1194940d623 806 0.41/1.00 vMB 38
278,968 278,968 0000000000000002ca3fc10062bd5dae6f3c3878f755c352816e6963eba3172d 80 0.03/1.00 vMB 137
278,967 278,967 00000000000000003c05823198e064a4f75c0726a5b40eb6cfa2887ec66fa2e4 388 0.20/1.00 vMB 27
278,966 278,966 000000000000000230411a2ab42f20a5b88475a32e4f66562d7ca7c6aac6e290 64 0.03/1.00 vMB 147
278,965 278,965 0000000000000001a645d4259a97b4a7f60500142f49205e49c3043b71697df5 233 0.10/1.00 vMB 37
278,964 278,964 00000000000000013acf6d75dc32ccd89eeddb9552dda922790d7c286a85bf6c 60 0.04/1.00 vMB 10
278,963 278,963 00000000000000027f84ded2b71702fbed473cc0a69f378f757e6b0e8a8fae4a 139 0.37/1.00 vMB 15
278,962 278,962 00000000000000019cc5b7a9342bd1bf9a5585c991a56d9209c8652ac0c9ebff 671 0.50/1.00 vMB 31
278,961 278,961 00000000000000022b2fb9ef3011b88d9195b6ca967c9bf1b0391b3cb2abd71f 574 0.25/1.00 vMB 49
278,960 278,960 000000000000000009bc28e08b41a74801c5878bf87978c2486aee7ed8a85778 1,103 0.50/1.00 vMB 53
278,959 278,959 0000000000000000f7d7b35dbc3d750166fe3b9c45e24a25dbed93fb4a28bf2f 529 0.50/1.00 vMB 22
278,958 278,958 0000000000000000ed8a5f31656bafca5d17254dd99d8226ccbfc1a06d96d1e5 704 0.25/1.00 vMB 61
278,957 278,957 00000000000000004ecb9e17fc336ffd8d1fdd1c074a2e6c69d023c68f0aa3bb 656 0.25/1.00 vMB 82
278,956 278,956 0000000000000001d8b6259a52fd4b77188209f972e2a3d525887b30925c2ed2 1,070 0.50/1.00 vMB 28
278,955 278,955 0000000000000002187764739ec539352101f8b923da3aab2a2938bd8af5c359 654 0.25/1.00 vMB 64
278,954 278,954 000000000000000260cb9281929e4ac48bb06ba2a4a9206f32aee058eebe34a9 754 0.25/1.00 vMB 96
278,953 278,953 000000000000000136fc126b76180a9be32fd1c40b8ac83462b980f3ff358664 312 0.16/1.00 vMB 13
278,952 278,952 0000000000000001ece72f4ad792f0506d874ecbe8da82a9cb10dad58e661a37 153 0.15/1.00 vMB 22
278,951 278,951 0000000000000002a4f7b442e7464baefde66b1c2adf22670c5530f001c4039d 551 0.50/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 783.02 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: 719.27 GB
    • Received: 18.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.