Memory Pool Memory Pool Refreshing

1,657 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,654 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (610,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,099 297,099 000000000000000044b849e565425faf4d5e7b7b624524917adc2ed6a56e78f4 0.21 MB 436 30
297,098 297,098 00000000000000004c0782c9c86fdb401b7be526d2b7ffb3e52243b032e68e0a 0.13 MB 188 12
297,097 297,097 000000000000000096edc8eca6dfd3d407b4557914d54bcbcdda45b3f399da80 0.50 MB 628 25
297,096 297,096 0000000000000000613dfa8493c827d1a0d48e678d26d46e013e324227cbbdfa 0.50 MB 584 24
297,095 297,095 00000000000000006386dc897089a0fbc21ed4af04c61ff8267a95fb3e1a1bd0 0.25 MB 584 25
297,094 297,094 00000000000000008ed9d4b8615c6f3420871ec87c209cd6606caafb3da997cb 0.35 MB 862 52
297,093 297,093 00000000000000006fb77e525cf340e57057dbbe9c7aae968fa02935ceb33bb4 0.35 MB 768 45
297,092 297,092 00000000000000007794424987b47677f7f18f8500391358ca005bd3dcced913 0.80 MB 1,617 37
297,091 297,091 000000000000000066c6bf5a8de5ae34c3f5cefeb4d5e4604e0aec37d71ee50e 0.43 MB 610 41
297,090 297,090 0000000000000000814eb65078f51c6a6b55af41624306fa4c50e3e0e8e31ab7 0.12 MB 219 30
297,089 297,089 000000000000000083e7ec5b66fd64446722d5252bbb32e4ce085cdc65a756ec 0.14 MB 192 27
297,088 297,088 00000000000000008ca6cd77b7aaad730fd9a1062be965fe3a25e70e3c32a37a 0.11 MB 223 28
297,087 297,087 00000000000000004727bc962e1d8823a8c1a1a033da62ccd56aae97fa26a0f7 0.07 MB 85 22
297,086 297,086 00000000000000003cd2317b4f1031ca831bec78ff3288a5e44871c00397b693 0.91 MB 1,479 34
297,085 297,085 00000000000000002456ab372b0cf19971ffba29f82884bf6d040f76f3cbade8 0.12 MB 199 28
297,084 297,084 00000000000000002d2a910a5800e5adbace5a4fd284c2ad5906c5bbe202d815 0.35 MB 383 29
297,083 297,083 00000000000000008f507749ccdfe53bf6160f82f9786d1d221361e8455401c5 0.19 MB 323 32
297,082 297,082 000000000000000032ae4e030b06e2342996e0bd96b807d56c96ad4701d9cc00 0.10 MB 168 27
297,081 297,081 00000000000000005c1beaa79a028f498b4869489bd06c7327e197c8f75ed784 0.11 MB 128 18
297,080 297,080 00000000000000005fa7091d73457fe19f0d1ff2c758334b6eff346b7ee8dfe3 0.60 MB 1,022 31
297,079 297,079 00000000000000002e1375e62e5eee044cd080adc6a4f0da7b5c0d970484494a 0.33 MB 554 36
Previous 10 blocks ↓
Total Size: 769.10 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,629.12 GB sent, 93.41 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.