Memory Pool Memory Pool Refreshing

1,696 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,696 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (189,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
718,506 718,506 00000000000000000001950888dcddadf4652e21a36b61925a7beba963dcde83 1.41 MB 3,117 7
718,505 718,505 0000000000000000000a6efee541a51ea00ad5088f96616a1d52ccea26366a65 1.21 MB 1,017 6
718,504 718,504 0000000000000000000310a8300e3f36ed9b8ac34dc3d11c1f2494283e17e17d 1.44 MB 2,134 11
718,503 718,503 00000000000000000004948ca48865280d8bfce3537f8e99e25db3e6c373b9c1 1.49 MB 3,283 4
718,502 718,502 00000000000000000008f80c0c7194a650808d3b22a27b0e6f45e619a0caf3e7 1.44 MB 2,766 7
718,501 718,501 0000000000000000000014e7164b75e175b85963e3380b218051926852863ac5 1.59 MB 3,016 9
718,500 718,500 0000000000000000000615cec31920656caf03fcf5935006302b8c89b7132672 1.51 MB 2,533 13
718,499 718,499 0000000000000000000183ae60396fe82dc48bd0a9192bce250f0bf40b345724 1.52 MB 3,510 11
718,498 718,498 00000000000000000004348bd27bc616a2dd009cf63d0fb7078c58b355925fa8 1.45 MB 2,832 23
718,497 718,497 00000000000000000009cf474dc8006c6fafe153a545ffcfee22b9007a485360 1.59 MB 3,601 7
718,496 718,496 000000000000000000051a27e61b0216e6c108d5ee39cd187753d792780341f0 1.50 MB 2,121 5
718,495 718,495 0000000000000000000990e1907dd3ad9896a6946fcd1e4c6a1d36bd716329ed 1.43 MB 2,618 13
718,494 718,494 00000000000000000009c5504bcf6c0ca6a7618a52662c4b311c0d967f303f1e 1.11 MB 958 5
718,493 718,493 000000000000000000061c272468885fa70c9d9384b6cc3bbae3650f36783b7a 1.37 MB 2,089 5
718,492 718,492 000000000000000000044d4e113d974bfbc15e3a624e3fbd77561972bba9f4ed 1.54 MB 3,022 16
718,491 718,491 0000000000000000000ae8ad792379d8ece55d219d31c25a182b782fb7a724b1 1.40 MB 2,432 7
718,490 718,490 000000000000000000013a44d2c5f23b4776c55fe67fe7cc53001a36ae3b5854 1.50 MB 2,632 9
718,489 718,489 00000000000000000000165989db03f06082c77a825846a0e4205bca174e4831 1.47 MB 2,690 18
718,488 718,488 00000000000000000001adaa581cc6fe032778ebb2648b2cbb56f252e4289f57 1.52 MB 3,061 10
718,487 718,487 000000000000000000065eb6dc05c43b774ff80fb562b40ddb907c1321838e4f 1.41 MB 2,378 7
718,486 718,486 00000000000000000006cbf545e0f0e6c5c066febc9b71564460ed59a4d70dc9 1.36 MB 2,561 13
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.68 GB sent, 93.66 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.