Memory Pool Memory Pool Refreshing

8,736 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,728 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (779,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,003 128,003 00000000000025a7b22b0fe180688198d9442aa4d06c24094bcf262d0888ec6a 0.00 MB 11 250
128,002 128,002 00000000000026720dc35fa923edea9472cfefb5080f2b9df96fb82d27bd4dd7 0.04 MB 84 1
128,001 128,001 0000000000000ae8912250b0d92a9fc63f021f490b8e359d01ad883298f99c06 0.00 MB 14 2,441
128,000 128,000 00000000000003b8ddd8692769e1965554a8bb030863e0566a28bc0dc952864e 0.01 MB 11 980
127,999 127,999 00000000000018ebd615740e289444b680ddb72b8c3549856691f7ba9c246496 0.00 MB 14 831
127,998 127,998 000000000000124ecc6e9e45c24d721d65a1068d263bb8650323b6f0b0250071 0.00 MB 5 844
127,997 127,997 000000000000230cd490ae99a80f6b9c8f0775fc27673eb0c9f4316591b8e20c 0.00 MB 11 0
127,996 127,996 0000000000002073e64ed802653c4a92409f52cdaab5eaf3502d4627b7d4dbf1 0.00 MB 12 1,451
127,995 127,995 0000000000000881a227e2eed3b8f5a8eb510a8f1468eb95dd803ef91b23e3b0 0.00 MB 2 0
127,994 127,994 00000000000008735412579df4b2cbff43b1d6f9c80ed069c3becb6aae858436 0.04 MB 82 652
127,993 127,993 00000000000011dcd0d532e9b62a11e43579f09aa511c28443f8cbdb16bc3b9a 0.00 MB 4 243
127,992 127,992 000000000000129031d4a588c782f30aed5e2050a798ebc77a76d903db0917fe 0.00 MB 1 0
127,991 127,991 00000000000017340c20ea59854f795c74f5258d770ceb9e8d96d5a28c40f18e 0.06 MB 183 0
127,990 127,990 0000000000001f6df6419f746cdb2d2f6f076eff1e6578abc0ec54bb7e26bbe3 0.02 MB 28 1,964
127,989 127,989 000000000000212b52ae51569d7458c025c1d651dbe769c2928ff185feacd3d0 0.01 MB 23 840
127,988 127,988 00000000000020d813e74aacf2723e4a65e59c6207d2811b9a4f31bd055a1914 0.03 MB 51 1,063
127,987 127,987 0000000000001e23156446761d5666528c95c35d8a6d349f47f0c7541d25d5b4 0.01 MB 22 353
127,986 127,986 00000000000016bab3b2e17486dd6cb97cd272823b707986f6834094b129cdd7 0.00 MB 11 1,559
127,985 127,985 0000000000000fa9bf0f7134f19721958f9438669577a5ce9568f66b478e17cd 0.04 MB 119 833
127,984 127,984 000000000000216657bfd8002eb7698375ac708499504b2a7f1d8ad5ae60de7a 0.02 MB 53 765
127,983 127,983 0000000000001cf8cf93de1453f17dbff8ae0f8dc8a6be7d5e383bf83a17e1f6 0.00 MB 6 1,292
Previous 10 blocks ↓
Total Size: 769.31 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,642.79 GB sent, 94.50 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.