Memory Pool Memory Pool Refreshing

5,512 transactions
3.36 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
2 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,729 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,352 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,728 (102,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
805,332 805,332 00000000000000000004e58c698e4516bf1aec009773a1dcf5fab6607d64f004 1.49 MB 2,556 21
805,331 805,331 00000000000000000001b67bf14ce91cdad5d5be2844a49f1c4d7c81c834446b 1.15 MB 1,266 20
805,330 805,330 0000000000000000000406c649ea21c7c02afedc66914ff42daa191179553fb7 1.63 MB 4,057 16
805,329 805,329 00000000000000000002617613b6042b440afa3be6e0afc00b1bb51bfc834a2f 1.53 MB 3,196 31
805,328 805,328 000000000000000000016fb833f78b79b717465cb51e829dc06487cd61126a5b 1.58 MB 3,085 22
805,327 805,327 000000000000000000010e64342dbc24c980c12b9940bbf5a11d220c4abe8fe0 1.59 MB 3,430 22
805,326 805,326 0000000000000000000268dea8439f1b7d8a5526a880bae000d2106f9b6c0a36 1.65 MB 2,040 11
Previous 10 blocks ↓
Total Size: 769.04 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,626.05 GB sent, 93.05 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.