Memory Pool Memory Pool Refreshing

2,531 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 2,522 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (360,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
547,696 547,696 0000000000000000002344d772208712a52451f26d94bd451236c34399f2781a 1.18 MB 2,033 10
547,695 547,695 000000000000000000217231bd856f1b6852703835e69d82da8e58089b114bfe 0.53 MB 573 4
547,694 547,694 0000000000000000001961a22612b7713c43f8d3d5832a60b04f06d3a1213966 1.18 MB 2,726 13
547,693 547,693 0000000000000000001ed7f396629d352d18d0b26cc5560d1b3f142391fc0f27 0.94 MB 1,666 9
547,692 547,692 00000000000000000004332723713547c2023b827d19794d72ef12a8f7399e07 1.11 MB 1,129 5
547,691 547,691 00000000000000000000a8a16901844613a0679685fd2602cc52cfa87b2db497 0.03 MB 74 27
547,690 547,690 000000000000000000140f63929a0d26164d5fa58cb81851c3f459eb53196f09 1.20 MB 2,256 7
547,689 547,689 0000000000000000001f976a1b6c8a21bfb05deb0770c451b94f2a0f104da6ec 1.16 MB 2,918 11
547,688 547,688 000000000000000000116ebb0bce06766f3c1227d1d07664d008d10d1395a4d8 1.16 MB 2,343 14
547,687 547,687 0000000000000000001156a52da1b3a629a4093771f7afba2a95d45bc049ef11 1.13 MB 1,845 15
547,686 547,686 0000000000000000001a35057fb3f1b03122f684058260ce47347e1eff2978cb 1.12 MB 1,575 15
547,685 547,685 0000000000000000002358480f19a04587e6483e469bb4df72a2dff30afa8730 1.03 MB 809 63
547,684 547,684 00000000000000000016c8b2f65dfc37050a9e752964c2a4debd903c27e5a190 1.08 MB 1,851 14
547,683 547,683 000000000000000000084b44d5210b2426435a9f58933439f09081e96efcf82f 0.97 MB 1,873 13
547,682 547,682 0000000000000000000af38ac5827e66f1983fa33bf3699ad36976cfb5782696 0.24 MB 516 13
547,681 547,681 00000000000000000020283ebafeacc34dc481db604316ac132e15bbd0ab3e5b 0.45 MB 696 10
547,680 547,680 00000000000000000003c13944502b95f21fa326aa754528e86ed3aa3e561d95 0.23 MB 434 11
547,679 547,679 00000000000000000019a9d61b6b64bb124a815cd485fc78ffb4b876513206a9 0.12 MB 118 6
547,678 547,678 00000000000000000002bc3c844bdaad4a68671464a411c1948eacdf0b956511 0.15 MB 295 12
547,677 547,677 000000000000000000068609fa34eeba77ef39cf5bae5efc19fed682c48033a4 0.09 MB 164 5
547,676 547,676 00000000000000000027152aad5e12548a3466aad5705bb5e8778451b9816dc6 0.17 MB 266 6
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.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.