Memory Pool Memory Pool Refreshing

2,374 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 2,355 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (3,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,999 903,999 0000000000000000000229c4adf105f147cadd19f367d7f76efaf8e83eb2b8fa 0.27 MB 503 2
903,998 903,998 000000000000000000013a26fc2a96aa512c9e952c16c32018b111700b4955da 1.80 MB 2,489 2
903,997 903,997 000000000000000000025b7103fd457c90356494484040cab2117144837bccaf 1.24 MB 2,431 2
903,996 903,996 000000000000000000010ff6c1a1c91309ad667fe18e92e41eaa2414ab378021 1.78 MB 4,658 0
903,995 903,995 0000000000000000000041de02135b65ef852d05b0d4e17ff00ee6c1dd46456b 0.59 MB 1,028 2
903,994 903,994 000000000000000000007f82bfe200d33874e3324f3b15c8429614cf751a27fa 0.55 MB 1,363 3
903,993 903,993 000000000000000000022840e422e996a956e7b744579250c183495a0475114c 0.24 MB 397 3
903,992 903,992 00000000000000000002124afe3fd090142595da84f62cfcaa916a2a7b7b6dbb 1.77 MB 2,905 1
903,991 903,991 000000000000000000005c5f464d82fba19f03e52248706fb056092dcedc3f9d 2.03 MB 2,796 2
903,990 903,990 00000000000000000000ec56fd7fb0438fa835351d246af56487b5735b3132f8 0.31 MB 538 3
903,989 903,989 00000000000000000001b9dca5d168a8e959df258814beec486572e843fddee5 2.33 MB 2,301 2
903,988 903,988 00000000000000000000e6ddf0fc821da4dab429d5acfa359880290b7b44a4a8 1.70 MB 1,851 1
903,987 903,987 000000000000000000019f3ff6e0e9b59a5f13e9514c21c8912c92d7592de88c 1.52 MB 3,137 3
903,986 903,986 000000000000000000018489bbf37304c777fdeba2452fd5dfdc11da4fbca357 1.56 MB 2,734 3
903,985 903,985 000000000000000000013c0d325118995f9c879709f46385ae594da8e0bc2ccd 1.66 MB 2,367 2
903,984 903,984 0000000000000000000087b642f155c468a5602697589668345c767bec28b6bc 1.62 MB 2,860 2
903,983 903,983 000000000000000000024832ed7996d8b80cfa1167d0f7fa7f192eb3c3335424 1.70 MB 3,009 2
903,982 903,982 0000000000000000000043d184d8d0a67e8b287e25c504ea57bfe56868265c57 1.57 MB 3,290 2
903,981 903,981 00000000000000000001b37f2407777cac304f67a0e11adcd1304da839a1918c 1.78 MB 4,902 2
903,980 903,980 0000000000000000000130cf0c4f2a539b9a3a156b624d6c5b87101ae244be2b 1.69 MB 4,093 4
903,979 903,979 00000000000000000001077097aed4fb31194c3173710cff323514d579d83f2f 1.53 MB 3,621 6
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.