Memory Pool Memory Pool Refreshing

1,118 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,085 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,118 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,084 (801,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,303 106,303 000000000000ea05a23215c27a6d343eea30dd7ba52dbe85005d315dc1713339 0.00 MB 2 0
106,302 106,302 00000000000013481c3ab3ac369ce749cc90d8db13cd4236e16813c95e24f156 0.00 MB 2 0
106,301 106,301 000000000001e84ad99877a93aa5e4d0de0ef5cafb55788113f934f0b7f4cc8f 0.00 MB 2 0
106,300 106,300 0000000000004f0b6c4879732db537ca1e16db63ddcf058e22b939159c44bc51 0.00 MB 6 0
106,299 106,299 00000000000101a3e411ccd6c09c5cc53a0d358fd6ab9f99328b12ff024f513e 0.01 MB 33 0
106,298 106,298 0000000000023e2a95d4c24254d0cdbf8d2668d31ac90babaef031cb1bd8cc11 0.00 MB 4 0
106,297 106,297 0000000000009daea548897cb3e9d3a82689fcc0eb7267a6c977bf64f9db136b 0.00 MB 7 0
106,296 106,296 000000000002d42880e18ac919f5591ba31b21a16b2aa5cc03af1bf804563c6b 0.00 MB 3 0
106,295 106,295 00000000000286176db70b2ddc9a58a03f15aa8c98a74a498eda1d77891dc831 0.00 MB 2 0
106,294 106,294 0000000000022525d054ef59bc25ff7890538cf11a7fefb5fb9231925a547de6 0.00 MB 6 0
106,293 106,293 000000000002453e3b5904ca046ca69a43b4ed565b6d4f3800e6d724faa46fdb 0.00 MB 2 0
106,292 106,292 0000000000028127c4a85156d0be4dfccc46280dd548bb9ff1a909e42b00217a 0.00 MB 5 0
106,291 106,291 0000000000023997132a2f63aa525b3714cbc12206bc131dde5db8b469ca0c02 0.00 MB 6 0
106,290 106,290 00000000000110a368bddbdca2967a41731704c62c2c26e73b73e57970aec7a5 0.01 MB 7 83
106,289 106,289 0000000000017c2709e4b08d34088063102bb25cdcc19c34dda98827461bc3d3 0.00 MB 2 0
106,288 106,288 000000000000ab970416a8fcb069d4af4cffab9a02c03df296a64a57c49f2081 0.00 MB 7 338
106,287 106,287 000000000001bac78932afc5f5439b30743b29c90b62dd00ddb7ef6203a651d0 0.00 MB 6 696
106,286 106,286 000000000001cbcf36bc50f1f7b362914ea7944f32d0402a27108e6a326cad14 0.01 MB 21 0
106,285 106,285 000000000000a780a25126f02992f4153dc261b45cfd4a72a972f9502a8b85a1 0.00 MB 2 0
106,284 106,284 00000000000049245e6921979e8772c7236078c038647c98413b5039f2da96c6 0.00 MB 2 0
106,283 106,283 000000000000b95cee31597e12b38d8e425ee16fd18e42a26c6891021b1670f4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.70 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,677.32 GB sent, 96.40 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.