Memory Pool Memory Pool Refreshing

9,324 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (101,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,864 805,864 00000000000000000002621d130abb2c3c3a8d36dc893359f9e0e04c27f7e08e 1.70 MB 3,899 12
805,863 805,863 0000000000000000000260aca6b2d1e5b6c4d71d4f3e49bebb3fa731dd22221d 1.92 MB 5,306 10
805,862 805,862 0000000000000000000075b15081e7bbfdad5d5d88cc5168159a100c2c73cea5 1.96 MB 5,417 10
805,861 805,861 0000000000000000000050f03112f4a938e7a39c1a54990a3843f34782dd2a17 1.99 MB 5,610 11
805,860 805,860 0000000000000000000157c6f45a3e37de69f23663ec9f61e51ddae919c797a7 1.64 MB 2,747 17
805,859 805,859 0000000000000000000245eb39c08cdb9e57b144daece6f40012aa6b6577b7f7 1.94 MB 5,800 10
805,858 805,858 000000000000000000002587fc5dd37b0e9d6a3bf2ff290c8d1a25b901efcefd 1.73 MB 4,441 12
805,857 805,857 0000000000000000000089d79d63fd284fb568f0f854311207ecde9d3ecbbaae 1.88 MB 5,256 11
805,856 805,856 00000000000000000001bbf6b0b9fead1e7b3c8a41da50a6bcf937b80a12a1b2 1.65 MB 2,991 18
805,855 805,855 00000000000000000004c9c27209c6151dbf5c075ea81429fdd417087cddfefa 1.94 MB 5,858 9
805,854 805,854 000000000000000000019fbfc0b290d2287d21d1384f136b66bac01e79aa302e 1.43 MB 2,027 15
805,853 805,853 000000000000000000023728c16eabd6918fba7032e7919051017ab7d7cca01b 1.65 MB 3,820 11
805,852 805,852 00000000000000000003333c6294d3825c6f33247b308706750411e63af11fac 1.79 MB 4,863 12
805,851 805,851 000000000000000000027218e49ce24c00f37b22cc0b2740e04036bf9865bba7 1.65 MB 2,750 14
805,850 805,850 000000000000000000048b3bfb09fc6b491158c92b36d6821551d3b83883a9b5 1.57 MB 3,007 17
805,849 805,849 00000000000000000000017a1e321164f8c5832168b2d8f790449deb467010cc 1.50 MB 2,816 14
805,848 805,848 0000000000000000000168bdcb1189910642ff9ca6fbc306ff3b4c5d16461e5e 2.25 MB 4,696 11
805,847 805,847 00000000000000000003785e63a46a2bde55671c6f726ebd26a64643694f4c81 1.88 MB 4,381 13
805,846 805,846 00000000000000000003814d9e2b3e5ffcf02d3f021753644c3240357b09845d 1.81 MB 5,110 11
805,845 805,845 00000000000000000004c9e55bc79c14918f8f0439d4b11e5929a4c5a0011f5c 1.84 MB 4,661 10
805,844 805,844 00000000000000000002c1d4d6ad094a3e357dd58c3ef98109e5e91e1fbbe997 1.90 MB 5,108 9
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.