Memory Pool Memory Pool Refreshing

8,078 transactions
3.75 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,778 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (8,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,691 899,691 000000000000000000015dd21d5f95edd80350b6c197e2ca622c90cb3e200d30 1.52 MB 3,900 7
899,690 899,690 00000000000000000001ed3ee6d7307638eb746b62e6b94b4f2488707e62aa90 1.84 MB 3,953 1
899,689 899,689 00000000000000000001d29f73f6747cb8030e715f12306f00ae7043a82dac28 1.54 MB 2,874 3
899,688 899,688 00000000000000000000c2e56510d5e0b3d8fe570f85fd907ab57f81bbf82569 1.56 MB 3,603 4
899,687 899,687 000000000000000000006ac8105a9e15d83bbb05883f45a1880521b641dfa685 3.99 MB 2 3
899,686 899,686 000000000000000000001887c828dd1a6099799c21268254537a84a34028c455 1.59 MB 2,268 2
899,685 899,685 00000000000000000001a66d2373b959003b3855e74b098e141fa6dbd4cdf539 1.60 MB 4,097 4
899,684 899,684 0000000000000000000234a4b23154e5b1665d09d8fd4eeeafd1b35cc1c3d741 1.44 MB 3,459 6
899,683 899,683 00000000000000000000fa56a96c1d53cfc9d5532741b9b2e8750ad0b93edec0 1.55 MB 2,473 2
899,682 899,682 000000000000000000007fc65886b9410215d88c9d9c2ff51936f9b80e44d466 1.66 MB 3,396 3
899,681 899,681 0000000000000000000125e5e0fcb765c1be67a9c94c53474bd6f2dbd3fdf9c2 1.52 MB 3,156 3
899,680 899,680 000000000000000000016322f1c4c34757dddafedcf1af8e335f81db235fc31c 1.54 MB 3,841 6
899,679 899,679 000000000000000000012255f7cf5285f3795d4c10286e870ffefb523dd324ca 1.58 MB 3,689 4
899,678 899,678 00000000000000000001f92f3203ccca808aba03d6848e8de80ea725bd66d09c 1.50 MB 3,683 9
899,677 899,677 000000000000000000021d5da33de540daa55f8c8ba8dd0147b666f73bc0ede5 1.64 MB 3,182 4
899,676 899,676 000000000000000000021a6b693b0c096ab033fe5608ae43dbf94d0826458a4b 2.51 MB 1,535 2
899,675 899,675 00000000000000000001ccd96e1d7007dea4818462e07d2d9c1b4fbfc677d096 2.03 MB 1,051 1
899,674 899,674 00000000000000000000853b914b9e77cd4630e151ada9186b5f40f90237ba3b 1.64 MB 2,039 2
899,673 899,673 00000000000000000001ef77ad0602a48a395ce4d8481a67b9620c9d07b768cb 1.53 MB 3,754 4
899,672 899,672 0000000000000000000017cea91a95b088fe3a26b821144a07a78eee64b85fcf 1.66 MB 2,991 1
899,671 899,671 00000000000000000001f1f6f8606139711cd9b9c096485b8dafe84b5a1a1ccf 1.65 MB 3,282 2
Previous 10 blocks ↓
Total Size: 769.03 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,624.90 GB sent, 93.01 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.