Memory Pool Memory Pool Refreshing

1,386 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,383 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (16,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,407 891,407 00000000000000000001c37d71b0497d28709245835a38859904dceb82cd9456 0.07 MB 199 4
891,406 891,406 00000000000000000001f38cc6075b0989da7f891087eab73d56b268c0db6fb9 0.29 MB 258 2
891,405 891,405 000000000000000000015db6a2e0aca854833c10edfa9bbc5a092d427a8b5865 1.69 MB 2,967 3
891,404 891,404 00000000000000000000584232585832fb1915f31155225f271bcc86a2fb6e06 1.19 MB 1,825 5
891,403 891,403 00000000000000000000fc0d154d7ee0866c5dcd464186c8cced6a29ebe8ec2e 0.22 MB 572 7
891,402 891,402 00000000000000000000177df1b712640315e25f309952ec6679a6ae178a6c9f 1.84 MB 2,644 6
891,401 891,401 000000000000000000010c0e1e74df4980377e04ef8e5622e5b39a2b7d68a349 0.59 MB 784 5
891,400 891,400 000000000000000000013f26e15c150a94735932b96fff3339742fe34fd5482f 1.58 MB 2,615 6
891,399 891,399 000000000000000000017b6524e5635204f5f83b17fec2004b1f3864950ee3be 1.28 MB 948 5
891,398 891,398 0000000000000000000089c6a78761174cadfade40a57294ec9a9c3cda834c63 2.83 MB 1,288 3
891,397 891,397 00000000000000000000f3c172c8d1f41ce65dddf73881996eb16efd8bf87f1e 2.23 MB 157 1
891,396 891,396 00000000000000000000b61e2606e7a693ee5429e18ed5664da2cbe9c9e167e4 2.94 MB 1,593 3
891,395 891,395 00000000000000000001e778768bd9583fba911665b2dffcf028360fde79497d 1.50 MB 1,036 1
891,394 891,394 0000000000000000000049d39503140569e035c31bd5d0239a688896f4942fe2 1.65 MB 3,638 5
891,393 891,393 00000000000000000001448da9b2b2a60e11b7ab0cff4e881367d66e9e210d1f 0.00 MB 14 5
891,392 891,392 0000000000000000000210c0cbc7d0f5f5c244dd623b1f227fcbfc49047aa823 0.65 MB 237 3
891,391 891,391 000000000000000000017ba78444c5f81af41e4efbf10bfb6650b327076c3c3a 1.08 MB 248 1
891,390 891,390 00000000000000000001723b49737a91c29e3e5a2067ef24b66fc811a5f8e83d 0.50 MB 468 2
891,389 891,389 000000000000000000008487b1747edfc45cf6b4d8860cb60df7a4c9c4482959 0.87 MB 1,437 3
891,388 891,388 000000000000000000007a051e3bd68dfa31ec737a57bddd63be52b8f3ff37b8 0.87 MB 1,982 3
891,387 891,387 000000000000000000014142cf99915d763fac92686df3b295f65d0d379696f1 0.44 MB 925 4
Previous 10 blocks ↓
Total Size: 769.12 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,630.12 GB sent, 93.49 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.