Memory Pool Memory Pool Refreshing

7,065 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (326,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
580,992 580,992 000000000000000000002866ed632a1b0713546434c65412cb5e66b78200f99f 1.20 MB 2,824 120
580,991 580,991 000000000000000000123f3c3fcdb0c8e8d929506a37b9f287b6c23e0fe5802f 1.22 MB 1,986 73
580,990 580,990 0000000000000000001db388aaab6c8758c60c82c8b208db255a657e67912774 1.04 MB 1,658 16
580,989 580,989 00000000000000000017ea113f134147cb97f48e9ed721b9e62ac51692d43bfb 1.14 MB 2,496 35
580,988 580,988 0000000000000000001786cf0f6a9b2005a3b2f6b9c303ac91b0d3e4d06dd0f5 1.17 MB 2,462 41
580,987 580,987 00000000000000000025e215ce13c61b0b4b07a3467809660327a276232cd0b8 1.32 MB 2,093 32
580,986 580,986 0000000000000000001c04b3b8f6bcf7b31ba828856b2b6db7267a94562e9245 1.32 MB 1,544 22
580,985 580,985 00000000000000000014122c3d9e1c7b1b62e525ba000c5363348df5ea06df0f 1.08 MB 2,574 26
580,984 580,984 00000000000000000025f18a2cfb09ee8b005caba4899b3715f99962da713e2d 1.16 MB 2,019 15
580,983 580,983 000000000000000000173d0bb2e336aed3e6b183174d3c5c4ad5a41e7aa86a16 1.20 MB 2,203 64
580,982 580,982 0000000000000000001749eee8408a770fc66a66e1451f15929fe6c77bfe40aa 1.30 MB 2,562 87
580,981 580,981 0000000000000000001f1c6fbb49e1200577f453e5a47dbff26e1d7d269141eb 1.25 MB 2,550 46
580,980 580,980 00000000000000000019ee09aeaa3004fb1c089bee625e4a67d9dcd23e7e8833 1.25 MB 2,433 69
580,979 580,979 00000000000000000011e175cb81ce01c92cc7bb0e908b2065f6ef52598be500 1.11 MB 1,998 23
580,978 580,978 0000000000000000001bd09f3083a156248a9552424770633f4d588a0150623e 1.24 MB 2,907 54
580,977 580,977 00000000000000000010b5dc2d3231aeb168c79e38a1ae8cdf113f9228aa91e5 1.28 MB 2,267 61
580,976 580,976 0000000000000000001315271acbc086f6f622b9b1d8f4415266d8b246e12e9a 1.26 MB 2,859 82
580,975 580,975 0000000000000000000f0fcc1bbe0b958107d3d7135e8d5e2372a4ce5925f009 1.20 MB 2,110 70
580,974 580,974 0000000000000000000a4d030b69dfdd8027840004a147e86e47a8dcc71ee1eb 1.27 MB 2,994 95
580,973 580,973 00000000000000000015aa356f1e5e3893fee40f49da428b9e195b1b5e5ab5a4 1.27 MB 2,503 89
580,972 580,972 00000000000000000006f84ffb87b1064e4a7f21e9e2ec9fec8b91f4f3704f90 1.31 MB 2,490 78
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.