Memory Pool Memory Pool Refreshing

10,192 transactions
4.65 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,120 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (102,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,359 805,359 0000000000000000000438f092773917209bdb928c119079edf5c548eda024c3 1.60 MB 3,247 24
805,358 805,358 00000000000000000003e11a098c4577a4f98912644c62441264d5c12c5b9293 1.31 MB 1,900 15
805,357 805,357 0000000000000000000412a26a01c77bb4ff9694f113311f8d5d8c8bbc31d7a1 1.50 MB 1,786 10
805,356 805,356 0000000000000000000129df48135dde5c167150f1aaf7563b5d7a30e095b9f7 1.62 MB 3,406 21
805,355 805,355 0000000000000000000332116bcbffcd95dc302f7c7c7030234e0c21dc37563e 1.69 MB 2,226 9
805,354 805,354 00000000000000000001981cfa8a27af4c15cb0577547c87e2057198d036a62a 1.65 MB 3,720 18
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
Previous 10 blocks ↓
Total Size: 769.03 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,625.71 GB sent, 93.04 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.