Memory Pool Memory Pool Refreshing

2,740 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,740 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (396,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
511,583 511,583 0000000000000000002e8636633bc08951361f1d8e8c99ed0f6d73cd349fd780 0.22 MB 361 62
511,582 511,582 000000000000000000392971e012127c7122f77e2b464a006856f6f53d74bd33 0.59 MB 1,005 48
511,581 511,581 00000000000000000034ced7e30e7fc76c89b500ee1d7b30e2443f67862630c4 1.14 MB 1,928 42
511,580 511,580 0000000000000000004dc6ca95c3a07e399c01cb9b3772b0ed27f858a3a2fc86 1.29 MB 1,660 36
511,579 511,579 00000000000000000045dd46197aae1456b53179e3b6349a8358ca8836885740 0.29 MB 337 26
511,578 511,578 0000000000000000005a7db3f61bad6787452dc30868d161f92c1f061ee3625b 0.32 MB 652 57
511,577 511,577 0000000000000000005d88e86f3a136e10ec88bb3f6a068704ca91cef7c5e0e4 0.84 MB 1,302 65
511,576 511,576 0000000000000000001f97a0002dcef023e27d455c6cbb882da01b548915d032 1.08 MB 1,314 24
511,575 511,575 0000000000000000004e4a97e5658da5efc0b2acf4264cff23af37a217153b61 1.09 MB 1,410 18
511,574 511,574 0000000000000000002fa905866b5cba864c72097a933b9a723e43a5fbfa387f 1.15 MB 3,105 79
511,573 511,573 00000000000000000048513c61e815b28edd7086c68b31547ab205b22869aa17 0.47 MB 726 21
511,572 511,572 00000000000000000052909b303d76f6f9e8216e45b4ab75cf95f4b52d7ac656 0.73 MB 1,879 64
511,571 511,571 0000000000000000002abebd8cb458d93ed46cfbd1ca36d12a8d352a9b8d42ce 0.47 MB 717 45
511,570 511,570 00000000000000000006eb1d08828fa0e4d14127170134966a50b8b6b9516f41 0.28 MB 302 31
511,569 511,569 00000000000000000022c721ceedcb987184545db91df7ab2b50409a105c2d69 0.36 MB 713 40
511,568 511,568 00000000000000000000b5ee3aad9022eaae33f939d372bafee6cce2ae87ecee 0.18 MB 300 68
511,567 511,567 00000000000000000036e29dc92bba4b5a4317f140da8a427ecb121434c23793 0.07 MB 68 43
511,566 511,566 0000000000000000005d53b2df29633068103a34b4ab7b1c06c7e883ce9cba7a 0.48 MB 581 39
511,565 511,565 00000000000000000030c831997104f24233800cdac155042f4cb2e0650d2dfe 1.17 MB 1,682 10
511,564 511,564 0000000000000000002b04cac57ec3c2a5c6cc257aab36c002a07b6a71999f06 1.13 MB 2,800 75
511,563 511,563 000000000000000000421bd143ece3975579c91111de27dd4ebea0d8a24ef261 0.94 MB 1,516 43
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.