Loading Tool

Explorer IconExplorer

Memory Pool

35,756 transactions
25.99 vMB
0.06596169 BTC
Random Selection Loading Transactions
Max Size: 132.41/200 MB

Candidate Block

Mining Attempt 7aea7da1fad40a98a0bab923ffd233d9f608d68ac79cd062e11f7411747c89d5
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 9fa081fb13c3bf5653d81efb87a9ff88ec3fa56c3122345b3e6a420c6967d986
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,759
Size: 1.00 vMB
Total Fees: 0.01819300 BTC
Feerates: 120.00 > 1.82 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (309,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,734 604,734 0000000000000000000d6435043e2f955ecfe34a181ea3170f17a47a1764c622 2,988 0.88/1.00 vMB 18
604,733 604,733 000000000000000000095e1062f35381bccc097a80aa739125d843989f48f550 2,550 1.00/1.00 vMB 17
604,732 604,732 00000000000000000010e83eec97b3b448df4f368b6ecb0b6198104e83413f86 1,972 1.00/1.00 vMB 64
604,731 604,731 0000000000000000000ebb64c9023bd68527aa14e3c08bef1fb3809bd5ec8e2e 1,406 0.49/1.00 vMB 24
604,730 604,730 0000000000000000000d50b9e831a1ca3526bb514c6bf6885bd8c526bdd467e2 1,516 0.46/1.00 vMB 22
604,729 604,729 0000000000000000000286aebf96f7f2c23e8317d6cc4f629b7d61e3fefa73fb 483 0.15/1.00 vMB 28
604,728 604,728 000000000000000000100d025c082c9385fc5e8740f1aab496a7da6034a4b560 1,975 0.70/1.00 vMB 23
604,727 604,727 0000000000000000000c4a6524e3c4ef97981988e28258d38795c0970cad1d61 195 0.04/1.00 vMB 11
604,726 604,726 000000000000000000020ac416a5c3eebcbbf23b4757fac6cfa745b2c0b37fd0 2,221 0.74/1.00 vMB 23
604,725 604,725 0000000000000000000b86516d60c2c8f8037e30d7d6bb4062847c0f6d81a670 1,775 0.51/1.00 vMB 20
604,724 604,724 000000000000000000103a3390689064495401cb3a8a18d51b887ee6d19d212b 2,082 0.81/1.00 vMB 21
604,723 604,723 0000000000000000000cd1761ce2ca9e84c5e4339d83d152169ceb1d45a83de4 707 0.40/1.00 vMB 23
604,722 604,722 0000000000000000001575768b85e290b7989b7fbf6ddd2055581977ae259e71 993 0.74/1.00 vMB 7
604,721 604,721 0000000000000000001495e7dff853f17bbc057fc8db91d57003e97a469da883 2,546 1.00/1.00 vMB 31
604,720 604,720 000000000000000000103e2cfc141d29d06a0496a48a65392edf1bbc29616d13 2,400 0.99/1.00 vMB 4
604,719 604,719 0000000000000000000d6b7aa6ac85df1d6116bf6f8b6f7a093497b4ef220010 2,884 1.00/1.00 vMB 38
604,718 604,718 00000000000000000000d13d5001ca184e6b9d299717061028f017d0da961f7a 2,330 0.71/1.00 vMB 10
604,717 604,717 00000000000000000008c9d3573c8725eb45b39270c9a069ea45a75548c9a07a 2,684 1.00/1.00 vMB 21
604,716 604,716 00000000000000000007b3c8055d13c8148025b7cd924fc89ed42d172ac550d1 2,141 1.00/1.00 vMB 21
604,715 604,715 0000000000000000000f5433bf76a781ce2df9be733ccc2df87eee96dc558f82 2,286 1.00/1.00 vMB 31
604,714 604,714 0000000000000000000253121bd35279da89ac35d86e0e710652070b86f1021b 2,631 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.