Loading Tool

Explorer IconExplorer

Memory Pool

77,327 transactions
29.07 vMB
0.10016231 BTC
Random Selection Loading Transactions
Max Size: 174.91/200 MB

Candidate Block

Mining Attempt 73d599667dda5282c7cb08adcfd6a9f0b784a99eeb5f2deca2ff530115d0f5c2
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root b8f482be2eaccfa44468b4b71155b35799ea601f9df7c1d85172ab8f69352d1b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,410
Size: 1.00 vMB
Total Fees: 0.02648364 BTC
Feerates: 453.09 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (117,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,723 797,723 000000000000000000019dac4e566fc179a22d38fe702781d1e6b9cbd3ea6262 1,402 1.00/1.00 vMB 9
797,722 797,722 00000000000000000003cecc076d69dacb7f4d0e3c4c3f9f0a110b70fcefd95b 2,513 1.00/1.00 vMB 7
797,721 797,721 00000000000000000003949c9c049f115e166ceb28412898487a51c429672159 1,113 1.00/1.00 vMB 5
797,720 797,720 00000000000000000001326b87a5240905e51b7bdbc203af6719547f88adb874 414 1.00/1.00 vMB 4
797,719 797,719 00000000000000000000598c37be9719f6fbaebde218cb97e88a18c2c9b4968b 1,884 1.00/1.00 vMB 8
797,718 797,718 000000000000000000015783ebc7b0758d70425241e6b6e036042cc13c40054e 984 1.00/1.00 vMB 5
797,717 797,717 0000000000000000000425c5c4b0cc17fccda779e36f399c67b6aca710e26e68 1,296 1.00/1.00 vMB 6
797,716 797,716 00000000000000000003b3cc956054396e8a36da9dea75893233ef29f78f18c9 2,680 1.00/1.00 vMB 6
797,715 797,715 00000000000000000002adce3ade67c2b7287362a27d8474e2617a7f80834168 2,014 1.00/1.00 vMB 5
797,714 797,714 00000000000000000004cfb77bc96401493a5397b1646d249304535df8d433e2 2,212 1.00/1.00 vMB 11
797,713 797,713 0000000000000000000405735a8a134d5621a88b49a98d2116fa59acfc171777 1,305 1.00/1.00 vMB 4
797,712 797,712 00000000000000000003d871adb05f3b74c53f66fec8d0e2c66411b79db3d32e 2,465 1.00/1.00 vMB 13
797,711 797,711 0000000000000000000213b52fe341a561bd4406e93f33211f3208f211d228f4 2,768 1.00/1.00 vMB 9
797,710 797,710 00000000000000000000746d08f14475fa009b78c91337c318893ff1c00c2420 3,018 1.00/1.00 vMB 5
797,709 797,709 000000000000000000027fe37a6245e688327fac80935b67e471a3b45ab06ced 3,833 1.00/1.00 vMB 5
797,708 797,708 0000000000000000000513dc14b5329490e195d65a56803434cff6306b4bff59 6,340 1.00/1.00 vMB 4
797,707 797,707 0000000000000000000364d6abb60df2c14b6883c7a8f6b31a1e591369cb2317 3,001 1.00/1.00 vMB 7
797,706 797,706 000000000000000000043d59675eee139c7b4ff989c0d1eff81e519207487998 4,540 1.00/1.00 vMB 7
797,705 797,705 00000000000000000003aa484fbb3735b828f468b2c6ebcaaa38e42bad8ce36e 3,434 1.00/1.00 vMB 9
797,704 797,704 0000000000000000000355b92d50611c2bb989bcdc3198c5c3ed9eee0c0e92d8 6,807 1.00/1.00 vMB 3
797,703 797,703 00000000000000000001fcf67fcd0041ba4a4e83eedece6738fde62c7d95ece8 1,409 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.