Memory Pool Memory Pool Refreshing

5,631 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,613 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (642,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
265,737 265,737 0000000000000006742f21f71e215687d134fdc7640d41c8af7f7c4a64e8b532 0.04 MB 63 82
265,736 265,736 0000000000000008e8db1b993567cd375b34da30ebb20e87f82046675af1d96e 0.02 MB 63 106
265,735 265,735 0000000000000008ef2392307cc8cba829efece85c524b412e73f28ff16cd5a0 0.01 MB 16 49
265,734 265,734 000000000000000f4a4b506fc45ed04b5a644081f095a23cb46f18da1b66c9f6 0.10 MB 182 52
265,733 265,733 0000000000000009c995b20657c4e1bfd499a6b801d7aabc42f541531451d142 0.10 MB 106 27
265,732 265,732 0000000000000002a04f69608ebe90d0abff2cef41dfd607d5cb32575723531a 0.25 MB 574 87
265,731 265,731 000000000000000f0de1c9345b24fc3e19736aee88e8e0ab6d0055e51c29048f 0.05 MB 121 75
265,730 265,730 000000000000000fa6ed228d59955c3830a0974c43c54ac31f928c99d8222d81 0.16 MB 304 39
265,729 265,729 000000000000000f828749e95e45bd21b67daf1cfc08f4e56fb5bcd905ad6079 0.25 MB 655 119
265,728 265,728 000000000000000b24fc2cc73e91251fe122d24a301326e32f7bd078dde58e90 0.12 MB 201 34
265,727 265,727 0000000000000004691932b88931ae951ff7b1980173f2134bfc8c2b07e9a6dd 0.15 MB 54 6
265,726 265,726 000000000000000c2d2f6d21d72fb8c9f330b1f2e4c483a1117c0e73016f2802 0.05 MB 161 74
265,725 265,725 0000000000000007a6f4a47fba65bde2e3d52d6085d4923d9cd779e7db817256 0.07 MB 176 39
265,724 265,724 0000000000000009010c0293196c00138eceaa468c2ebb17cc2752688c00dda9 0.12 MB 237 160
265,723 265,723 000000000000000774a1bf80d7fa5347767430973f0a6c1db9dbf3e92153cd9f 0.11 MB 227 52
265,722 265,722 00000000000000027fe0b1cdb1af49a8f273563648684da95a3007b148a6df1c 0.02 MB 32 48
265,721 265,721 00000000000000006910ff0379e4062b65212c9776020528f0cc6a42805c2e9c 0.25 MB 603 110
265,720 265,720 0000000000000005a2ba4a5c019196d05046f04c035c3bdb55034a7bf60261ed 0.04 MB 94 89
265,719 265,719 000000000000000f77f2ed978a3d172232aa3bbe68eb0dc3d3fdd286a55895c5 0.09 MB 175 75
265,718 265,718 00000000000000008fdf2c92c86c236ec422ce4e2dd2cced1d3708d0523479c2 0.16 MB 283 72
265,717 265,717 0000000000000008ffbda08150b555e32f498c2fd3877a974e32ba30661064ec 0.10 MB 220 91
Previous 10 blocks ↓
Total Size: 769.28 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.58 GB sent, 94.34 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.