Memory Pool Memory Pool Refreshing

5,133 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,856 (797,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,644 110,644 00000000000114d674b2fe802aa273865976ce9dcdd93afa8e7c631be9f2e19a 0.00 MB 3 0
110,643 110,643 000000000000c88e124e68a80211a32efb0eec6479f21b1fb2db2b7a7370fb45 0.00 MB 12 0
110,642 110,642 000000000001c59dac23b76f066ffcfd3d6eb6741e81b7e3435f3a18e8078e26 0.00 MB 9 0
110,641 110,641 0000000000005280629b3a095bdd2745bc9f2e40a8002e307a21a0c4b6cbef8e 0.00 MB 7 348
110,640 110,640 0000000000018e9a3a229dbe8e6c1219c6067930704feee7280d50a7b56209c8 0.00 MB 9 0
110,639 110,639 0000000000004b6a0df2d898cc12e18534a8c850d407172615ba090c4796ba65 0.00 MB 9 0
110,638 110,638 000000000000e12f10869e5d2ee3f4725c14e993a5b2885b5d948df5933f91f4 0.00 MB 1 0
110,637 110,637 00000000000064fa84d897fef4f8769db66ded91c7c934638db181abdc80d0f9 0.00 MB 8 0
110,636 110,636 000000000000089ca140373f64ca17e45e4721f324ca2b70126125f63fce9113 0.00 MB 7 0
110,635 110,635 00000000000009e35305f36ce7157173b0b72e2f9d1f8bdc4ade2e4b4b6ffa93 0.00 MB 1 0
110,634 110,634 0000000000001917cce6bc6dd0b90d88e92b07f99f44d5a26d2f521dba191275 0.00 MB 3 0
110,633 110,633 000000000000f485c085b3950d05c478841e90d94ea4d32389ecf587ca0e29b7 0.00 MB 3 0
110,632 110,632 000000000000539f99e9497b9b6b45c6f011739d7299a361dfaaef3b626c76bd 0.00 MB 3 0
110,631 110,631 000000000001101ad0d60765ecdd6ac581c25efb9257f78724a62774fb3669f1 0.00 MB 8 0
110,630 110,630 000000000000519ca1a1255f56b4470d8379543d232c02838e46250385191437 0.00 MB 8 0
110,629 110,629 0000000000008f5311c64530d834e74edf2c97b6be57f3f84cbee4e0f79ae9ec 0.00 MB 1 0
110,628 110,628 000000000000dc691cc2f8cd100c839c3c2113eda907bc919a4af070c6ef5659 0.00 MB 6 0
110,627 110,627 0000000000014f603dc167da9f57334344f571a35a566529bbd28a0db8e4cb0d 0.00 MB 1 0
110,626 110,626 0000000000001641ca55354e3e380b3b68ade567c30e9c376cc9cbe9e133ce8d 0.00 MB 12 0
110,625 110,625 000000000000243b05c7232cefdd1e4512ed5c09476f61bf1a4b52d6852b4380 0.00 MB 17 0
110,624 110,624 000000000000cf788396c00ea15a063c35ddda5091258460d245a4f918a77368 0.04 MB 6 895
Previous 10 blocks ↓
Total Size: 769.27 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,635.41 GB sent, 94.28 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.