Loading Tool

Explorer IconExplorer

Memory Pool

41,880 transactions
26.75 vMB
0.05643550 BTC
Random Selection Loading Transactions
Max Size: 140.38/200 MB

Candidate Block

Mining Attempt 70e6a67f798ec71c98a28e7e7cb8d0065cb51ecaf1c43d7faaa03d737154965e
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root cec72efc6bc45e94456b349958c776e3656c97ed56e210dc3c4ccf60fb3d3dbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,574
Size: 1.00 vMB
Total Fees: 0.00666033 BTC
Feerates: 103.41 > 0.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (200,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
714,382 714,382 00000000000000000002901f017fea6e6bb56ffcaa6a4d02a0bc806c75a734c0 1,958 0.71/1.00 vMB 7
714,381 714,381 000000000000000000051c825ec3f13c574efedc3b876073ef2145c750d36cc1 2,216 1.00/1.00 vMB 6
714,380 714,380 0000000000000000000a12d0343fdd3d50c4c99d67b5b06695e7aef4cbf3f1ad 406 1.00/1.00 vMB 1
714,379 714,379 000000000000000000069be623c69c180cc4fe2b12bcf51aa2c99d08f4aedf4b 2,062 1.00/1.00 vMB 6
714,378 714,378 00000000000000000003571450b1d1fa7730e15fbc03507f1dcfddd5340d5ef1 1,811 1.00/1.00 vMB 6
714,377 714,377 0000000000000000000a2469b1ef7dda07ce181420bc223c390985ea1cc1051a 1,587 0.77/1.00 vMB 7
714,376 714,376 000000000000000000033c69e880cb9f6498f11a3eabc226c3085c7b94160a14 189 0.08/1.00 vMB 9
714,375 714,375 000000000000000000063e6d2898b069667cb1c90e67edc957c4478cd546430a 330 0.11/1.00 vMB 8
714,374 714,374 0000000000000000000629bbecc7f03cd8d40b610789fdf6982555af4af78eea 1,147 0.41/1.00 vMB 9
714,373 714,373 0000000000000000000b3ce7f6201c788ddecd7cc0d8d1dee2531132d3e8b634 1,882 0.85/1.00 vMB 4
714,372 714,372 00000000000000000004fcc31f0e869ca2c62bbf0d27513209ab54c9c0f0e92f 3,554 1.00/1.00 vMB 4
714,371 714,371 00000000000000000006ba3a17302faacb6620c4900691df957f3c40962daad1 3,146 1.00/1.00 vMB 11
714,370 714,370 00000000000000000002da672b4a39fb5ee2617d1fc288ac26dfa676809eaff8 2,560 1.00/1.00 vMB 16
714,369 714,369 00000000000000000008a4d5f05fceeb844e1b4798d39bfdbb788dcb86fd646d 619 0.16/1.00 vMB 9
714,368 714,368 0000000000000000000a261323cabb786680a793d04ddce7f6cd9276aa48f133 22 0.01/1.00 vMB 12
714,367 714,367 00000000000000000001877e02597c9ee9c4d84dc80c88f87d568bcb5e50c3d9 1,690 0.67/1.00 vMB 6
714,366 714,366 00000000000000000001e4873f9e6b34ba699a7f018dc49a2cd77da509759548 2,234 1.00/1.00 vMB 7
714,365 714,365 0000000000000000000b24f91c76a2b4500168a79907bb39da2abbd9c9fb5f51 2,469 1.00/1.00 vMB 6
714,364 714,364 00000000000000000004b548ec5903b5f56b19963c8fae1ee046c3e0f36cffba 2,370 1.00/1.00 vMB 15
714,363 714,363 000000000000000000080b8711b17186ce688a863b248c3e325a04287e5f0b43 659 0.23/1.00 vMB 9
714,362 714,362 000000000000000000041f610ca7b3c1b0d349a5220f506bb4b073d805bf4269 929 0.35/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.