Memory Pool Memory Pool Refreshing

1,269 transactions
22.87 vMB
Show Random Selection Loading Transactions
Max Size: 92/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,034 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,043 908,043 0000000000000000000163f12fa6f8f55d6dd858ef80c44d2eb329e149407a3c 1.91 MB 1,863 1
908,042 908,042 00000000000000000002278eb4f1e25cb919c7a5f79299d925b193f8281febc4 1.61 MB 3,258 3
908,041 908,041 00000000000000000001be336d97321fd6d49c3e9e55c749c3af8432225986f7 2.03 MB 924 1
908,040 908,040 00000000000000000000447b3579d6b116ca2014718c5b02e58a6ee5f22596cb 2.11 MB 466 0
908,039 908,039 00000000000000000000c094628298de59d05c437c01e410309569987e370e13 2.10 MB 506 0
908,038 908,038 00000000000000000001bcc6d105e1c2650854122d19470400f49885f6383f69 1.96 MB 930 2
908,037 908,037 000000000000000000006a9c43739b74eb34b0dc310a1d2cd88e52946646dcf7 2.11 MB 435 0
908,036 908,036 000000000000000000005decf8d36db3745e44c45b27bf1552cecae7d63a94b3 2.01 MB 1,225 1
908,035 908,035 00000000000000000000f8ae4848ce6698ab5a87fc54191b2f403d6cda8164b4 2.02 MB 413 0
908,034 908,034 00000000000000000000f1bc932845f072f9e5f21bbff4a47cec2535fda2ea7e 2.19 MB 1,076 0
908,033 908,033 0000000000000000000223f9af4300f96c421d1661d0b8daeaff012ebe92255b 1.64 MB 2,493 3
908,032 908,032 00000000000000000000107a47add1af3114be38cefc4ce637ce3b2bf90a08c6 0.46 MB 357 1
908,031 908,031 0000000000000000000094e200435b3d32db55d8cf906c2db4e3be8a565cad22 1.01 MB 1,627 3
908,030 908,030 0000000000000000000229ee84cd04432168871c057c7a77c638ae9319c0b8ee 1.60 MB 3,029 4
908,029 908,029 000000000000000000002369be8eabf4b497b6b79fb6209e49de248dc757d6a1 1.93 MB 1,972 1
908,028 908,028 000000000000000000014f7335f45710cd45f36c146fb878066a6b704c04384b 1.56 MB 3,255 4
908,027 908,027 000000000000000000015e41666ebcb1821060fd354b946288975a2fa79c07c2 0.78 MB 1,129 1
908,026 908,026 0000000000000000000041821bf692d6844a4d230a1079033bd7c7a2f790b9a4 1.56 MB 3,451 4
908,025 908,025 0000000000000000000073ef51c5071c2c515ab2a5de6912e3d9e47ad12442ea 2.12 MB 416 0
908,024 908,024 00000000000000000000e363b7c554b6ca4efe882fe0f8c058f5d78a0cb0e7a8 1.85 MB 2,944 0
908,023 908,023 000000000000000000022695c579da9d7a5340b05905e6d197a60e787067560f 0.19 MB 354 2
Previous 10 blocks ↓
Total Size: 770.22 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,699.26 GB sent, 98.60 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.