Loading Tool

Explorer IconExplorer

Memory Pool

73,106 transactions
27.05 vMB
0.06072279 BTC
Random Selection Loading Transactions
Max Size: 165.17/200 MB

Candidate Block

Mining Attempt 4f1e2d63daa20494c21a1fc641ef0b2ab92a348d3a4fe33f2bccf4a9d967d330
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 08579f8a829673753b73b69b057430f7c73e5a7a1e08d86c8e3fb38df88295c7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,741
Size: 1.00 vMB
Total Fees: 0.00346511 BTC
Feerates: 26.12 > 0.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (419,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,629 495,629 0000000000000000009fbf48b53133e2d61577c4908532bc842ec53084699221 1,740 1.00/1.00 vMB 196
495,628 495,628 000000000000000000acbfb8c0cb52a6bb194262eaccfab0e05ae02d93f50d2b 1,906 1.00/1.00 vMB 201
495,627 495,627 000000000000000000cb46176bd280677d72400b19b6a010499ff56c4c774000 2,656 1.00/1.00 vMB 193
495,626 495,626 00000000000000000018b187c1a5fe683e31dfb28d4cbde8bc95a7d56c5c5702 2,279 1.00/1.00 vMB 401
495,625 495,625 000000000000000000c0b04ebe4ae878772f9f874d30dab779ea9b287b82e374 1,989 1.00/1.00 vMB 237
495,624 495,624 00000000000000000040ede93dcdbb5ce253059f8eae947a79d57afae17d9c17 2,013 1.00/1.00 vMB 111
495,623 495,623 000000000000000000825b798929721c9b88a25ca45848e74a102b6c532c6a65 2,513 1.00/1.00 vMB 143
495,622 495,622 000000000000000000bb85fac472cf2dfc357f694c98bd8ec007824a651b5f63 1,872 1.00/1.00 vMB 225
495,621 495,621 0000000000000000009612635d3dfbe50ff6667fcfe694d1abf68878d8eb0ed2 2,598 1.00/1.00 vMB 189
495,620 495,620 0000000000000000007ef6cd50798a0b7650920f2db492894aefbaf0a1477c51 1,729 1.00/1.00 vMB 185
495,619 495,619 0000000000000000000e921b06a90831dfa3a989730065d7686f52f375173dac 2,405 1.00/1.00 vMB 373
495,618 495,618 000000000000000000447443acb7bed069f1607daa77a158afb5a50f390eef15 2,614 1.00/1.00 vMB 166
495,617 495,617 0000000000000000004f380b8fe2c3066b5cecdb6717e9b6721a5364dbc7c46c 2,371 1.00/1.00 vMB 206
495,616 495,616 00000000000000000019c56aa165820a01a6e784f5b69d0b65a2ee8e3d8285f9 2,617 1.00/1.00 vMB 221
495,615 495,615 00000000000000000063ad78aa3f079d2c4383a0656a5be1f3460f9a0827f7f6 2,630 1.00/1.00 vMB 256
495,614 495,614 0000000000000000007051d949bcd18d4227197b350af9df9db2ba24e65a33ad 2,643 1.00/1.00 vMB 174
495,613 495,613 00000000000000000078066b315ea99e5ebd5bf24ae83a379d4ca9e159fa22bf 2,484 1.00/1.00 vMB 177
495,612 495,612 00000000000000000037e85a1e945eb4a27aedb706964b75d78a24a2e411fa86 2,239 1.00/1.00 vMB 119
495,611 495,611 00000000000000000013e38b7b1eb76e4b0a20c45dafde1642d7cd318716ef10 2,578 1.00/1.00 vMB 268
495,610 495,610 0000000000000000002e2a7663d75789d34ab1682d6d00c7f30c95e374bc0735 2,333 1.00/1.00 vMB 165
495,609 495,609 0000000000000000007e96deefe30d0f3857aae2fd3a91956594b78f5505a519 2,547 1.00/1.00 vMB 314
Previous 10 blocks ↓
Total Size: 782.94 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: 714.91 GB
    • Received: 17.62 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.