Memory Pool Memory Pool Refreshing

8,315 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,571 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (641,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,318 266,318 000000000000000720b2469d707bbb454c5f734c1c1c275b4bf4ca3fb5290fde 0.06 MB 168 69
266,317 266,317 00000000000000045e39996be9a7ee67c41479391274e85a97a7f362cf002875 0.21 MB 440 77
266,316 266,316 00000000000000032af07b4cd90e5779623091ee199489429e7228e983d684ff 0.14 MB 342 64
266,315 266,315 00000000000000043162127d782f8971c438540ebd05b8870a111351f38fd5cb 0.15 MB 325 67
266,314 266,314 00000000000000072e850eacd94012d08ffc1295d24ff39b05e60b7ba7eecf19 0.15 MB 343 93
266,313 266,313 00000000000000070a357b21868d481b858a611e1d53654f128d5c677b3aed4c 0.12 MB 226 90
266,312 266,312 0000000000000002e91ba69f1ce61dd420cee50923b2352e936b1ba0ad2f4b10 0.04 MB 105 76
266,311 266,311 0000000000000001abc161b564688812c115c45447fc2a4b78911b6ba282bdca 0.13 MB 255 81
266,310 266,310 0000000000000004562cd58616492f658f5a3211ea1c3263f49c1c57d7c8c628 0.03 MB 85 70
266,309 266,309 000000000000000106b5e3cb6aca6f5fbed1d3981e41758329e826fb54044396 0.09 MB 125 31,656
266,308 266,308 0000000000000008e818ad02ba802f8915f3d9ced42fc79c6536da3b110378ae 0.15 MB 292 74
266,307 266,307 0000000000000003201e6f534293cc843996bf31dc49cf9b401f2f9f50e2d741 0.35 MB 668 71
266,306 266,306 0000000000000008723ad4672499699aa1c97293874f5c6f0cd59a5b07f41799 0.12 MB 297 99
266,305 266,305 00000000000000008af3e015a29eac9cc48a5792e6d1a8bdfd1694c830c8622c 0.01 MB 27 56
266,304 266,304 0000000000000006516c167d9c08df56653a19aa885eb9c483440ded99b3521b 0.15 MB 59 11
266,303 266,303 000000000000000aa5c55b2dc8a457140661e4e29704d108f9c404ffbf50a8e5 0.15 MB 476 128
266,302 266,302 0000000000000001edf9d3661aca3d30e86ff8835c3e651fb55b5c0291bd5930 0.00 MB 1 0
266,301 266,301 000000000000000675d95bd9391ba13332a3cc42674f28c78329fb2cbe37717a 0.30 MB 663 107
266,300 266,300 00000000000000065d1e171c3a3a1815a5dfbf25fe9c60feebb6bd478f4ec702 0.15 MB 281 67
266,299 266,299 0000000000000006aea3fdcbb66966e0e900b0931f5ed0888a9eff2e13bddb73 0.25 MB 828 186
266,298 266,298 0000000000000009fab2523004f73601a01fa2eb0a7e5df24e8905a7587400d5 0.05 MB 127 83
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, 113 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.