Loading Tool

Explorer IconExplorer

Memory Pool

51,351 transactions
28.86 vMB
0.07783478 BTC
Random Selection Loading Transactions
Max Size: 155.25/200 MB

Candidate Block

Mining Attempt 77c3b7b65b5d70a67fe37fd4b45cf461836f979d39fcb2de25fa0c8ffd63de1c
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root e19c99ea2e98db0290bad6f05470479c9524fe5f5db673fad9d003860684bb71
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,459
Size: 1.00 vMB
Total Fees: 0.02191906 BTC
Feerates: 122.12 > 2.20 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (382,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,226 532,226 0000000000000000001c1294d5d1887c342e03ebd5943a539a201eb3107622da 2,963 1.00/1.00 vMB 25
532,225 532,225 000000000000000000150a002e0ba27c3573a31b2714cbf07d29d77b7bae5f1b 2,742 1.00/1.00 vMB 16
532,224 532,224 0000000000000000003053b2dad316ce2fc65e8ac63d59d0752d980e43934ad0 2,037 1.00/1.00 vMB 20
532,223 532,223 00000000000000000009dce52e227d46a6bdf38a8c1f2e88c6044893289c2bf0 667 1.00/1.00 vMB 6
532,222 532,222 0000000000000000001f1bd6d48e0fa41d054f54440a5ff3fee200bbdb37e0e5 2,661 1.00/1.00 vMB 18
532,221 532,221 0000000000000000001c2b0214f8ada677b719faa14bb04f03dd231b3624af41 188 0.09/1.00 vMB 155
532,220 532,220 0000000000000000002e775012c8c5f1bd33e21e9f3a8fbc65f8d8629800d976 2,002 1.00/1.00 vMB 15
532,219 532,219 00000000000000000027fc534f9b91a352fc064b7c3a7e75b6a86fb6a8da1d89 2,550 1.00/1.00 vMB 29
532,218 532,218 000000000000000000034a20a82d3bc157622efbd5ecdc847b0c5395af9cf3c4 2,728 1.00/1.00 vMB 19
532,217 532,217 0000000000000000002d1cef1f142b3fe3b608c2b8d9641a0dd183074e8fb601 2,373 1.00/1.00 vMB 34
532,216 532,216 0000000000000000000dc9bd450da16da025ece5bf22879a4596a755a725b17c 155 0.05/1.00 vMB 13
532,215 532,215 0000000000000000001efe82245ac11f95ac65033bca276cdbf605c0d654c2c9 751 0.59/1.00 vMB 17
532,214 532,214 0000000000000000001e9d76d95cbebc77ec9f9fb44bd5e66f2dc562efb1c3f3 1,965 1.00/1.00 vMB 20
532,213 532,213 000000000000000000160ef2d85fd5dd438ba0b5c9069a4d1391f7719d280cf2 473 0.19/1.00 vMB 14
532,212 532,212 00000000000000000032d0fcd2f976c03c9d55eb9ad7ffd158a070f4930be387 1,188 0.91/1.00 vMB 10
532,211 532,211 000000000000000000145550881a864f6fc25c8b44331d297ddc81ce996bcc47 1,078 1.00/1.00 vMB 12
532,210 532,210 00000000000000000005c58fbb1f08d87feb122168ead1ad559a542cca51fc52 1,638 1.00/1.00 vMB 9
532,209 532,209 000000000000000000225c3a330808e3586508d92157be566a5e577a3165714c 2,768 1.00/1.00 vMB 23
532,208 532,208 0000000000000000001c600376329c22d15477633e781c6b535a1e6cc4bc7bd3 641 1.00/1.00 vMB 3
532,207 532,207 000000000000000000330784c5135ac8328d9cebe64d462f3f945217d3120f7b 2,250 1.00/1.00 vMB 10
532,206 532,206 0000000000000000001826d72a21fb40304d5badd444e7a76c614575cf70ea75 2,659 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 649.85 GB
    • Received: 13.22 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.