Memory Pool Memory Pool Refreshing

3,782 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (613,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,550 294,550 0000000000000000b31dc884ad2073cca5776c20db31cc9697de54a0e146994f 0.05 MB 104 33
294,549 294,549 0000000000000000594b02a5b3e67e28c93f92d2829d3185e0882ce9138fa7d3 0.25 MB 259 21
294,548 294,548 000000000000000023d6840808390f0cbefc9ead835daa4dbb5c9d7d0f205eb2 0.35 MB 547 24
294,547 294,547 0000000000000000a6aac0fc05f22819d37cfc379bf2ef2a80183c3d6c08eeb8 0.17 MB 512 63
294,546 294,546 00000000000000000717719e632988d2110cb3e0e6f3e1e66703defa9dedfd5a 0.21 MB 342 27
294,545 294,545 0000000000000000a8ecae6fb5769f6e119f89beb046707e8d07ea2425b04e16 0.18 MB 375 56
294,544 294,544 000000000000000056e77d84a906259ddf84ea35137cc1319c4dc218a581fbde 0.17 MB 215 26
294,543 294,543 00000000000000000e7ee2fa73faca167d9781befbc03ddb84fce3b1e4091e3a 0.37 MB 391 18
294,542 294,542 00000000000000003032846e8ea682307fa3678bc10ee690dc5720ec4ba45761 0.35 MB 967 53
294,541 294,541 0000000000000000134c17603c9cfece3da15e41e1fad25fb2210afb3bf59a3d 0.10 MB 135 8
294,540 294,540 000000000000000052d97c3f9528bd009f670e79811d3164e1f855b0fba1094b 0.19 MB 189 18
294,539 294,539 00000000000000000f66d54f954d248cfa4c2d5c81edcf446bdaf72a25fce232 0.11 MB 128 19
294,538 294,538 000000000000000029b1092f234bd16eb175a461dcc1bb20b4e45e07749ec103 0.35 MB 671 37
294,537 294,537 00000000000000009f2c0147147942b6c65a55622a37d900969a2ce00a647669 0.50 MB 685 30
294,536 294,536 0000000000000000b20314b7fa88afb417c7b98705b45dc79aeb965b35b0394e 0.44 MB 271 14
294,535 294,535 00000000000000002491a2a34228af2a7f126adf592f82c0fbdecab66e4dc56c 0.08 MB 128 16
294,534 294,534 000000000000000006c3ef47c91bd3674ceaec90ddd748ab7f6716c9e58d6561 0.35 MB 921 107
294,533 294,533 00000000000000009de6249933f972cdbca697889388f0c71091a388762d947d 0.35 MB 710 90
294,532 294,532 000000000000000021330f22bb73ab6385452bd3b267ddb59671053218561a02 0.10 MB 153 30
294,531 294,531 000000000000000097b4d2e8c253f2292109e814b1c8d50de21a971a5cfd2f1e 0.16 MB 229 32
294,530 294,530 00000000000000001579f04dd85bf90af92ac1d39c4874bd5be35084b9f63e4a 0.81 MB 1,325 30
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.