Loading Tool

Explorer IconExplorer

Memory Pool

35,697 transactions
25.93 vMB
0.06991691 BTC
Random Selection Loading Transactions
Max Size: 132.07/200 MB

Candidate Block

Mining Attempt 95061a1c560066277364fb986e65e6ab8678666fff1d9c18c85bb5964f8c231d
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root ecdc38894aeddf59c84006021372a24bd24e4f79310506f6a8cf1f731ff9a8bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,050
Size: 1.00 vMB
Total Fees: 0.02233096 BTC
Feerates: 150.77 > 2.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (79,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,449 835,449 00000000000000000000876659c48d2e9cfcc057ed23f38839af00260b3747a2 2,990 1.00/1.00 vMB 24
835,448 835,448 0000000000000000000104efc33b54aa7afb23cedd0f5bdf11e22d0c67f47cbd 1,845 1.00/1.00 vMB 24
835,447 835,447 000000000000000000026cf1edc8373a5d4060450cf8bff3910aa07763142eb1 336 1.00/1.00 vMB 12
835,446 835,446 00000000000000000001add7a178b3f538363dc66947926a0883ae79c9c6f71f 1,454 1.00/1.00 vMB 14
835,445 835,445 0000000000000000000100e81f0cd7d69563d0ea3667edf1ceef66ffa3c9e4f2 2,981 1.00/1.00 vMB 25
835,444 835,444 000000000000000000009f93907a0dd83c080d5585cc7ec82c076d45f6d7c872 241 1.00/1.00 vMB 12
835,443 835,443 0000000000000000000293b2269b40353a7b83493fe37012549d9663f91a05b9 2,434 1.00/1.00 vMB 19
835,442 835,442 000000000000000000033213065903a49344256e852d78cca906d72f78f3da03 1 0.00/1.00 vMB 0
835,441 835,441 00000000000000000002075bc5b43cea75ee278bb31a8639c2e05ff72f5e9966 2,855 1.00/1.00 vMB 27
835,440 835,440 000000000000000000009f58830142465d438ff1502bcd161d013059249c2a5a 505 1.00/1.00 vMB 13
835,439 835,439 00000000000000000000d583e4b8633997fb416297d48fcfc81d6a7d82f28396 227 1.00/1.00 vMB 11
835,438 835,438 0000000000000000000101944f2554a0073bb4aeac9acfe27e6f999cccf8da1f 1,751 1.00/1.00 vMB 17
835,437 835,437 00000000000000000001dfe3caf0b5b86716d81489d1735e3d6e2c980c919515 2,575 1.00/1.00 vMB 20
835,436 835,436 0000000000000000000110688dfd20f1815d9238498829d33f06451cd1cc0c92 1,476 1.00/1.00 vMB 12
835,435 835,435 00000000000000000002e318e8e8c8305f272dc07bbcd25d20fbebf74d5e95dc 1,567 1.00/1.00 vMB 19
835,434 835,434 00000000000000000001f9d4b8d5d8ce84fce18d552d87b01c7be267e8d6e799 2,177 1.00/1.00 vMB 21
835,433 835,433 000000000000000000011bfaa8b89d491e6df6172d898a0b3a3a4b0cd6d15ba3 920 1.00/1.00 vMB 14
835,432 835,432 00000000000000000003400e22bc5772c974cbd7f5ea804aec0a8d4aaca06bf5 2,051 1.00/1.00 vMB 19
835,431 835,431 00000000000000000002cfca6ca389c11378b477e31d5db11e4c5ea11fc33c4c 1,586 1.00/1.00 vMB 17
835,430 835,430 00000000000000000001ede4f6c819a4c036390dd05344767d4dcdd6c5c8604f 2,661 1.00/1.00 vMB 28
835,429 835,429 00000000000000000000274b2246a116a3ca2bf87e17dace2c5dfe76b19c64e6 2,979 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.85 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.83 GB
    • Received: 12.50 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.