Memory Pool Memory Pool Refreshing

2,319 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.73 vMB 2,312 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (732,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,835 175,835 00000000000007ea60efc422960f1a17fe8d3f71a3ffdbca3a852b43a6bb959d 0.05 MB 98 91
175,834 175,834 00000000000008fc7e6f2b492bb2c83659517066554169c5c857e3e723cda325 0.00 MB 3 0
175,833 175,833 00000000000007b10bebb930c4d0371276bf87aca58b49bc973c027170b29bdd 0.02 MB 54 228
175,832 175,832 00000000000002c75e5627f0c6320b1b785477523a775fa204187628ecc303d6 0.03 MB 54 10
175,831 175,831 0000000000000895f16cfce968235c5e3a86b57312376f28be3816eb279a6777 0.05 MB 67 478
175,830 175,830 00000000000005471f741fb6a9ce370ace69cf64715aa45381e980b6f9e7233c 0.06 MB 71 53
175,829 175,829 000000000000077ea44b49e4004bd361fd59c54ba7ee0e0f2f4be1afa9d8d463 0.01 MB 29 97
175,828 175,828 00000000000008f52ca82f1bbf724e064f06cb685ef2bc484792aa74150ba5f0 0.00 MB 11 51
175,827 175,827 000000000000093c41db066e3cffa2e205dac5fd35114357711d9048bd515b87 0.00 MB 13 29
175,826 175,826 00000000000004285cc0878a16b6d97ea28da0e8121b8722a4ddee2def82f081 0.02 MB 62 78
175,825 175,825 000000000000095d4e6f030aa653f1ebefb1dd11308e515f1eff319e3f505706 0.00 MB 12 494
175,824 175,824 000000000000016438b869b34e341ef6a3391b62e4b8dc5cff66c145d8888282 0.01 MB 29 57
175,823 175,823 000000000000094291013399c4f9b747ca695f6831a319becc0138f77bec6351 0.05 MB 99 87
175,822 175,822 000000000000068d2297bde9d439ede70bdc6b61c816866aa84aeed2a88b71ca 0.05 MB 53 44
175,821 175,821 0000000000000074c4341339591563915d53e567a13d9cc6b4e939a5331546b7 0.00 MB 10 171
175,820 175,820 00000000000002352b05e1c2eafa9fa77a9f0e4007c2dd70de87cc43d21cc382 0.00 MB 9 87
175,819 175,819 00000000000003a4f4135a5bd8e3611d7731013ab688a9fbb7fd1e9ba02f6319 0.01 MB 11 28
175,818 175,818 00000000000001a085da18a84bbf71b959e0604a1322c1885ae96dc201b30fe4 0.01 MB 46 101
175,817 175,817 00000000000004923e98687fa3a519abc48f5a250cd3db0d82e5c5cb144d19a5 0.00 MB 1 0
175,816 175,816 0000000000000307b2c2f5e58aa56178bf0e6f7757c5dda3431dc61cac72db3a 0.03 MB 46 86
175,815 175,815 00000000000006bc69b22174b720c944bf409c58a0e78de57b11198c6913c4ec 0.02 MB 78 16
Previous 10 blocks ↓
Total Size: 769.56 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,649.29 GB sent, 95.75 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.