Loading Tool

Explorer IconExplorer

Memory Pool

78,381 transactions
29.46 vMB
0.07743307 BTC
Random Selection Loading Transactions
Max Size: 177.99/200 MB

Candidate Block

Mining Attempt 3e2ea1f4a7297eb241296e7caffc19ed895ee4d0ab80f71b964f8df58d9b225f
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root e8dac39520590c91c9f616c67f9ddf92ac52acfde84bc2ec2b3c25c0a67b4a2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,239
Size: 1.00 vMB
Total Fees: 0.01370870 BTC
Feerates: 150.66 > 1.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (294,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,404 620,404 00000000000000000008c9200fa630c22b10b60976ad7d1dbfb4ebc0de9edd91 2,892 1.00/1.00 vMB 8
620,403 620,403 0000000000000000000084357f7d461b6b735b5621a97a109db7455007c2ea5d 2,107 1.00/1.00 vMB 16
620,402 620,402 00000000000000000009eeb2e7eaf538d311b13caea27cace782f92700406a1d 3,321 0.99/1.00 vMB 26
620,401 620,401 000000000000000000003ab91f743dc362a81233214df0c7fc783e64229b1b13 1,140 0.59/1.00 vMB 9
620,400 620,400 0000000000000000000b88b663c5b5105ca53eac818fe446b22918a104844daf 905 0.29/1.00 vMB 16
620,399 620,399 00000000000000000011793e4c0c0a8a1ff6ae62bc93f6d2925ab236c480b1e8 325 0.11/1.00 vMB 22
620,398 620,398 0000000000000000000f698f2f1db864d5c81a44e69654920131f5c9f0073548 1,144 0.46/1.00 vMB 20
620,397 620,397 00000000000000000001619ed49a7e1890154804d2f8f0141ea1f884f68a5b15 906 0.28/1.00 vMB 16
620,396 620,396 0000000000000000000f13bea4da558e249c6cbe5ae04944f2d0b8cbfa68553b 449 0.11/1.00 vMB 16
620,395 620,395 000000000000000000042b02ae06d0e009684f92906a979b882dead4b86645d6 809 0.27/1.00 vMB 16
620,394 620,394 00000000000000000001983710e684225f1759759c5014d4739ccac60654742d 17 0.01/1.00 vMB 20
620,393 620,393 0000000000000000000c0f5ba97d4f974e5d999f764c091cc959a5efd1643db0 2,063 0.86/1.00 vMB 3
620,392 620,392 0000000000000000000402adc9e425fce593f22f33fd108b63889700d0ba1d54 3,167 1.00/1.00 vMB 26
620,391 620,391 0000000000000000000e4b03ab99b33da9f15ec27089926f71cf2d49528955f0 2,890 1.00/1.00 vMB 14
620,390 620,390 00000000000000000002e4691ee71372166433c5bd9c728dac9488754751fcb8 2,469 1.00/1.00 vMB 5
620,389 620,389 000000000000000000019b546c7ffbf206e39003bc6ab67332fba4606e920615 3,275 1.00/1.00 vMB 23
620,388 620,388 0000000000000000000a82b7bb5bf582a60cebc42afadbd79179c1be3525f7b8 2,200 1.00/1.00 vMB 2
620,387 620,387 00000000000000000002bbc3e826b57b942064e0d0a4c14dad9df95c8abe7a0b 2,463 1.00/1.00 vMB 4
620,386 620,386 00000000000000000001b17ffd629dd9f8e29a2bade4d234f2ec5b80b473cbaf 2,696 1.00/1.00 vMB 19
620,385 620,385 0000000000000000000b3d20a7fc7217470d671ed9227dc3f0bc6a82af9bc778 3,191 1.00/1.00 vMB 30
620,384 620,384 0000000000000000000d581747396c69ab4dfabe82184a8fc3bce9d7cdf92c6e 1,464 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.