Memory Pool Memory Pool Refreshing

3,950 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,471 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (223,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
683,924 683,924 0000000000000000000179c4bf197356c5c40af004c95e2ff122251bc399328c 1.34 MB 2,050 35
683,923 683,923 0000000000000000000440d2d90bb209f3f1f1f08d47e9e28232086a3d2604d6 1.56 MB 2,091 49
683,922 683,922 000000000000000000026850588a5fa8080f601b81dba66c94bbdbfd09f470eb 1.28 MB 1,701 66
683,921 683,921 0000000000000000000b2bc11e138226cccbe1a7d8945d3fbca7fe7b6627c492 1.23 MB 1,473 72
683,920 683,920 0000000000000000000a1b33de4280ef35f69f32ff294792c60d007be0079cac 1.35 MB 1,907 77
683,919 683,919 000000000000000000040468a87cb18c03e114308fa6eb2290bd52ae0ce52509 1.33 MB 1,652 59
683,918 683,918 00000000000000000002c9ea9b0a0699ee4566f4cb45241ff1eec7923a31800b 1.37 MB 2,407 79
683,917 683,917 00000000000000000005cbe7d1448ba1cedb6d1a3320218c88f79fd4a0f7bafc 1.47 MB 2,583 77
683,916 683,916 000000000000000000025dfe1f63f927ccde0102eeb2a6d6c6160ca17d363ab9 1.21 MB 912 55
683,915 683,915 00000000000000000000587b6b04f55b4a9d27056b15d88a8a865d83a743a415 1.51 MB 1,492 71
683,914 683,914 00000000000000000003dbf78aff1fc76541fe2804bb45e0740e57523d8a5540 1.40 MB 1,643 69
683,913 683,913 00000000000000000000a217a236e88ab0c222971d1fabf2eda4f57ff68cade2 1.42 MB 3,058 91
683,912 683,912 00000000000000000008f3a121f34d375b79cec237e54f18fc8c037ec3544f5b 1.69 MB 1,410 28
683,911 683,911 0000000000000000000428e3dc05f98019b281b247f0c556fa5f526270c0c6d1 1.45 MB 2,091 70
683,910 683,910 00000000000000000006cf5ac48a04f285e7225125846b5ef380cf7d37c46804 1.46 MB 1,569 64
683,909 683,909 000000000000000000068a6d71a270d3e389e8b37c312fd3ed6a328578fc9815 1.21 MB 1,306 68
683,908 683,908 00000000000000000005add4ac685edc69e2b6f0d36f85e63c4941c55ff447d2 1.24 MB 1,563 72
683,907 683,907 0000000000000000000556ba4abbcd62f1d06cf2df94a57ba2a29c96e5e659bf 1.35 MB 1,210 16
683,906 683,906 00000000000000000000c28c49343bf0fe63d8dbdb248acb2b7530cafd99d9af 1.51 MB 1,697 32
683,905 683,905 000000000000000000044b180b9d005a56bbfffbe9c96f2e844cf35a0eaca526 1.54 MB 1,248 12
683,904 683,904 0000000000000000000714de27d87e9afba4a0d2a591b47b826323fd7ab0c3bf 1.40 MB 1,573 11
Previous 10 blocks ↓
Total Size: 768.99 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,616.55 GB sent, 92.75 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.