Memory Pool Memory Pool Refreshing

4,085 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,701 (730,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,108 177,108 0000000000000792946a02b071f2caeb6268a1823b8a21db86065639d7f6b22b 0.04 MB 77 86
177,107 177,107 0000000000000a8971349821cf6cdac1e6c0eb156532c87a74fc2a4c2227583c 0.01 MB 19 78
177,106 177,106 00000000000004f89681419fe05dd5635e14b9e8017dc8063cb6297f3b8d88a4 0.03 MB 70 95
177,105 177,105 00000000000006e34eba3350e71526ffbae0fe7248b8ddf09a8d481a057fd477 0.00 MB 8 33
177,104 177,104 0000000000000a7be3c64fd7a473bbdd7b8847f47cc8298b68ac79fb4d525a5b 0.09 MB 127 66
177,103 177,103 000000000000029b940ccb671905e469cbddaf88a31d4e6d2a593112b163f797 0.05 MB 135 153
177,102 177,102 000000000000047f594316246a835687ea27389b091e768b226feb90f923da1c 0.05 MB 123 23
177,101 177,101 000000000000011e72ec4f622b6a5a5ddde1847e3e63d5fb5a435f0671d31e32 0.00 MB 1 0
177,100 177,100 00000000000001509cb3e263f5bd3000065c33981e0e09461a5537c276cb2497 0.04 MB 122 67
177,099 177,099 00000000000002c49cc0dcc153c37605d97e16d9788d4cec5d0ba276afc535e1 0.00 MB 10 39
177,098 177,098 00000000000004bcf9bd76491de4ebed8e629ea44d744718ab8ee50bf56c2bbb 0.03 MB 66 98
177,097 177,097 0000000000000317e7230acb3183ed1e32d42feed2450b70a04942571044b4bb 0.05 MB 128 48
177,096 177,096 00000000000009afd2d3a479823866c4c69407e29ff8839cffb10641f986e6fa 0.01 MB 25 203
177,095 177,095 000000000000013eee09211edd7b24b9c8cf4dd324d1938d1bfee3f297afb2a5 0.01 MB 15 67
177,094 177,094 000000000000012d4b40efdd2085c10404ec292203e2559abba4d838247e0c0a 0.02 MB 60 11
177,093 177,093 000000000000063771edec1e4cfc4e9cf7f9f06a2ded41d47e3a7b232ebc364e 0.04 MB 102 129
177,092 177,092 000000000000078d6f81949ed7f53e94a70483674a57e042b433a7b9da95b276 0.00 MB 13 0
177,091 177,091 00000000000006b1d99d40007ff75e4261bcf7588f5a4c82c0cedf9d9a6e01af 0.02 MB 32 132
177,090 177,090 0000000000000373c2dfebd164a1f056419d3507718d7d7f8f515f79be9e512e 0.03 MB 58 106
177,089 177,089 000000000000018bff1ed41a1379506f1286070adbbc2d515079ae5f1ee1909f 0.04 MB 75 41
177,088 177,088 0000000000000819b92c65233fa2ae1351c1b36b23f69e1e4748dcd3d3e32b5f 0.06 MB 154 102
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.53 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.