Memory Pool Memory Pool Refreshing

10,226 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,123 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (737,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
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
Previous 10 blocks ↓
Total Size: 769.03 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,625.72 GB sent, 93.04 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.