Memory Pool Memory Pool Refreshing

576 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
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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 536 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (634,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,251 273,251 0000000000000002fb596684d9fa0a235dd538dd80c96dea87691f5022863857 0.43 MB 979 64
273,250 273,250 0000000000000005c4734a0081ff7c52ae8e26ac65faa360a9c7d2e93bf2468b 0.08 MB 141 30
273,249 273,249 00000000000000026d263f3b15004123a94f0d5e6154098a06163f5deeca3d5e 0.47 MB 643 21
273,248 273,248 00000000000000041b58f2046df58bd4d10d7ebc25bfd5034b026b8a1f2e0f94 0.50 MB 1,467 293
273,247 273,247 000000000000000371388ba6428c0d294dd68b128d79369f379298185e39f2a9 0.14 MB 357 33
273,246 273,246 00000000000000060c1c06e774c6bb9ae57b62f68d848b2955e0b6568c78e200 0.03 MB 61 49
273,245 273,245 0000000000000001d08d0a9732ccbe6d30366b2956d1c7f48629233929a461a4 0.15 MB 181 15
273,244 273,244 000000000000000333d1a9b05841aa4a0c7af24eebeca505a8313a2816ae1a47 0.05 MB 71 26
273,243 273,243 0000000000000001757f2425aaa9f6233b26ad40664a5cf917a5ce6e967f981c 0.07 MB 137 30
273,242 273,242 00000000000000041d7a986e8c757fa4c65dd2286f194e383b96ddf5e3a809a2 0.21 MB 382 32
273,241 273,241 0000000000000004cba03018da395164838200f55241491e41e7c5709f8120e6 0.25 MB 576 66
273,240 273,240 0000000000000002a4d5fce8f8c62b04598562a73bf6e1227ff49e8c72aebaed 0.21 MB 406 38
273,239 273,239 0000000000000001306ecf57ef208b5a9ed5048e5dbe1b0ec51e42a0168b75fc 0.25 MB 644 64
273,238 273,238 00000000000000024d41fb76d7dadcb6696548ac1e16939ad0a0c05e2279f7e7 0.04 MB 87 18
273,237 273,237 0000000000000005772d3d4c3595bd6c53e51cbd6d578b20da35c5c899abd4cb 0.09 MB 194 57
273,236 273,236 0000000000000005b16342287fee598006768ec68d7e011a99de137683161a4e 0.13 MB 279 42
273,235 273,235 0000000000000002f05eeb6af95bcc82e8b219a466e51fa31687e46380a22ac1 0.30 MB 557 63
273,234 273,234 000000000000000458751b456893765175dd89c12202c1b960dd04260e29fa04 0.13 MB 256 35
273,233 273,233 00000000000000051bf39a56eca079a2402a8d78b707b108bdcdb6cf0e55af35 0.50 MB 291 14
273,232 273,232 0000000000000000cddf01abbbf3b64e41dc831a2d672e0cc7dd3f6d8a650d74 0.50 MB 980 34
273,231 273,231 00000000000000042f863436f47d03360bb6edbd8139c34f6814afb49e85236b 0.25 MB 686 38
Previous 10 blocks ↓
Total Size: 769.46 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,646.18 GB sent, 95.25 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.