Memory Pool Memory Pool Refreshing

5,001 transactions
3.13 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,425 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (49,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,725 858,725 00000000000000000000ca2ef006f8e0aed0681273da450ab56c7971f3fe1d40 1.59 MB 5,498 4
858,724 858,724 00000000000000000001207791fb1e50e6618f656041d4f669202ca982367f63 1.66 MB 5,770 4
858,723 858,723 000000000000000000011091ada1f4c94850852c6ff5bcb2e437bd16cc71d42a 1.65 MB 7,946 2
858,722 858,722 000000000000000000009e57f2c9da20657d8c851eac5d5f03d7596e6b022434 1.64 MB 7,511 2
858,721 858,721 000000000000000000026ed5936b71a359eb524c63822aa23b5adad2367725e0 1.61 MB 3,746 5
858,720 858,720 00000000000000000002d35ef0747a2e5bc66de86c28adca18e523e329b23460 1.65 MB 7,902 2
858,719 858,719 00000000000000000002ddfb529f3a79ac4175195b715774e4502670f99a3270 1.67 MB 5,080 4
858,718 858,718 00000000000000000000c40b08333fc4740d5dc714705b7fa46ca922c2ce26f7 1.66 MB 7,750 2
858,717 858,717 00000000000000000001db8d0839ccdd4f3721d86278d9c2a6234e81940f31e1 1.64 MB 7,577 3
858,716 858,716 00000000000000000000d576c8f8694a628f87857b91fd67fe881a08159b55c1 1.57 MB 3,612 5
858,715 858,715 0000000000000000000307a4cd9b0110c06e1f5a74ed12e6096cba31bcff1294 1.66 MB 7,626 2
858,714 858,714 0000000000000000000166b6d1ddd61bb722767dce1df8a6ebfae56181db0cd4 1.65 MB 6,613 3
858,713 858,713 00000000000000000002eca2d43f55220426ff8cbdd3da180c446466299aa6fa 1.63 MB 7,388 3
858,712 858,712 0000000000000000000001de8cdee82858e2ffa0d3f234c0cd3f1e6308c1695f 1.68 MB 6,517 3
858,711 858,711 000000000000000000013c36ba9db3a2c3c289206882de07a5d5c48044bc0c2d 1.64 MB 3,544 6
858,710 858,710 000000000000000000013f04625a0ec3ba3013376f82eb391bcb72750ce65010 1.38 MB 2,350 6
858,709 858,709 00000000000000000000fdb184c619c3d1f03b2c78f932945c32d8df05f06e14 1.64 MB 7,300 3
858,708 858,708 00000000000000000001636aa682d22d786168559cd28beb89c09da6a1fabf59 1.62 MB 3,767 6
858,707 858,707 00000000000000000001d5200fb9502a81ede479df19fdd7092ee21e2e4cb12c 1.62 MB 7,159 3
858,706 858,706 00000000000000000000c822f93315ee3b7852488840264a326560644bbb2be7 1.75 MB 2,559 5
858,705 858,705 00000000000000000000acbb89939ab7ff814d2c004caa4639356867ae5bda57 1.65 MB 7,788 2
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.