Memory Pool Memory Pool Refreshing

10,100 transactions
4.62 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,156 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (545,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,364 362,364 00000000000000000bf432a369cf01132e7ac716895495d60557846249668762 0.84 MB 1,653 28
362,363 362,363 00000000000000000fa36e04631f2b26ceceb4b995e39ba1e7b919badc8da666 0.00 MB 2 0
362,362 362,362 000000000000000014469bd30fe3607d472d6666f46913250fea0ef0f81d6e80 0.75 MB 1,397 24
362,361 362,361 00000000000000000b387f184d27a170921a10f6f6ce4017c6388d99a3c3dc6c 0.10 MB 131 11
362,360 362,360 000000000000000002a157fb80db183bd73bd1005f6f8f6aa97cfafd01172c0f 1.00 MB 893 16
362,359 362,359 00000000000000001468ccc8253daeea10462a950e00f0757e5e771a5f80d9ef 0.03 MB 92 41
362,358 362,358 000000000000000011f7e8ef1f5725fdd9b54394496585d5a2a3fedcc4190bf0 0.75 MB 1,381 23
362,357 362,357 0000000000000000107425b45b5a01aec9a16e96a11f3e9863e46de464037995 0.75 MB 2,553 52
362,356 362,356 000000000000000002aac90a22a32088a16e075756a6b2f3fb09c9da4658712a 0.42 MB 1,300 41
362,355 362,355 000000000000000002d3c41d9410b7df7e9eee2861911bc379111794e76c9ea8 0.49 MB 868 24
362,354 362,354 0000000000000000011349b089b70bcb3695dbdab131a15dfb425aa2792eb0cd 0.72 MB 1,247 25
362,353 362,353 00000000000000000df40f30c24c33c6ada6f127ea1ccd83b89700360c9f2f17 0.93 MB 1,605 24
362,352 362,352 000000000000000002e4a3f323bfb7de2d89d7a9176858735b34e87063dca551 1.00 MB 2,185 33
362,351 362,351 000000000000000008bb0bb850dcf1e7f4147a2bef58fac378a4d6e11d741b1b 0.71 MB 1,311 25
362,350 362,350 00000000000000000d9c3456d7c6dbc8617473e56613ea06acc61b8789fcab5d 0.73 MB 1,376 26
362,349 362,349 000000000000000013592a34fc1e6ce2c8c964bdbe7e4ee836e8a60119a3fed9 0.19 MB 403 18
362,348 362,348 000000000000000008cb93c92c99da0ca801316a3088996ed5e8e64450d111f0 0.81 MB 943 19
362,347 362,347 000000000000000003fd01378d1849037362230eebf5e757a5efc0a19378a501 0.75 MB 1,994 37
362,346 362,346 00000000000000001318175f523c95868a5d02ae7a81be266a1b5ff31eff2f40 0.72 MB 1,097 19
362,345 362,345 00000000000000000e57cad5bf1036dfeb0b57af6c8ebc9f0d9a11bca14f5296 0.95 MB 1,923 31
362,344 362,344 000000000000000002ec0941bf4a8ede00e1721469e447c27ea6ebe1350029ee 0.17 MB 488 48
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.69 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.