Memory Pool Memory Pool Refreshing

3,124 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,856 (744,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,665 163,665 0000000000000b9c6bf02f07c774e8049ed45f69559e9a9746c3c17336ae6e44 0.01 MB 26 376
163,664 163,664 000000000000015ad6a368f1b6e252017c6e4dc9168fb3e19e71abd857b0894c 0.00 MB 12 28
163,663 163,663 0000000000000767b51d610eb089f9ac62514f3f0cd2b660039296b7e61e88e7 0.01 MB 39 66
163,662 163,662 0000000000000c35953fa368f5a7971c05fbac63e53c4791e9512a2b1e61fb19 0.00 MB 12 63
163,661 163,661 0000000000000855766db2dd306ca4bee44a5b20b912fb19d833aae2755ae6e2 0.06 MB 111 127
163,660 163,660 0000000000000b7b6241c6d943857927f7e039890e4d5741e77751c4b62564a9 0.03 MB 61 15,832
163,659 163,659 00000000000002093351b6f3feffb614b50d7d5502c63c465687ffde6b7b5e4e 0.04 MB 74 178
163,658 163,658 000000000000099d1ae03fcb6717fe62c9c558fbae54880305f344d23afffdc5 0.05 MB 99 178
163,657 163,657 0000000000000c662397299f70b0af2e772c85fc8a418d0e6aad3bd8d8e06bbb 0.00 MB 15 38
163,656 163,656 000000000000086536ce3e9420c9d1aa9f27926437c97c408daed454b8913cfd 0.02 MB 57 302
163,655 163,655 0000000000000a293653386ffe9b1a8fe656cc5f897252c2bd5fe661666cb539 0.00 MB 9 63
163,654 163,654 00000000000002210afc0435b67283445e217f733da3c6bcdb74204738269746 0.01 MB 45 403
163,653 163,653 00000000000002f733bf4649190333cc0e0ebb34be1deae37bcf73869184174a 0.03 MB 45 43
163,652 163,652 00000000000002c52a1e7790c2f16e3ef8f1519d9fefdaad08ab8e18fce5023e 0.02 MB 32 52
163,651 163,651 0000000000000cb20e3ab9dc546da793fbd1f1294a8bb36ebaddca5fb58b76b1 0.05 MB 92 62
163,650 163,650 000000000000058e6f4b5ec05612825358dd3d3b1a28ad32b251c53a5cc456ab 0.01 MB 35 40
163,649 163,649 0000000000000976c976a96753c348f76cdf733be69e0af9787c96f0e3b92c87 0.00 MB 16 48
163,648 163,648 0000000000000aac1cbf798baa84a3c9253dba53e8a3df92f34260f0200c13d9 0.01 MB 37 242
163,647 163,647 00000000000003d9186ed454e429f22bf69c88c8b13702a4b8a63306ef0d847e 0.01 MB 12 2,154
163,646 163,646 0000000000000a22254351ac1612131261a841443d614c65dc1cefd4f7d91fb1 0.02 MB 30 57
163,645 163,645 00000000000008a99907c26d4077ea0a6ffb4b0dd849a150dc955f26ef291ac5 0.04 MB 81 71
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.28 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.