Memory Pool Memory Pool Refreshing

6,827 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,094 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,101 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,093 (154,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
753,593 753,593 00000000000000000000875589caa71fd9f139f29ca3e6f5c9563619af970060 0.44 MB 572 7
753,592 753,592 00000000000000000005ae8432a27dd2ed084d894b560f4627eb967bbff2e200 0.79 MB 648 5
753,591 753,591 00000000000000000005d156d6fe15ec93916635562c16c917d0cc7510185411 0.99 MB 1,050 6
753,590 753,590 00000000000000000008c3df35a23dff54f2dfb2b95ced511a78c0ed41589fa7 0.64 MB 1,073 9
753,589 753,589 000000000000000000070bd95b3025a8c818545b9f282c98f0cf6bd1eeb93cff 0.18 MB 355 10
753,588 753,588 00000000000000000004b10e745329917c1178dcd3e008718508e176b4688d76 0.92 MB 1,202 11
753,587 753,587 000000000000000000084fbb3e363883376799951299c01704271c3646be0f3e 0.01 MB 18 10
753,586 753,586 0000000000000000000055c0bddd6837e06dd386df56b98dbea237451bf69720 1.19 MB 529 3
753,585 753,585 00000000000000000000b3eab7923e9edd26243cb1aefa3d2026b13feb7da0f8 1.67 MB 2,048 7
753,584 753,584 000000000000000000017dec81eb75a1fa33fde8fecf66437c0e435f866c4d0d 1.45 MB 1,929 11
753,583 753,583 000000000000000000065ecf9160917c2a9192e3eb9fc8ee8fb409ce0c0a66fe 0.39 MB 579 9
753,582 753,582 00000000000000000006993cdcf3ebfcd7da14c33dc54ee9c794dd49c2375356 0.05 MB 89 9
753,581 753,581 000000000000000000067ed34d81eee2fec1e9cacfa10678dc6bc4bb179271a2 0.58 MB 811 8
753,580 753,580 00000000000000000008b824107fc5499635f1eeebeded8ebe80ff4edc551843 1.16 MB 1,534 10
753,579 753,579 000000000000000000032f05e208986be67b445924bb5504d61e2997fa95277d 0.10 MB 198 10
753,578 753,578 000000000000000000014c4d294f75b185ffcf1730a5990a68cdb9d73a6e273d 0.61 MB 694 9
753,577 753,577 000000000000000000035cfbc007f392d09aabc5a55114aa440aab9e367381ed 0.90 MB 177 2
753,576 753,576 000000000000000000050caf45cfd8665bff43d2e76da606d6b77baf33b71dfe 1.60 MB 2,072 9
753,575 753,575 0000000000000000000790c4bc196ca7cb3e1f97b74d0525bd1def07ce632c8c 0.22 MB 418 9
753,574 753,574 0000000000000000000483e0296601d73a080bfaf7d4034e5f1f442083551e48 0.20 MB 269 8
753,573 753,573 00000000000000000007483ce725d2b04b5ad652d77621eb895843c984da1061 0.18 MB 272 8
Previous 10 blocks ↓
Total Size: 769.72 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,677.76 GB sent, 96.51 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.