Memory Pool Memory Pool Refreshing

6,166 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (178,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
729,716 729,716 00000000000000000001091fa4a37870379a1ac6a5866e93731b70698d2ab388 0.97 MB 1,397 10
729,715 729,715 000000000000000000066aafe7d5d0e49fd13522fd2ce7a4af85427489b23eb1 1.51 MB 1,537 1
729,714 729,714 0000000000000000000796834c03bd3be474bfa895146a58015f5ff325ef50c0 1.43 MB 1,709 7
729,713 729,713 000000000000000000000fbfac1a91cdeaf64d689f7673d02613da9d10bfb284 1.88 MB 1,957 9
729,712 729,712 00000000000000000007cbb7e3db0a9b7aab9e93c75779ede88bc8c114183e93 1.23 MB 924 3
729,711 729,711 00000000000000000005b15ed87d2c8a20796050d7fd5a0d54147c37a15d8204 1.53 MB 3,541 7
729,710 729,710 00000000000000000001f78bfb2365246d6ad9292eff5ff28d1598d42fde9171 1.45 MB 2,247 6
729,709 729,709 00000000000000000006b9d2b14bf1e1038544032a4677fe3d2040f38279440a 1.55 MB 3,690 11
729,708 729,708 00000000000000000002d8b70dbdf8761194d20c598cdf4e3a0399715fd77f54 1.87 MB 1,858 18
729,707 729,707 0000000000000000000991ada2320e92cd59b474216088722f71abb624105299 1.48 MB 2,953 19
729,706 729,706 00000000000000000004d6d41c0cb64971d702f6c12c5bb28100932dc23a38d0 1.76 MB 383 2
729,705 729,705 00000000000000000007adfc36421b3b10a698037a3d6c7e40f53ab78c7a9af2 1.77 MB 1,572 2
729,704 729,704 000000000000000000008cee6c510e1fb04a71840f7e58a02d6e39a9ca263e25 1.39 MB 2,153 4
729,703 729,703 00000000000000000008c630c61a4870558b1315dd2edf671ac0e7fa6f58880f 1.57 MB 1,990 10
729,702 729,702 00000000000000000008d8e7b8239ffa4a8a4497aa14cc96c18296cc533c2981 1.50 MB 3,429 17
729,701 729,701 000000000000000000039b4a1d9a38fc7da6050c18f0921892fcdadce26e052e 1.48 MB 2,394 8
729,700 729,700 00000000000000000002298982c1f5a8fbbb663e6f4102437396e7e2fd01e7c7 1.52 MB 2,962 4
729,699 729,699 000000000000000000013821b2e0e14081c2e3b50a05145010f91f51fa126681 1.38 MB 2,142 12
729,698 729,698 00000000000000000005abc9d6cb0f34f3cec358e5cbbf776cd5dc6d4870287f 1.39 MB 2,480 5
729,697 729,697 000000000000000000023ecc6572b83cf1a6880cf401e879c1601443f0bb2867 1.52 MB 3,181 34
729,696 729,696 000000000000000000093f6a6b8ad435be88a19ab4ead4b9ca985dc9c7d3ce8f 1.61 MB 1,884 4
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.