Memory Pool Memory Pool Refreshing

8,812 transactions
2.93 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
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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,800 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (751,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,918 155,918 00000000000003667b43b5026a072b4942a0e869b799d0ef9572e5b1451c07df 0.02 MB 53 124
155,917 155,917 00000000000001b4fb9b0af33b8ae8ba888cc59a88d4454550db6d8b3f20f040 0.01 MB 18 101
155,916 155,916 0000000000000666b3c0b8e78b880917e36dd15f994eec4b898e081399ace6af 0.05 MB 125 886
155,915 155,915 0000000000000482504a4e51b6a5b9754bf32522da6eca18fb255ff8b55194ae 0.01 MB 28 128
155,914 155,914 00000000000004d7a98786a5fa8e3713d96a5b5802836f0e6f86d6c81c74c472 0.01 MB 29 89
155,913 155,913 00000000000001c4751a9140257894ab24d7ffc588e7c2cf5c5a597a6187d894 0.00 MB 8 0
155,912 155,912 0000000000000e89bce0f4df58334e9bcbf3934c021fa2b8a2dd67c823b831f6 0.01 MB 35 539
155,911 155,911 000000000000085fc5c728005b5148c00e3732faed56a9f5f2a6456602ca71f5 0.01 MB 26 265
155,910 155,910 0000000000000bd55ed23867eeb6ddc4325f853347845960a6ca01bd43333bdd 0.01 MB 17 164
155,909 155,909 0000000000000e51e857c9809862ce154a11138fea92ce8515aefbe11948ec5d 0.04 MB 106 32
155,908 155,908 0000000000000ec0fd67ec1d460eb71cc58a4688d90b3e9de4b875cca048e401 0.01 MB 22 43
155,907 155,907 00000000000000b95fd8444a913f6f2fe93f5270e4ba1b06cab392223f81a8d9 0.02 MB 60 58
155,906 155,906 00000000000001fd98d5b5ff38f88955710353a813131b60c7489f66332d3e22 0.01 MB 42 20
155,905 155,905 0000000000000e794f83c9f4fe11128b8a478ae0e37fed21232ccc72997f8c9b 0.05 MB 103 76
155,904 155,904 00000000000003991a278d90bf4e64fc399d52eafff3a74fca23923f157ccf5f 0.00 MB 8 598
155,903 155,903 0000000000000c0fed3aafbe8451b65bd2fef020d10692e0ce45e1b2dd00207d 0.01 MB 26 184
155,902 155,902 0000000000000b04a44fbb0d9979c107759866c4fd3d831284632f7a30bfb787 0.00 MB 4 64
155,901 155,901 0000000000000c4c7ca967e733af87be7ed8325fddbcdadbac4a0030cc5a32e1 0.00 MB 12 60
155,900 155,900 00000000000005fe59fa09f033b85c7eeec7f78824ee9b5637413adaf72e8b14 0.00 MB 7 61
155,899 155,899 000000000000026f6637384b1dce0232c0bcc0356dcaaf1fe63d3b9d67877a56 0.01 MB 24 291
155,898 155,898 00000000000009f1617e7b90186ce1d835e7a5d2086792710757d47d55c8c4a3 0.05 MB 162 34
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.38 GB sent, 92.72 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.