Loading Tool

Explorer IconExplorer

Memory Pool

84,641 transactions
31.77 vMB
0.16373819 BTC
Random Selection Loading Transactions
Max Size: 189.16/200 MB

Candidate Block

Mining Attempt 56ef824a56a974d6a6f1746832f5f1bc9c1c781f09a2a0765529b068d945d69e
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root ba66d735c3c5c83f6c0c86323910b02fbc10ba62e1e36a1fadb0a62859aa82fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,138
Size: 1.00 vMB
Total Fees: 0.05199498 BTC
Feerates: 402.75 > 5.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (738,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,811 176,811 000000000000039bfc6762cd2a6a333f65841069388009a7a11284cfbdc49aa6 122 0.05/1.00 vMB 104
176,810 176,810 0000000000000a9622a4f8a69267a36087b7cc9cb8d0c7c6f168804229799416 34 0.01/1.00 vMB 131
176,809 176,809 00000000000009524bfe7a8f1fd292420611e081070147d0f942bf3cbe38209c 20 0.01/1.00 vMB 382
176,808 176,808 0000000000000662d8024cf77d94e39b19e8f261456e0dcdba2b8ba37902d4c8 20 0.01/1.00 vMB 238
176,807 176,807 000000000000075d7a4876db6e9fcc6db242403b19f8e580d6f7e1787dd1dfe4 7 0.01/1.00 vMB 3
176,806 176,806 0000000000000117aa0d15c81cb5b96df13b97176628a8113dc86160defe983d 102 0.03/1.00 vMB 3
176,805 176,805 00000000000006cbc5a34c7749dda1493ed3715249f7c9e7b7403c30990fdd64 62 0.05/1.00 vMB 163
176,804 176,804 00000000000006d63acfd1fef811b661480dd2352d9d9e445eba5a1026efa3fc 34 0.02/1.00 vMB 91
176,803 176,803 000000000000051936a9ad55e47e0a32a016bbebccd904d1f901ff369beaca47 70 0.03/1.00 vMB 80
176,802 176,802 00000000000005232fb19a6a0d6aaad0fe69bcc3e19dea4801bb63f2b36fefb9 121 0.04/1.00 vMB 310
176,801 176,801 00000000000004888299169d3a1e56f0eb4b0be9ea1debfecd58ad66d16de400 18 0.01/1.00 vMB 256
176,800 176,800 00000000000006ef4d9200e7b5e1b22fdf21a6c5b9cda2441d8b2dd281e739d5 24 0.01/1.00 vMB 30
176,799 176,799 00000000000007cd90f37badc4cfd917acd34ce7a580fc1776ef6e32c7030327 9 0.01/1.00 vMB 53
176,798 176,798 0000000000000513b10358612c9fc040ca8b7b83fd6d7d946ab290474aa282fe 57 0.03/1.00 vMB 98
176,797 176,797 00000000000006db9b6eb2bb0c6a1f28b5e37aecb15dd0891b0c6170c4100a25 36 0.02/1.00 vMB 108
176,796 176,796 0000000000000566b06b64b6bff407f0711f40b634b1c352e5a188c0152a137d 11 0.01/1.00 vMB 65
176,795 176,795 00000000000003ba58ea2c6731520463643a6025f47b807f72af67a3e5f429bf 83 0.03/1.00 vMB 60
176,794 176,794 00000000000002250a9f8b0f926f5afc38adc7c961d7f28d4d1c4b5f82a4c0ba 82 0.03/1.00 vMB 139
176,793 176,793 0000000000000173f392479d013d42acba09378530bdf777eb38ce4c9bd29ee1 11 0.00/1.00 vMB 89
176,792 176,792 00000000000003058d01018fd42ad14f0a4c6be5c943fc5f71804804743a52b7 10 0.00/1.00 vMB 0
176,791 176,791 00000000000001257401d9f32120f9e0ae0c50addaca205e12ff862581cdc15b 42 0.02/1.00 vMB 722
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.