Loading Tool

Explorer IconExplorer

Memory Pool

88,058 transactions
32.11 vMB
0.13366018 BTC
Random Selection Loading Transactions
Max Size: 194.57/200 MB

Candidate Block

Mining Attempt 657ebb95079a511bea9c3d6e0d6e6a06e72af3cd45e93a8127e3c01959566dd2
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root aa128a57cd8bfa373cf1089b67da84ed1062bbc2f9c301c3248aadacd7c8c74a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,883
Size: 1.00 vMB
Total Fees: 0.04884416 BTC
Feerates: 101.65 > 4.89 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (231,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,717 683,717 00000000000000000007c85144f26fc92ed7e0d51c6822f91ceeed94275c9def 526 1.00/1.00 vMB 60
683,716 683,716 00000000000000000006eabcd23f3fdd760bf95364e79bc81a2bb52b1b35456f 2,666 1.00/1.00 vMB 74
683,715 683,715 0000000000000000000b1175bf31e50153e836bcdbce27c11d070f9c01019b6a 1,017 1.00/1.00 vMB 66
683,714 683,714 0000000000000000000086457c4e4f098c698e3b6fa6f7215f0c2e31692ed960 2,047 1.00/1.00 vMB 41
683,713 683,713 00000000000000000006950737e0ff43e9f371fb43413e9acb91e8c4c12138af 3,318 1.00/1.00 vMB 78
683,712 683,712 00000000000000000002df54f87d7eab7c54c0e9abdeff5de36c754747bc5122 2,080 1.00/1.00 vMB 59
683,711 683,711 000000000000000000024a45fe5ddbbb471d9550e7fbd0b2bced4376b2e21396 1,792 1.00/1.00 vMB 51
683,710 683,710 0000000000000000000a3afe0b21dadc80f3850e65d76c2ae26c68259e892293 2,248 1.00/1.00 vMB 37
683,709 683,709 00000000000000000007b15f1bd67eaf79b02b887bd4a0ec36549cf7f012a02e 2,579 1.00/1.00 vMB 39
683,708 683,708 00000000000000000000f0ee249ec5d8b0ad9767eba0d81d77c3ce40e8f2923b 848 1.00/1.00 vMB 55
683,707 683,707 0000000000000000000934ea44cd874da39e395c134ba1c1ffafec53f3f53f37 1,966 1.00/1.00 vMB 67
683,706 683,706 00000000000000000006f2c198ca693f6436884f9cfcc1d39866d63d226de932 731 1.00/1.00 vMB 61
683,705 683,705 000000000000000000075a6d3789774d681d87f135b81d71c8fa4eb2e31eb678 1,902 1.00/1.00 vMB 48
683,704 683,704 00000000000000000003e80f92b5cf71fc4d094b5dfe204a832c6113d0f02f50 2,402 1.00/1.00 vMB 60
683,703 683,703 0000000000000000000721185121b52ff974f0a948f903c407a1bb338e098455 562 1.00/1.00 vMB 59
683,702 683,702 00000000000000000000d5c5a521643d56c8b6609de513a2f850e32ae3eaf704 2,559 1.00/1.00 vMB 63
683,701 683,701 0000000000000000000a694047c1dab258b2056697d0f73ca6b202fd4d46dfce 2,631 1.00/1.00 vMB 67
683,700 683,700 0000000000000000000a3ccb64419120b825ba08e6e258550e343c35a79f7966 3,279 1.00/1.00 vMB 89
683,699 683,699 00000000000000000006a676f086491a62dcb383c23e3adc20098b5eedaa96fa 1,454 1.00/1.00 vMB 63
683,698 683,698 000000000000000000044096e48b2ec1761484140f45dcb766630b0feb5f07fe 2,522 1.00/1.00 vMB 73
683,697 683,697 00000000000000000006ac4e2d2480fab8565f5e7d4beda232f95ff43136e694 2,025 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.63 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.