Memory Pool Memory Pool Refreshing

1,559 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,551 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (316,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
591,643 591,643 00000000000000000009a9238f3826aaeaf4625fa2e534e797cce475384c5778 0.47 MB 1,226 24
591,642 591,642 00000000000000000007b4c495f5d6a6fa527373be6f8135fcb52523e6c80c23 1.12 MB 3,139 17
591,641 591,641 00000000000000000008448ea6c91ada592e84c5ad56d61d5e090489caa97ceb 0.81 MB 2,095 18
591,640 591,640 000000000000000000181b798367b7782c607250f9b8b80f9df3e21d7f1f8f64 0.41 MB 975 23
591,639 591,639 0000000000000000000ce70839c4060c2b2f9262f3cdde03b0d1b11923ba8fa5 1.00 MB 2,376 15
591,638 591,638 000000000000000000034f5d93f49b5d0586d57f4fc55ff19c88d96c6246b85a 1.16 MB 2,105 31
591,637 591,637 00000000000000000006e49aae639b30f90da197bf02c18214b5ab0fcceb2308 0.79 MB 1,551 13
591,636 591,636 00000000000000000001a6ce3af26c95b9c9b67ebab19732edb321e1dd9e6896 1.13 MB 2,099 23
591,635 591,635 00000000000000000002d6e4d13c2f807bbc66883ca8194846f8ae9bd0cb9bf9 0.16 MB 484 30
591,634 591,634 00000000000000000015c4b40677834c7be3ca10fd36935eedb0f8fd23c8ffb7 0.67 MB 1,801 24
591,633 591,633 00000000000000000017c45b72063d36a37f1f8f3db98e085e6c373bfd50feeb 0.98 MB 2,839 24
591,632 591,632 0000000000000000000949a28f7d09703ce24bb6bec52c23762ac4c39baf77e9 0.54 MB 1,370 14
591,631 591,631 00000000000000000016eb82fd359bf6c228abb46014f699a68876e889a518ed 1.16 MB 2,906 22
591,630 591,630 0000000000000000000a36e023dac591acfaf57db4e3c88a94504c57c4ecb0e0 1.14 MB 2,690 21
591,629 591,629 0000000000000000001095e38035e5feff7d05751815feaed6b8725b20f10dc0 1.23 MB 2,581 36
591,628 591,628 00000000000000000007187ff6601b0cb5fe6c8061b857b60c00ed1e7fef821e 1.10 MB 2,979 16
591,627 591,627 000000000000000000026c2778c4c66e9e8383e5884644ebdc456b530f66a288 1.29 MB 3,176 36
591,626 591,626 000000000000000000069a27438bb39349ea20d7451e7039d9de0e3699f38e4f 0.94 MB 2,654 23
591,625 591,625 0000000000000000000f808283af8e026bc4faedc4dffdf3d80a86fa6d1f020f 0.24 MB 743 18
591,624 591,624 00000000000000000001a577b376fd33bf8419948299457f645e74e14af968b9 0.31 MB 872 22
591,623 591,623 00000000000000000007f7ce31f6044c8b01de1b340a23325cffe45a19ab601b 0.82 MB 2,489 18
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.63 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.