Loading Tool

Explorer IconExplorer

Memory Pool

76,103 transactions
28.76 vMB
0.07101950 BTC
Random Selection Loading Transactions
Max Size: 175.87/200 MB

Candidate Block

Mining Attempt 633b970afba1cc7fc1474430ccce9b25f148906973ea83b00525483f1930f532
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root bdadd676bd30502e735c7eed26e616bbcce7c8a9871a8687920c2a309d3d3c9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,160
Size: 1.00 vMB
Total Fees: 0.00836009 BTC
Feerates: 77.76 > 0.84 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (306,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,443 608,443 00000000000000000013a769bd9ef22541482a48366e40be55614762bf804752 2,491 1.00/1.00 vMB 10
608,442 608,442 000000000000000000016ba682abcbc927a05fc2ea2dda144c3b3112dd2c31e6 2,896 1.00/1.00 vMB 8
608,441 608,441 0000000000000000000fb43e5e1eb9873e11c43970ce3d1a5b408321ec0fdb68 2,678 1.00/1.00 vMB 16
608,440 608,440 000000000000000000067694ab9d225a850ee85ec41cf3cc4ddd8f0308e64758 3,336 1.00/1.00 vMB 34
608,439 608,439 00000000000000000013e4908979ee18c96445e922e45b2e6856a5e99c1bb82c 1,461 0.47/1.00 vMB 8
608,438 608,438 0000000000000000000955a1efd5ab81288c5bbcc48592d739b16fe2883eee77 1,957 1.00/1.00 vMB 6
608,437 608,437 000000000000000000144b8c3fd08b6fd19b63bb67756e0566f91f28f376722c 3,045 1.00/1.00 vMB 18
608,436 608,436 00000000000000000001d7b7b26f2ba607d7ea7783c4430e4192a3a929351944 2,614 1.00/1.00 vMB 13
608,435 608,435 0000000000000000000b5d9b51d7059947d9358d25f2c0af99033105df92400b 2,159 1.00/1.00 vMB 29
608,434 608,434 00000000000000000000908cea1d2b3ec484440e313650f5a49f1824c0344f7a 1,931 0.64/1.00 vMB 12
608,433 608,433 000000000000000000139dfc1531385688ce2e852f0090f2fb391f298b65c6c1 41 0.02/1.00 vMB 11
608,432 608,432 0000000000000000000661cf219eb7b06b5e599371ccc98b8a30b3b990051a7e 769 0.19/1.00 vMB 14
608,431 608,431 00000000000000000008a6e4f722dc63cdf3f4937bfc66e107fab3e61a6012d3 2,131 0.61/1.00 vMB 13
608,430 608,430 0000000000000000000d3441fae0199f57831c2f8ba3fab94445a0a2d27536df 2,461 0.76/1.00 vMB 14
608,429 608,429 0000000000000000000bffef86b6dbc049e150b598265d912f6700a848a57bf1 1,627 0.50/1.00 vMB 8
608,428 608,428 00000000000000000012e6e6870bff1d03b471cddf49ec14ceb7d07f5bad553b 1,710 0.99/1.00 vMB 5
608,427 608,427 0000000000000000000bddc281711623109e657a64e3a846e81b9157bbee2992 2,835 1.00/1.00 vMB 18
608,426 608,426 000000000000000000043761a21367ee993659994a2fe1e3dbcb1e9b4d84f289 2,620 1.00/1.00 vMB 21
608,425 608,425 0000000000000000000e838edd84a5f80d9ded23411d0ba1f66b094904a33fdd 2,724 1.00/1.00 vMB 15
608,424 608,424 0000000000000000000e91278f08fd8532acee28aaa0ddfd5ef1025217b1f2a9 2,277 1.00/1.00 vMB 15
608,423 608,423 000000000000000000129fbb8c779b98f7d1c9d7fb74be130c6ca462483a4e62 1,484 0.68/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.82 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: 710.71 GB
    • Received: 17.08 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.