Loading Tool

Explorer IconExplorer

Memory Pool

82,799 transactions
30.68 vMB
0.31079090 BTC
Random Selection Loading Transactions
Max Size: 185.06/200 MB

Candidate Block

Mining Attempt fa78cdb3fabc89bdb97e6716ce123ac99b9526d2f036f85b63e993228a5aa386
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root eb0423b752b227e4ec1ac55462f1eb17d143690fd1a4aa1a8503d55c5ffbff91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,969
Size: 1.00 vMB
Total Fees: 0.22495558 BTC
Feerates: 502.67 > 22.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (136,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,588 778,588 000000000000000000013d4cf5fbd2d715a7c2766e1ab5efdcdae39f5b3901bd 3,094 1.00/1.00 vMB 28
778,587 778,587 000000000000000000041c57a25c60cb25310424ab7df51e015aea071cc118bc 1,554 1.00/1.00 vMB 13
778,586 778,586 00000000000000000002db7b083242b30fb0a47f28fc7b1d9d0bf628fc2617af 1,376 1.00/1.00 vMB 8
778,585 778,585 0000000000000000000187959ac1ba8be0d14fb95699e9ee4c7e05a0764bbbb5 2,026 1.00/1.00 vMB 22
778,584 778,584 00000000000000000000f536d60520befd3dc1d1583b5cb0e115530ea0806698 2,872 1.00/1.00 vMB 30
778,583 778,583 000000000000000000007a7e481ae34a1a9dfc75ae476947a3aaf4be4c99d1ce 941 1.00/1.00 vMB 8
778,582 778,582 000000000000000000002ece30270740e4c75e7e84dd97bab0a76104d0b00376 309 1.00/1.00 vMB 4
778,581 778,581 00000000000000000006485b93ccbe76904b67c79391d4fbffc0e532888c8eea 2,418 1.00/1.00 vMB 18
778,580 778,580 000000000000000000017ef8e21d6d82185a2d60525396e4d9f395333b5bf65c 1,793 1.00/1.00 vMB 11
778,579 778,579 00000000000000000004e22f71d1da2dc989507f2b3193a2c9875563c5974434 687 1.00/1.00 vMB 6
778,578 778,578 00000000000000000005d1fb3052462519b66896c8bfb2018aff8f76336b4236 2,042 1.00/1.00 vMB 15
778,577 778,577 00000000000000000004af3be2103b1b0eee21eca1c9e841cdcce736e4695cc4 1,472 1.00/1.00 vMB 5
778,576 778,576 000000000000000000043a2fea9fcc488e893634796d66f73bede6d719a70aae 2,016 1.00/1.00 vMB 12
778,575 778,575 000000000000000000027d466b3692d064adf5fbe0eca1e1a035ef0ddb323f67 2,822 1.00/1.00 vMB 24
778,574 778,574 0000000000000000000236181aa97d2dd8a7a3340c1a498de71d16ebc7d31f56 1,839 1.00/1.00 vMB 10
778,573 778,573 000000000000000000063eee07a9f798c4ff9ac59e37c6aa947302c6e259e05e 2,052 1.00/1.00 vMB 22
778,572 778,572 00000000000000000005404b257de0ebc98181f68ae654b5ba75337d0514d624 1,070 1.00/1.00 vMB 15
778,571 778,571 00000000000000000005a3c90bdf90188a8e0e0f577852eb664de7adacd1c293 2,583 1.00/1.00 vMB 23
778,570 778,570 0000000000000000000356e35d86aec2436395deefb808fcfd1747ad779bb408 1,103 1.00/1.00 vMB 34
778,569 778,569 00000000000000000001bb5bf1dfe1856379a94a81f4775a15c7ca65e4da4d1d 3,120 1.00/1.00 vMB 23
778,568 778,568 00000000000000000003ada68b7af4a8412673423ac2780b2d6c1fa95c24e929 2,666 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.60 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: 671.86 GB
    • Received: 16.04 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.