Memory Pool Memory Pool Refreshing

2,058 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 2,032 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (769,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,130 138,130 000000000000089c93d7d6022eabf5b65c1d4801627be9127d9e9aebcdc266f0 0.01 MB 26 85
138,129 138,129 0000000000000620628ba50c900a22e376daa86615c4827fb3ba7afdfcbf51ad 0.03 MB 43 221
138,128 138,128 00000000000009db238b1f66a8b2bcff50e66e7da9dd72499a75dd4146c0df00 0.03 MB 73 215
138,127 138,127 00000000000002aa1aac640af37f35e79bb4864bbf3fad5e5ecebd7ea56b7bfa 0.01 MB 36 21
138,126 138,126 00000000000007cfd3b533b42e5fb84da2442a40d9396de3051eb8c8a4371dc3 0.00 MB 1 0
138,125 138,125 000000000000070cfbad63441d0996483eaabea63570b0ce6c5e0b7e6e679d56 0.00 MB 1 0
138,124 138,124 000000000000013e2aa274db07f2e1a3029775da305e042739462ce9871df7be 0.03 MB 71 348
138,123 138,123 00000000000003aa3dd13c681b4938b886e594d495c92627c506512e8c61a15e 0.00 MB 1 0
138,122 138,122 00000000000005e2ec9f974b6eebb47b4c7a1cf660b2f41761be4dbf23374d81 0.01 MB 9 899
138,121 138,121 00000000000002908b4f0f8731de4593ae4557bc1dad348766821979dbcaaa17 0.00 MB 9 51
138,120 138,120 00000000000009a15c5d009d833ce1f92e864c0158bf4f7024602007f548d656 0.02 MB 68 65
138,119 138,119 000000000000069e8b28477c080a447031273177e5d9c9063ff6e93e7a3b974b 0.05 MB 118 162
138,118 138,118 00000000000009005c04091a2790542b23664eb00df474e0d4dd6a3080a39b2b 0.04 MB 81 249
138,117 138,117 000000000000059cfae70a6d321acc0bd60b34054c17b3b1fc5faab546f44162 0.00 MB 9 3,733
138,116 138,116 000000000000092417bbb652a8335670278d2799d841d0696ed6ea0b9a4686fd 0.02 MB 26 131
138,115 138,115 000000000000012fd72ceae43cd4ffa22add42166b349732371e6dd63cd99e8c 0.04 MB 112 167
138,114 138,114 000000000000002ac35c63676ac2a96ed9e294ce99db536085a3e52e00ce875a 0.02 MB 44 235
138,113 138,113 00000000000009907bf5f25d2ed7420453f87f5c8a2e6d8c8c717d8387363b9e 0.01 MB 21 265
138,112 138,112 00000000000008fd76612f44e9077b119048e15dc9217b7b0e942ac3c90df7a7 0.02 MB 36 163
138,111 138,111 00000000000000e4185bc23eed4992b65376ef3a89ef58ec8ef526f896f8289c 0.01 MB 14 752
138,110 138,110 000000000000063f60b3b0b411257713b40c4ac7874731e5e1a2df11580a50eb 0.02 MB 49 136
Previous 10 blocks ↓
Total Size: 769.01 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.92 GB sent, 92.84 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.