Memory Pool Memory Pool Refreshing

340 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,471 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 320 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,470 (808,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,633 99,633 00000000000269065f8a7fe6e0b62c97f2f2b7a4fe7b5b0083289f086b3ecc6e 0.00 MB 1 0
99,632 99,632 000000000002acfbce61be1277b405f5275232e3348cb62bc4720415a48b19e9 0.00 MB 2 0
99,631 99,631 000000000001a5c1a5779c0d10826818444e6e478643b4e9790b2e5afe39785f 0.00 MB 3 0
99,630 99,630 00000000000095b0a3bec6ae8eadeb228deb36007d5ab1cf41d3989d1adfaf7c 0.00 MB 1 0
99,629 99,629 000000000001da437004d416041b8fdfcdc602bd5251f4397295cba9b1b467d9 0.00 MB 1 0
99,628 99,628 00000000000011e17d4d54ece7db0d9276d85dfb2d5179333b8d8033f2ba40a6 0.00 MB 1 0
99,627 99,627 000000000000e6333cdde8205ff214cea908f72e452f1c8f6b02eee078e7a33a 0.00 MB 2 0
99,626 99,626 000000000000d859b9fc61eab108791ddd44fa5aad303805e827774ad59c5c4c 0.00 MB 4 0
99,625 99,625 0000000000047896114f7b1f88b25455cb99fd894bbb6ee26623d48c0ad34046 0.00 MB 3 0
99,624 99,624 0000000000033866f2a126a3d5cf4ae905860ad613d84aad1f0d03faa07d085f 0.00 MB 1 0
99,623 99,623 0000000000040a89a4df3717ceb99431bedcad988c1061d4532e7a5e658e326f 0.00 MB 1 0
99,622 99,622 000000000001a9e6911971f22f1ec76cd3bcc94d36218fe179c727f04833c2dd 0.00 MB 1 0
99,621 99,621 0000000000009164fa00be4005493e4ce7c024ba4a584bb6f1a488b9c07902a3 0.00 MB 5 0
99,620 99,620 00000000000077da814eada4eacc011e7450cf18b4fd5d9bca579b42b9f8d7a5 0.00 MB 1 0
99,619 99,619 0000000000012b2595781307706af67790a51752d68378ae02b0460ca7211fd8 0.00 MB 1 0
99,618 99,618 000000000000e113b3cf3781f10c6051e93baa14d7c6e7c274a3e371511e754d 0.00 MB 3 0
99,617 99,617 000000000000cb5b3d7a8eb1dc11ea7b72fad774828d19f2e419448aed9294b9 0.00 MB 1 0
99,616 99,616 00000000000116fa25012fb890e0a4a3e5ccbbcd0f91e9c494108dfaef002ef9 0.00 MB 3 0
99,615 99,615 000000000000ccc3f721b9bf3ff08bcaec31b60804a4721abbc7b3e311d3a825 0.00 MB 1 0
99,614 99,614 00000000000073807dde88ce81c3b8443de05f140f2c766c25ddd35a2e7fe777 0.00 MB 3 0
99,613 99,613 000000000002935a6475f176af72b4ed21b4cb27c4c3216ce1b30baf3eb94be8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.30 GB sent, 99.90 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.