Memory Pool Memory Pool Refreshing

4,464 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,047 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (316,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
591,622 591,622 00000000000000000005311ac1d67223b44fe4f033954df053647bc0e26cefb5 0.06 MB 207 28
591,621 591,621 00000000000000000018c014687115693d9bbdfbf15243d8b52efe78f6926b68 0.21 MB 546 25
591,620 591,620 00000000000000000012cfd8c98388f7ce53c559343b5fe26669973f825d210c 0.82 MB 2,279 16
591,619 591,619 00000000000000000003a62509b44acb77aa9adfe8d62867fda3dd76164aa2c9 0.80 MB 1,947 20
591,618 591,618 0000000000000000000fb0bc02f123918411a550e7cf6f7f15c8b7e93df3bb2e 0.60 MB 1,077 21
591,617 591,617 0000000000000000000bf002ede5a2e5404dbccc516fb0714e534cf37f09ef5a 1.18 MB 3,497 19
591,616 591,616 0000000000000000001272f234105ba5d6fb3f534b0e175e38c384b525bd52a9 0.79 MB 2,431 16
591,615 591,615 0000000000000000001838114e75daad9982fafd79c278269f1a15068f588e5a 0.50 MB 1,521 15
591,614 591,614 000000000000000000096f536341117c2af55e69356ee7cd5da1355b26843f6a 1.10 MB 1,326 10
591,613 591,613 00000000000000000014f83cf63c1398da9fc59c860450c8d7705ec4981fca24 0.80 MB 1,224 10
Previous 10 blocks ↓
Total Size: 769.22 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,634.68 GB sent, 94.05 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.