Memory Pool Memory Pool Refreshing

20,196 transactions
27.73 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,083 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,863 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,082 (56,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,353 805,353 000000000000000000000cfb06f7f115676d7aaae76c00df0fed306bcbc24847 1.47 MB 3,293 28
805,352 805,352 0000000000000000000397fe77e67366de1aa692a7846610061590bf746cb1c3 1.51 MB 2,613 17
805,351 805,351 000000000000000000007b8d63f2b3ac5cfe7fc77248062c581f74167c28cf3a 1.47 MB 2,230 14
805,350 805,350 0000000000000000000438b91e8924ec1732ad39c441936c377a55fcb4b09adf 2.12 MB 1,931 11
805,349 805,349 0000000000000000000360de17f3296bafc8c1b43cc96e2ac4025a5c4a10e052 1.79 MB 2,669 16
805,348 805,348 0000000000000000000372dec8ab6a191281445f78763403cddefbb768e55324 1.34 MB 1,794 15
805,347 805,347 00000000000000000002a5f351a57a30d3465ac2cb83f9adaca4ac37b40f65d4 1.26 MB 1,747 17
805,346 805,346 00000000000000000001302e6108178c257648be1188c232965901a9424732ee 1.40 MB 2,806 23
805,345 805,345 000000000000000000045d1511900dc4537ffd0c3c42dca8b63ea47712e6fe17 1.41 MB 2,901 36
805,344 805,344 00000000000000000004574fa7ea31dd1f7ebfed749bb9d759949b87d7c065d2 1.51 MB 3,238 23
805,343 805,343 0000000000000000000378b40d43a926882e10196da3ecbfae1fe8fc31c75812 1.78 MB 2,476 16
805,342 805,342 00000000000000000000b9992bca183487286922a49acbe21af80c10bba6115c 1.70 MB 2,694 21
805,341 805,341 00000000000000000000e93c468a6b7a38e41f8d71051ea5957a1b4a169d7c4b 1.60 MB 2,292 8
805,340 805,340 000000000000000000047c878c71e1af0a184e7b0001e87e68425ab4a240508c 1.62 MB 1,087 12
805,339 805,339 00000000000000000000e0c645e402cba3ab0f08b414b6808d82842792f395bf 1.30 MB 1,142 11
805,338 805,338 000000000000000000042f2e9dbef2e94e28aadb9f2d4101706ebcf92115cece 1.44 MB 2,161 15
805,337 805,337 00000000000000000001c0e80983e6fe81de40e78ea73e16051249a961acd69a 1.61 MB 2,685 19
805,336 805,336 0000000000000000000507e2168a623e12e89293bc339b0d8b065e9302912c6e 1.60 MB 2,561 17
805,335 805,335 000000000000000000012737ca04179eecff080f309a090d400b19c4bc28a2c1 1.65 MB 2,423 10
805,334 805,334 000000000000000000048598bcd1947d806d1d42592ce6860a7086f0713a4209 1.53 MB 2,661 17
805,333 805,333 00000000000000000002b72b0b2feca917300a5503a35157a458401b66f09002 1.64 MB 2,825 19
Previous 10 blocks ↓
Total Size: 684.32 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,334.47 GB sent, 100.46 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.