Loading Tool

Explorer IconExplorer

Memory Pool

76,776 transactions
28.69 vMB
0.11386127 BTC
Random Selection Loading Transactions
Max Size: 173.61/200 MB

Candidate Block

Mining Attempt cec3734de99b231c15e3811dd83251f5db722374c60ce9b6f33f2816822b5a89
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 9b4f8b7359929eb9eebc662b473159b2d140b8f6e1f345f0caa2145926b553a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,025
Size: 1.00 vMB
Total Fees: 0.05425660 BTC
Feerates: 101.65 > 5.44 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (821,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,487 93,487 00000000000701209a5e7b753139aca646547c0db1e1cfdde84d0294e82ecb40 6 0.00/1.00 vMB 3,100
93,486 93,486 00000000000625a96431d0ba133c3d593f38338417a57154555d7e67a78983c1 7 0.00/1.00 vMB 1,380
93,485 93,485 0000000000007cc3d5efb4ae4cd301cae3957982ea92c0b3b0b60665451350e5 2 0.00/1.00 vMB 0
93,484 93,484 000000000004b49235faf18b3be80bace4d238ed35c0ef9fc801d8c2f2e984b9 1 0.00/1.00 vMB 0
93,483 93,483 00000000000270074f6f452a5cb4b66d08c22d56fe00fcf6db5ddf6a50c80238 2 0.00/1.00 vMB 3,875
93,482 93,482 00000000000276864b266c18f8c4fc5c8633f78b5bf25530cc11fdc787b47047 1 0.00/1.00 vMB 0
93,481 93,481 000000000001f85a66beba130e4335cfde8954c08af86e7d5cecd3a2c407a391 1 0.00/1.00 vMB 0
93,480 93,480 0000000000089477e7f0c22f318702f70eb23781c7cb1024c26a632cbf416e84 3 0.00/1.00 vMB 1,941
93,479 93,479 000000000005727d4c56e9dc73c5f2e3d27958bc08046ec010319e5a35fe45b1 2 0.00/1.00 vMB 0
93,478 93,478 00000000000520037a29ab2763a4bf61617ed392d8dc2f76f42bb7b2ac573a36 6 0.00/1.00 vMB 0
93,477 93,477 0000000000057aa30642b44c5f5e054bb90d3dfb49c7dd9e05efa3a4784edc8a 6 0.00/1.00 vMB 819
93,476 93,476 00000000000471e9e06c231210cbfac9a8b5a2a27032f79f20456e8622ac499f 1 0.00/1.00 vMB 0
93,475 93,475 000000000004ae3d999bf2b8f0da86ed211e2aa27b49df64d07123ed0bf68a8e 3 0.00/1.00 vMB 0
93,474 93,474 0000000000065da29ffad181dd0d17d72687789312db025988085ebea36fe55d 1 0.00/1.00 vMB 0
93,473 93,473 000000000004ae313b5006f28097fb71bbc75ea8e0a67509b59a67d8e4ffc827 3 0.00/1.00 vMB 2,398
93,472 93,472 0000000000006c9b897f35c718c3a19ab9a03c3a7a76abf11cda43d545d0d213 2 0.00/1.00 vMB 0
93,471 93,471 00000000000538f8de1e13fce991a79f4afbbc5838d2bd093f0d57260b39b64f 1 0.00/1.00 vMB 0
93,470 93,470 00000000000084ea2e7ca276d6bdd0236041670d741edf195229fa6e805b05ad 2 0.00/1.00 vMB 0
93,469 93,469 000000000005bbababcda6a91caa09bc529707d540074d9e5d30a2b8c88bcff0 6 0.00/1.00 vMB 1,728
93,468 93,468 000000000001ca6fccff3d73371b4874a3b58d94735ce52ad47ecad0dc651899 4 0.01/1.00 vMB 0
93,467 93,467 000000000002a7856c0a90ad6df344204ba9b886b52ebd524058a312eac5c309 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.59 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: 671.52 GB
    • Received: 15.95 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.