Memory Pool Memory Pool Refreshing

3,052 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,016 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 3,042 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (797,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,649 110,649 0000000000003962a43bf459f2dc62f899829cf8bd17e1d300dc16e453f822b9 0.00 MB 15 0
110,648 110,648 000000000001b73d40aedc00587a07b7acb1616981643090604be5ab5729e56b 0.00 MB 10 0
110,647 110,647 000000000001091af8d4f10ca38f3aaf95b06e482220d0a79ee120db2dc86c27 0.00 MB 4 0
110,646 110,646 000000000000cc826e7d28aa2b1d1bdd42c3382e0562b0a528baeb0a8e8f48ec 0.00 MB 8 0
110,645 110,645 000000000000074c6a1ca5413b2792f2c4c21dd448808284792bf87f479e5c4a 0.00 MB 4 0
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
Previous 10 blocks ↓
Total Size: 769.57 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,650.47 GB sent, 95.81 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.