Memory Pool Memory Pool Refreshing

936 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,908 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 924 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,907 (750,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,008 157,008 0000000000000dc7a68c6da88ceb67977bb36166116a1febe272341f19ed8770 0.00 MB 2 0
157,007 157,007 000000000000094c9300922125ff5320df5b1528cb404219f2cfffe0240a7f95 0.00 MB 8 0
157,006 157,006 00000000000006c9143f9f21a55fb610c2cecf7592fbdc550db4b51772507bba 0.02 MB 14 50
157,005 157,005 0000000000000e0e4e55f12ed7cc66a2ad2ce03ca556aa75685defca238e5f6a 0.01 MB 14 89
157,004 157,004 0000000000000dfffffb7d8bcffeb4bbd08d6dbcc70c80f0ad8fcb31e41aea83 0.01 MB 14 20
157,003 157,003 0000000000000215c300dcbb4099023844ed49a40c48f93bbc68fa5d132371bc 0.02 MB 66 0
157,002 157,002 0000000000000b72c5ff9aeef3e7a9fd0478999d3e7d8ada67ea40395fa12449 0.01 MB 13 425
157,001 157,001 0000000000000b5c4d10aca8f19676cae82b9d68b05522a201ffe5b97d8334cf 0.01 MB 25 111
157,000 157,000 00000000000007ebf3a6b6ebcf46d550de83636fefd0a4eb91a5367f2880fd4c 0.02 MB 40 160
156,999 156,999 0000000000000811a6e6f9559c2e3a8b603d6e61e02c7116a3b376d3b62ab942 0.03 MB 43 61
156,998 156,998 0000000000000bf87b0bbc3c3d2e0f7e722bfd029b76ccf1bdcc63423a1a6536 0.00 MB 10 51
156,997 156,997 0000000000000346139a9432424605ec44d66310e9cbc2706eb6299e4aa20f36 0.05 MB 107 50
156,996 156,996 0000000000000ae4e079775dfb20e0571ca5e24d7fc73489a8a48bb9758e17d6 0.01 MB 10 223
156,995 156,995 00000000000000271cfdab9dae8affc4d5bd56758222ccb12d5e0aa539c9ff3b 0.01 MB 21 0
156,994 156,994 00000000000008b91843341b9398ded3a8acf626366cbc4fe6d6ae1b688df0ed 0.01 MB 20 76
156,993 156,993 0000000000000821bc2636a70eea0b04ebc24310518b6eb9c7195c508cb87ffe 0.02 MB 29 22
156,992 156,992 00000000000002d61466a32477edd711e24f4c68800c4fc96feb92eec241032d 0.01 MB 23 46
156,991 156,991 00000000000004857083b5f9758c536a8ae53ee749d0ab3c0f0215f680d69d78 0.04 MB 134 6
156,990 156,990 00000000000000c5e3f9dd0347cb01cd8d6d234ebf33f8fea61d9c9735f1b693 0.07 MB 86 138
156,989 156,989 0000000000000188faef3ed055a9627937a4106274f85d20fb7ad4e58d9fd171 0.01 MB 15 668
156,988 156,988 0000000000000b05a39179eb86a7c291ee3341bdbb8400b4a3322077a102d9c2 0.03 MB 93 24
Previous 10 blocks ↓
Total Size: 769.37 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,643.87 GB sent, 94.78 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.