Memory Pool Memory Pool Refreshing

7,189 transactions
3.58 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,688 (176,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
730,723 730,723 00000000000000000006a3d76c314e6954ad056e001faceecc0fad04512a979a 1.55 MB 3,113 10
730,722 730,722 000000000000000000076267b2a997e8732cacc473f83287c1f4f5235a35a699 1.54 MB 2,935 9
730,721 730,721 0000000000000000000945a8828cea58c7a31b1bef5e9b0dcbdabdc6c8f171fa 1.52 MB 3,569 15
730,720 730,720 00000000000000000001f54555920065408bab796a572636521c21652087427a 1.30 MB 1,440 7
730,719 730,719 0000000000000000000543491e4bb9058d478f4f493e0c1d17fc300819be2edb 1.53 MB 2,926 6
730,718 730,718 000000000000000000034a70c8e4591e83c39b1447358dc7793d8b65b281de03 1.52 MB 3,442 16
730,717 730,717 000000000000000000079db1c1157bc7136b50a58accb5521731ad12ecd98e8c 1.60 MB 2,934 12
730,716 730,716 00000000000000000001cbc07809f801d9203ade674d2234028b8d779ea5ca3b 1.45 MB 2,955 7
730,715 730,715 0000000000000000000912c443f95cb2ecddb5324db3273b9b725130b9308201 1.61 MB 2,581 7
730,714 730,714 00000000000000000005591cc6d10f63381aa559adb044aaaa6a94842588ba1a 1.41 MB 2,647 13
730,713 730,713 00000000000000000006acd2349bb5d764dae5fdf3b29ed4d4588f75a5115d82 1.55 MB 3,463 6
730,712 730,712 00000000000000000004667c0173a9bcbd104f15449c8a35e12afa822a184d7d 1.50 MB 3,236 16
730,711 730,711 00000000000000000007adb1ad329edb3151cb2c4f8dcce00acdb271888a9a7e 1.61 MB 3,015 10
730,710 730,710 000000000000000000052b632c49f5ec90ee6e92749102562144062583ec9b08 1.52 MB 2,709 24
730,709 730,709 000000000000000000076968bdca53555845e8da663051776e75991fb02df062 0.90 MB 1,650 7
730,708 730,708 00000000000000000002d57471b96078b39def01aa72fb53392ce2c7b86e873c 1.42 MB 2,529 3
730,707 730,707 00000000000000000002587d352ff151d76305ab3d42b1f58c48bae570404838 1.55 MB 3,439 12
730,706 730,706 00000000000000000001adebfc4c0a599affb429788b65c0b0ad5588804d9377 1.50 MB 3,374 14
730,705 730,705 00000000000000000009d6a55f4ed6f4380cdb1a58e56904d82422b144cca54b 0.19 MB 264 6
730,704 730,704 00000000000000000002a6c96e93063e2b2d391037ade6185fb78a9ab74c1e41 1.52 MB 2,260 9
730,703 730,703 000000000000000000062d6ff63561cf1dfa26453c56e292d3f6c6b497b1a06b 0.86 MB 1,885 10
Previous 10 blocks ↓
Total Size: 768.96 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,615.40 GB sent, 92.63 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.