Memory Pool Memory Pool Refreshing

12,235 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,034 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (112,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,570 795,570 00000000000000000000b4478c426224075629555f7e88c43fd94b4ddcb7fe0e 1.70 MB 3,586 40
795,569 795,569 00000000000000000001fd2f179dc6e9e88f3f2376ad107aeb18a5d57161322d 1.45 MB 3,130 26
795,568 795,568 00000000000000000003d6f6744135d5306acbbce1464e1ce4629ea0bf0e7258 1.64 MB 3,432 32
795,567 795,567 00000000000000000002c1d015ba03502851ce654f9a6539fe623350c1c9bc82 1.58 MB 3,796 37
795,566 795,566 00000000000000000002c256c64cec59d391b43d59cc5842f3dff1eefe0a51ad 1.57 MB 3,359 44
795,565 795,565 00000000000000000001d60eea39585fb1affd4799832573064804f10de3ec3a 1.57 MB 3,252 48
795,564 795,564 00000000000000000003b6b5871be57c2740ccb0451131bbcc3cf9aa05089941 1.58 MB 3,961 44
795,563 795,563 00000000000000000001eca06bb0cf2a9b6b5d09ef182f5f6999a33ee0bb109d 1.45 MB 2,838 53
795,562 795,562 00000000000000000001e6181b8f36b98f5d7226b65c01b2ca9fd680abf469f9 1.49 MB 2,609 56
795,561 795,561 000000000000000000007410005ebc5b7722af8024a8a5a47e53920590a06edd 2.01 MB 2,953 12
795,560 795,560 00000000000000000002b7e55e4ec42207e7cb937afb34fed2deb114cd8b59c0 1.86 MB 1,204 13
795,559 795,559 000000000000000000030d14c84436f9fcb9b4967b31b503a506af54422e3b8e 1.86 MB 694 15
795,558 795,558 00000000000000000003e55ce9dc1aa7f17356f49b1f2f3bf493cce969f466cb 1.69 MB 3,207 28
795,557 795,557 00000000000000000005488a0f3745c60bcf4b8df3731f2f69596383bbe1095c 1.63 MB 1,888 27
795,556 795,556 000000000000000000022e6af40f2e1ff0f2fbd36d94a92b39c2f612cf7f5ab5 1.74 MB 1,634 25
795,555 795,555 00000000000000000002c591fcac0b235d305115101c2011bf6b9753cc617140 1.82 MB 1,082 25
795,554 795,554 000000000000000000028dc7d6bda3eb8eb20696a33cf507ab3b102f6d63eb4c 1.74 MB 1,651 20
795,553 795,553 000000000000000000049117ef54149d7bf5a6ace3af0e8d1cab6ff257970e1f 1.98 MB 2,622 16
795,552 795,552 000000000000000000006be4976100c0ffd57257a6440f760117dbdb129e08b2 1.68 MB 3,459 26
795,551 795,551 00000000000000000000d9abe0372e481a2b67e876981fb9851ff71a7770a804 1.70 MB 4,200 27
795,550 795,550 0000000000000000000297a7aaa2e5c0a0729e80ce0d0e4c53f1bb5bf22e96fd 1.66 MB 3,681 34
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.