Loading Tool

Explorer IconExplorer

Memory Pool

76,679 transactions
28.72 vMB
0.06701797 BTC
Random Selection Loading Transactions
Max Size: 174.00/200 MB

Candidate Block

Mining Attempt 65f19e51292953b283e087b17c38c32f6f5520487ea23732da72f130de0ceceb
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root d368cf011f7ff0c3bae5f7e4f520e2a2940a3b4f1b6b5510c21e6f648899da48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,697
Size: 1.00 vMB
Total Fees: 0.00727286 BTC
Feerates: 40.21 > 0.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (526,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,128 389,128 00000000000000000293cb84bd62e66910e5b1b3173b4b9bbb73e26805a074e7 2,303 1.00/1.00 vMB 29
389,127 389,127 000000000000000006a922dcac3f469ff3dbd8338e06c5ce5341d9cca597a427 3,328 0.93/1.00 vMB 65
389,126 389,126 0000000000000000059fc10914fbf92e35d4c1dbd4c5dcb10d74e8063f1ab594 434 0.19/1.00 vMB 31
389,125 389,125 000000000000000006ac286453570f284292a553813f901dc4fd5ac61fda76d1 925 0.75/1.00 vMB 21
389,124 389,124 000000000000000008403bea31c15cda359ff02bf680e5b726fdec104195e6a1 719 0.25/1.00 vMB 37
389,123 389,123 000000000000000002f796fa11afae0fb7d150885eb22fd2d23376c96914d0b7 191 0.14/1.00 vMB 67
389,122 389,122 00000000000000000159eae105e65a6390dcaa6d2f75d5ee122e846a3e8f388d 835 0.91/1.00 vMB 13
389,121 389,121 000000000000000001bc2ddda4fe8faa2666f1dd46c8faad6d5fc75339399fb3 1,242 0.57/1.00 vMB 39
389,120 389,120 0000000000000000069c17c5bd5ea9efa50a83669fe177f3ebc3420996a408d4 1,894 0.75/1.00 vMB 34
389,119 389,119 00000000000000000b249c29b15cbb8b90546ec09d4320a227b81c77fee427dc 2,347 0.75/1.00 vMB 46
389,118 389,118 00000000000000000a680d0736b971c40243dcab764ba7dc4a591b900e9c5a70 1 0.00/1.00 vMB 0
389,117 389,117 00000000000000000386e6c3ae5035a20c3e62ababb10aafeb05e54e14067fd9 2,727 1.00/1.00 vMB 40
389,116 389,116 0000000000000000003d0a9c3013c4f43e173b01a7c227e9a9089a74a7f01f32 1,730 1.00/1.00 vMB 25
389,115 389,115 000000000000000006c08329b699ddc89bec919d69c8b856b2195a2e5fb38157 2,456 0.95/1.00 vMB 35
389,114 389,114 000000000000000008ed58198a5faa3b617357bc3859aace6e49aabf946d4092 3,620 1.00/1.00 vMB 65
389,113 389,113 0000000000000000085397a3cba30476ba33484cd22d08c312bc31a5a30fb8fb 1,293 0.65/1.00 vMB 30
389,112 389,112 00000000000000000a91f4e07d2d12f99da5306bb11aeff9006521c6af6f5b8d 622 0.50/1.00 vMB 19
389,111 389,111 000000000000000007683431155a97853d394088968fee6e1137b8b5a072e3f2 2,234 0.95/1.00 vMB 28
389,110 389,110 000000000000000003a4c4f98ca7c8c1dcc47ed322877ee4428912e5dd3334e9 2,537 0.75/1.00 vMB 74
389,109 389,109 0000000000000000010f63dbcee281f0beb98e65b9c9c697ab47f61187cdbaab 1,328 0.99/1.00 vMB 21
389,108 389,108 0000000000000000075084c8f40afba8f4808993cfad59985881130f5b87535b 1,378 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.