Memory Pool Memory Pool Refreshing

443 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,860 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 423 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (760,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,112 147,112 000000000000065e3c056907545d49977e73e40f7075e3ecba1bf61fb0811885 0.01 MB 22 51
147,111 147,111 00000000000002966b7e940c1093cf5dc966f7a22dcdd42e45956cd0f9d35b6e 0.00 MB 10 15
147,110 147,110 00000000000000cdcceaff59e66477b657318a352861752f67be33c624d27574 0.02 MB 28 106
147,109 147,109 0000000000000954aabf888ac70c5f62483f42a8957d3ff1c54db3d2a1e4f0df 0.02 MB 46 296
147,108 147,108 00000000000004de6b326b0a999a5dde1ddd8ebb2e13890317bfdc082c0b86e8 0.02 MB 51 120
147,107 147,107 000000000000030050ada13819fcedfc912833786bee6712682137d70bb9df31 0.01 MB 25 39
147,106 147,106 0000000000000194f86059a33039a83d4e0e94d44fe9ff884f1112ec30ce78df 0.00 MB 7 114
147,105 147,105 00000000000005b7e80d1efdf9d424cefed528acaf60746a280260561b683048 0.01 MB 54 7
147,104 147,104 00000000000007a5f730e632191642ba8e6aa36416ea1d633b608f8ca0202b5e 0.02 MB 23 107
147,103 147,103 00000000000002b5e9355d83db6d6054b073ad3060d9aa62d4394d29e4848516 0.02 MB 45 182
147,102 147,102 00000000000006e9e7051c5f6037081427fb0242e50f6e33f669d3637548eced 0.02 MB 60 333
147,101 147,101 00000000000008f3089261d957fc230884400d6e070c3563563d1a2d4a7d7b93 0.02 MB 61 156
147,100 147,100 000000000000034e142e71c5ae46e41169f524678a3d2eae1e8eecd46801508f 0.01 MB 16 84
147,099 147,099 000000000000031bc06af12103239525e173e8ccb158fbc16885cfc35ccaa708 0.01 MB 28 139
147,098 147,098 000000000000098209e6efb3f632cf5e1b9334c162270dd467048748373c55b8 0.05 MB 173 16
147,097 147,097 00000000000003e101716162dfcdc3ed102aebd96491bc5a1458412cc9b9dad1 0.00 MB 13 49
147,096 147,096 0000000000000406d7bdb6c162f96b1cf9d54061969ab43d9191afc191719b57 0.03 MB 54 57
147,095 147,095 00000000000001fdf732c5c953ecd45cd819cded29eba6195ed50e11a50d4358 0.01 MB 20 81
147,094 147,094 0000000000000380d34b21af39da8805a2b9c9a1662a142cdc086b567c9f97bf 0.00 MB 6 924
147,093 147,093 00000000000006e9ba9a8612a4805cf38c7941ff831c21c69ba470d5f2d9ab01 0.00 MB 4 74
147,092 147,092 000000000000094b502d5d0ba0895cbfc8a418d267f2baf5fa96b481d047531b 0.00 MB 4 2,581
Previous 10 blocks ↓
Total Size: 769.28 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,635.48 GB sent, 94.30 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.