Memory Pool Memory Pool Refreshing

1,925 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,920 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (13,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,774 894,774 000000000000000000005bfb189ce1c772352cd810dd76a61a6fd53d4b9e82b8 1.38 MB 1,793 3
894,773 894,773 000000000000000000023c89e71c17bd2a08476fdbb8f121786ecb7eec7b8bdb 1.54 MB 1,109 2
894,772 894,772 000000000000000000010aac335ec895c2cd5da2e175c75666d9b610ad61d4f9 1.72 MB 3,046 4
894,771 894,771 00000000000000000001ac24d73fa5b3c415f2c725dd1447f45587c60f83393c 1.52 MB 3,145 4
894,770 894,770 00000000000000000001bbd9e860df0a9ca2c1114f0fce81f24dc52a441828b3 1.40 MB 2,236 4
894,769 894,769 00000000000000000001066f18a4a5ac9b764f61bf89ef0ba00c0ce04a4278a0 1.55 MB 2,881 5
894,768 894,768 000000000000000000004b6781aa201072c06d8f31e099ae56f688e713f8697d 1.56 MB 4,075 6
894,767 894,767 00000000000000000002063b86809452b004bd9e984df29ace7444ad5b4bdf07 1.74 MB 2,657 4
894,766 894,766 0000000000000000000214bfb9f46877b4717838acc1fd8fe5d51ab37e24a450 1.55 MB 2,697 5
894,765 894,765 0000000000000000000138b45f14826b3cf9958f58b40ca2ddc9eb76ac1cdfd0 1.66 MB 3,956 6
894,764 894,764 000000000000000000013bf2c85a84d3f029aa75f0f95ef552c4a4b75f29f7f7 1.53 MB 3,745 11
894,763 894,763 00000000000000000001d8f93fb5deaccf67dac9646d2ff5a2241aad564b3f94 1.67 MB 3,997 5
894,762 894,762 00000000000000000002279ee027f79fe224c60e6471d78e7e22b358358f26ec 1.57 MB 3,775 7
894,761 894,761 000000000000000000001bda0455d3db5569d56ed9a21b3fd6a50b392e7ffc10 1.60 MB 3,988 7
894,760 894,760 0000000000000000000155aae86de74e7317e2a09611b60518ac70e4f209b223 1.50 MB 3,236 12
894,759 894,759 00000000000000000001d8b50f5885df062c6ee87b34584b45f507dac204b9ad 1.61 MB 3,538 6
894,758 894,758 000000000000000000021d169f41cccc788581fd41a09865e58845818902265d 1.48 MB 1,940 4
894,757 894,757 0000000000000000000180b950924c754339dad6797a6a6a45f4f7c7404c3b00 1.49 MB 3,222 5
894,756 894,756 0000000000000000000172240de7b24b3d3515ef8549e744fa43d7a9cb9ca1f0 1.99 MB 1,409 4
894,755 894,755 00000000000000000001739d68db2263bcc9decbce74d0e718dede22bfde9a04 1.61 MB 4,276 7
894,754 894,754 000000000000000000008b2daba0831b4bdd227bbca58841f5bbe96777ec919a 1.52 MB 3,464 8
Previous 10 blocks ↓
Total Size: 769.14 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,631.98 GB sent, 93.59 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.