Loading Tool

Explorer IconExplorer

Memory Pool

87,881 transactions
32.53 vMB
0.15263820 BTC
Random Selection Loading Transactions
Max Size: 199.52/200 MB

Candidate Block

Mining Attempt 8982ad83a54821ce48f10d6f11a9fd5415bbef4278b0c7ca9942e571d4df69f2
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root 24221c9156027bdebe6a74b6630df6ede133d172c1669c4352b4fc5886506e64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,452
Size: 1.00 vMB
Total Fees: 0.06830538 BTC
Feerates: 502.65 > 6.84 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (245,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,433 669,433 0000000000000000000cde8931efc9c4e7845bacebf9aa54f57181f4be8f2511 2,078 1.00/1.00 vMB 54
669,432 669,432 00000000000000000005992009da7e1562e994f448b5688f6d26569f7f5e34e0 2,614 1.00/1.00 vMB 56
669,431 669,431 0000000000000000000600f8cc163f2a802d7e8cb0c40efc2b1416ed12959932 2,885 1.00/1.00 vMB 67
669,430 669,430 000000000000000000000f0cc684642d377c2c5f1729adff179787e5da4a2f07 2,551 1.00/1.00 vMB 105
669,429 669,429 000000000000000000050f2c0da20c85ccec00aa19c03a1533953615f06c892c 2,338 1.00/1.00 vMB 130
669,428 669,428 0000000000000000000a8607d67638604c1e51527583b6093a9ef07cab518858 2,234 1.00/1.00 vMB 25
669,427 669,427 0000000000000000000519511445d7200c279b2adc60ec6b0e008e5a662caa1c 3,003 1.00/1.00 vMB 37
669,426 669,426 00000000000000000003382f73d0c8e3cfe9874ca36ae4159ad64960e7dad8af 2,157 1.00/1.00 vMB 95
669,425 669,425 0000000000000000000761c813ebdb1fddedbf04f83a5d73a34483f83c0f0e86 1,120 1.00/1.00 vMB 118
669,424 669,424 000000000000000000023eabbea346d98a21072f800217a6938d28dc03069e87 2,748 1.00/1.00 vMB 54
669,423 669,423 000000000000000000017aa249f801a8a673d7c3078d41ec5138c8a68b48c1ea 2,881 1.00/1.00 vMB 131
669,422 669,422 00000000000000000009db71fd7ee22f7f58c003db44d535f798ad419770f54b 2,615 1.00/1.00 vMB 56
669,421 669,421 0000000000000000000b134b501cd4ce39a4fbc16a7689be453950ebe72bb64f 3,032 1.00/1.00 vMB 88
669,420 669,420 00000000000000000008b08f37b769c29f15b32aab54ef8d3dabf374a1b374f8 2,667 1.00/1.00 vMB 130
669,419 669,419 00000000000000000000a14696cd7d96b37b346f6a41e2e48672a7392b8a746a 2,855 1.00/1.00 vMB 139
669,418 669,418 0000000000000000000be99f82b89579e6dc0d7c3d0948315e818db6940372fb 2,364 1.00/1.00 vMB 40
669,417 669,417 00000000000000000005f8fe76a7c54961aaee4d2a25119bb78ec91c368dc32b 2,549 1.00/1.00 vMB 47
669,416 669,416 00000000000000000005a59265f670dfe87e3c30ddc011eba15157033dbf5ffa 2,526 1.00/1.00 vMB 47
669,415 669,415 00000000000000000003e5f8ddd6af85ca2bb24bc75e15bfa704fa9100956a45 2,693 1.00/1.00 vMB 51
669,414 669,414 0000000000000000000bed270d3dc2bb88af1329b81dcdac1507227879eea00a 2,729 1.00/1.00 vMB 49
669,413 669,413 0000000000000000000cb4cc09a161f3f402cd2f001dbe42d6bfb93d77f9506f 2,444 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.76 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: 709.16 GB
    • Received: 16.85 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.