Memory Pool Memory Pool Refreshing

1,372 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,365 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (737,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,269 170,269 00000000000008f9e8c9bc2ef659d88025e136af0697bd3c35238febe8ca349f 0.04 MB 95 173
170,268 170,268 0000000000000925ebe0e52f0c130cdffb211dc0fb66c050834e7456c74446c1 0.05 MB 74 46
170,267 170,267 00000000000005afcb1ded6edc37d8079d723af598bdb9fab91dfe73ef1acb71 0.00 MB 8 23
170,266 170,266 00000000000008747279e3906d99b940bf1b0a13e8913a11dd050f71e09e8975 0.01 MB 17 69
170,265 170,265 00000000000005d0ba0855b4e832bed11800755b95206f052dc158e11fd56a65 0.00 MB 8 40
170,264 170,264 00000000000008895d292c90bf6a0966ae8d1dd86a8b258fb9e342ec793d56eb 0.03 MB 85 212
170,263 170,263 00000000000000a039e7b50ec2337976071b60f569f18dc75fac3bb8e248be37 0.03 MB 64 123
170,262 170,262 00000000000005f70fd72f49cdf27049e8dfe5af3100de0eee4f21be669e0290 0.04 MB 139 8
170,261 170,261 00000000000006f03010b038e875e7899b9b3d38a226f650ea3e24f87b8ecc21 0.03 MB 74 51
170,260 170,260 0000000000000049ec54c7c6df79fce11e724b4b56103e005e03fa8e8c2a4a09 0.07 MB 117 98
170,259 170,259 00000000000008d1c0fd2cdce23156bbc6e8063735e3e9c5793ce0ee0679102e 0.05 MB 88 120
170,258 170,258 00000000000008eb3dd4456ebac7d1a67add3e9748472a5bb76e57347609f72c 0.05 MB 105 41
170,257 170,257 00000000000003518f0b00218b6b3e6fd3989cd1c37bbef001d0a6720f0308ee 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 769.12 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,630.12 GB sent, 93.49 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.