Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,077 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,601 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,076 (801,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,882 106,882 0000000000000f67b5d01a9c199a17eb99f0eacc30588f89c66cb5ea8b3ecba7 0.00 MB 1 0
106,881 106,881 00000000000209e56fa7ff5e589b5271ec29a353320a44d3f4a929b94592bce3 0.00 MB 1 0
106,880 106,880 0000000000026926c9cf8f704cf150c2b69bb01280a459c72525d20b9a265db1 0.00 MB 3 0
106,879 106,879 000000000001d064cb57a474a7287519a2ceea85034335d5f57f701304b06f7b 0.00 MB 2 0
106,878 106,878 000000000000f0eaa9f5893552caa1a31b9dee3e3a82a22e8ccb5438e84c0e39 0.00 MB 1 0
106,877 106,877 00000000000281c76feee684a089fc876a59d285a4f5985ee55eceec45532573 0.00 MB 1 0
106,876 106,876 00000000000187be44755db5ba8ed545ee953e4613195daf6fbedfa21b69584b 0.00 MB 1 0
106,875 106,875 000000000000bd4580efc77b6215a15c23097ec4d34591c61913b2f8dbfa8ce7 0.00 MB 1 0
106,874 106,874 00000000000208de2953a435ea515348641c59268ea4b70f7f8bcf468306e7ec 0.00 MB 1 0
106,873 106,873 000000000000d7e7af2a2e3d2644076a4e37a8191e35e1abffbfffe8162a7c8d 0.00 MB 4 0
106,872 106,872 000000000001a566e847a3a9ff4d3bc2365e4d2a6acfe4758409222b14fda29c 0.01 MB 22 0
106,871 106,871 000000000001cbb9efa150f6ee9eda1bba497841e5b4bce888a78ab06927dadc 0.01 MB 3 0
106,870 106,870 0000000000025fc9ae97be9239933579032f78b4ba90e3e707af58d4bff676df 0.00 MB 1 0
106,869 106,869 0000000000002305eecc7398371300d8e36775470d840bf15ced2ea396535130 0.00 MB 1 0
106,868 106,868 000000000001f0602414813b691f0c5429137acd56ce44dd08545699c41d1ed3 0.00 MB 1 0
106,867 106,867 00000000000036c994bc22283e837ae9daf1fe0abcb11a5dec7500915090d973 0.00 MB 2 0
106,866 106,866 000000000001c27114268715ab86b5beb06a76021cb7992be2155c2d8e0ebdb2 0.00 MB 6 0
106,865 106,865 0000000000002cff65295ee597d8ac92f0a5cc30f49305ce33ae96bf26ce4fee 0.00 MB 8 0
106,864 106,864 00000000000223c83a6f015a8897f9c75452896c10051ba59dde589cccac801b 0.01 MB 15 0
106,863 106,863 0000000000003f7f813c2d45f2f2d90115d0e7300d7f4f1654e562cd32d9dc3f 0.00 MB 1 0
106,862 106,862 000000000000d1e4dac3fcb4917f1c4ea285ab457b56b6edb33abeb33f02a9f9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.69 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,655.27 GB sent, 96.32 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.