Memory Pool Memory Pool Refreshing

8,707 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,951 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (726,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,198 181,198 00000000000009aaf7a2dad539332f34ffb4ecde413b7ada9ca42da9ce397272 0.11 MB 271 122
181,197 181,197 000000000000082653bed65de2bfbeac805e61249eb6e9a8794b8eb0c510ccc3 0.00 MB 1 0
181,196 181,196 0000000000000738e34ecb163785445b1c25a8df8293569a99617fcee6d1cf0f 0.11 MB 224 109
181,195 181,195 0000000000000804c1b51a866ffba32d6a43696d308e954075cf3786df82cfb4 0.05 MB 180 56
181,194 181,194 000000000000006fe5f8151fac1851239fecc1b8e21adfc7cda120d925042b73 0.04 MB 64 98
181,193 181,193 0000000000000548c5046d3b6c35478113dc392cee219a59dc604588ad37cbb0 0.23 MB 546 142
181,192 181,192 00000000000001e34cd84df1ba2e5b759e624f94c82ae01eb85e107f2919d877 0.05 MB 132 104
181,191 181,191 000000000000005160508acc8f5f13728f15df4a4996ba753f8dfe633db60687 0.05 MB 134 75
181,190 181,190 0000000000000946231062d86937108e3c72a48dcbe1a81e8a5998eb0fa5ae5e 0.03 MB 62 197
181,189 181,189 00000000000002469c4528de24c4737ef428eee2704de49ab94fb100b9fd020e 0.03 MB 71 40
181,188 181,188 0000000000000667a232fc37eff0aabaca42e3f9994abbe1a7ebee2af0680fb3 0.11 MB 206 101
181,187 181,187 00000000000006c501c4a144abcfdb85a9c7c399c36ec0232ecebf7368cb48cb 0.23 MB 596 128
181,186 181,186 00000000000000dea5ae0b38de53592d23af96649e9366b2fc3695a7c25c4837 0.05 MB 135 94
181,185 181,185 000000000000076e35fbd02a122f0bd055bf241b81d5ad29641ed62ad16059e9 0.05 MB 111 81
181,184 181,184 00000000000008729ba58682044b1b53a1cd247e470e180f07a87334078ffd47 0.24 MB 526 152
181,183 181,183 000000000000042bda1a5cd12b379094c0f5ab02bf0f2ea0aa0c9ed29f1c0b3b 0.00 MB 12 16
181,182 181,182 0000000000000159f71a1468dc809ab5a5236dc40530ec00fd306ca5a38cc870 0.01 MB 23 95
181,181 181,181 0000000000000215f180f224867ea9269b755fa7d1833508d9fb0bc5cd201a9c 0.04 MB 99 93
181,180 181,180 000000000000042ccfd86233093dbdb7ca00f96814267978273adcaa35c2cbab 0.12 MB 256 239
181,179 181,179 0000000000000682a0940f109ac486b4ace302edf55659bbde4b12849b445ec2 0.09 MB 128 53
181,178 181,178 00000000000006f625cb4a7e28f254754ee96a0d0be1e6838ca442878635a96f 0.05 MB 143 63
Previous 10 blocks ↓
Total Size: 769.04 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,626.69 GB sent, 93.07 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.