Memory Pool Memory Pool Refreshing

8,427 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,862 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (737,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,256 170,256 000000000000089539f49adaa3aea3caff68b00ed8dd9df1d5046b42e7ecc422 0.05 MB 112 91
170,255 170,255 000000000000058f7be48c9b7a19869d34a7d20b85cb2f3bc57ad42b2c16a247 0.00 MB 11 731
170,254 170,254 000000000000054df02c556a2171f0078760d015b2df58a0a5be6b211501afe8 0.05 MB 61 360
170,253 170,253 00000000000006e99751c2e9ce5e2890033d3a80afb3682e76b3a9296970e605 0.00 MB 1 0
170,252 170,252 00000000000007d2f6d22f8e2a20a586b70c7a98e2d40b2f2f733deb02043e67 0.00 MB 18 140
170,251 170,251 0000000000000650d918790cf2b4153d7c88bf3f2d62c0e9ccbdba7baf70a322 0.02 MB 54 135
170,250 170,250 00000000000009850ec533f744899203a28235b2a3be1d477a94f5436bc65188 0.02 MB 23 53
170,249 170,249 0000000000000645b2f2ae706afd6782376c3729641952f3fa0618549cf34600 0.04 MB 88 69
170,248 170,248 00000000000004c3f071dba958a363bc571e41624258170925375c0a33859a3d 0.02 MB 8 131
170,247 170,247 0000000000000ad56c2d05bed44a6543c74baaab5911ed76ffb9d108dbfd90f5 0.01 MB 19 54
170,246 170,246 00000000000008f295372a4b9a68e4a8f17bd8ab078f58a04bfd632ade422882 0.02 MB 50 136
170,245 170,245 0000000000000ad17f5dde37f6bb4403ca703ec087ed09af84ea3b1e2a6f41b5 0.00 MB 1 0
170,244 170,244 0000000000000511a8a7a7663d5e5b99e1ee53eb40477252c76d5c188e566866 0.00 MB 2 0
170,243 170,243 00000000000007adcaa052696ea44e7065566b6af501e7aa0fcef92c9343c434 0.00 MB 14 47
170,242 170,242 00000000000004ac1eb73b18c2cb17eb7f0ca8a27a5ad4ffb7fd985eea4feb4b 0.00 MB 11 42
170,241 170,241 00000000000003163d5a861072714871cc5aa5a48e537fd5ccdd7cfb120dd960 0.01 MB 26 66
170,240 170,240 000000000000061db04e22c027364d6f556e9a3df2f9e889959f98d9ae6ca7d7 0.03 MB 69 21
170,239 170,239 00000000000002c4d9c02f0bf9f574818dd12c59559fbdabc1d102abf986e023 0.01 MB 34 4
170,238 170,238 00000000000005728ad5b82e5d0fe7c3a93aff3ff1e2a3bd076bad97cc4d5db9 0.04 MB 84 259
170,237 170,237 0000000000000adc7c2ec3385f3b714a7993158c6bd06b0a315b5d00ffc94195 0.01 MB 16 95
170,236 170,236 00000000000005ffd18284e51b6da5ffcfbd2d8964e74c907d1715e7423585ed 0.04 MB 129 66
Previous 10 blocks ↓
Total Size: 769.29 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,636.81 GB sent, 94.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.