Memory Pool Memory Pool Refreshing

3,739 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
899,766 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 2,650 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,765 (765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,000 899,000 0000000000000000000173806f24e8279ef64e12d27691528c522256e5a366d2 1.48 MB 3,295 1
898,999 898,999 000000000000000000016a773ddded9dd0208db7a5e6cabb13929e0ec20d4be5 1.31 MB 1,306 2
898,998 898,998 0000000000000000000228b316b46ee9992b14299878d866f24820b7f518eac4 1.55 MB 3,797 6
898,997 898,997 000000000000000000014bfcfee0e6242a8f5f6fba752e35923dbebf277402f2 0.51 MB 1,033 2
898,996 898,996 0000000000000000000135a94cb00e43aee2545fc0b9e7972fce96d1487ace96 0.13 MB 384 1
898,995 898,995 00000000000000000000b0b86cc114a7c71b16b50c058da74f6636492c69216f 1.61 MB 3,287 1
898,994 898,994 000000000000000000019f9c204d2b961b85f93bd7f054625bcf01a84184562b 1.41 MB 3,256 2
898,993 898,993 0000000000000000000118f2de4e3f7733bd1b7df14312d08b15092385ed86e5 1.37 MB 3,602 2
898,992 898,992 00000000000000000000bc534f0712eab8525879c04396fa38e77660a55c3f07 1.46 MB 2,914 2
898,991 898,991 00000000000000000001f2951154aba694bc6a8c67b1102e2b071a75a5b14ec5 1.64 MB 3,913 2
898,990 898,990 0000000000000000000162c09833f8a6919953d8ff68ad85301c668f2519826c 1.43 MB 2,350 2
898,989 898,989 0000000000000000000195d7572b1d7cb8bc9cb348ec91fefe8f1c0c568673ba 1.18 MB 764 2
898,988 898,988 0000000000000000000100d4ac6ffd128558189da0c9c580d9e6470f428f72be 1.37 MB 2,808 2
898,987 898,987 0000000000000000000247c21d9ab64e97fa73b3bbdbdefa3de417278e9b15db 1.48 MB 5,139 3
898,986 898,986 0000000000000000000221360471efa2c8c8875df93b8cc63242da888974b8d7 1.53 MB 3,479 5
898,985 898,985 000000000000000000019b42022c5fdfa3366e7a46e74fac2f6e61d3a8ae5cc0 1.42 MB 3,335 3
898,984 898,984 0000000000000000000008193183e2dacdef5c5899bcda61c2b570a5c09f6176 1.61 MB 4,038 4
898,983 898,983 00000000000000000001f200a88ddf3946991cc025dbee73b5bf1726b19f1714 1.60 MB 3,748 5
898,982 898,982 000000000000000000014625f0108437550cdc79b8931fc7a9fcc8ccb6c71ea1 1.42 MB 2,195 2
898,981 898,981 000000000000000000013c7754d581d978fa985cf211151cf35e275575a445c6 1.51 MB 3,737 8
898,980 898,980 0000000000000000000204233d9575c1067e5acf433f093c08193583414a37f2 0.59 MB 1,387 2
Previous 10 blocks ↓
Total Size: 755.58 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: 530.18 GB sent, 26.37 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.