Memory Pool Memory Pool Refreshing

562 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,774 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 557 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (707,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,320 200,320 00000000000002133af3561d80d348e3902d31c0814f96f5a55255bd73d9a5ff 0.15 MB 354 130
200,319 200,319 0000000000000578714b9dc440741fb6430f12fd0c99846d55e90c896756af0c 0.22 MB 552 113
200,318 200,318 00000000000002b6e1c3582617b7a1a8ca855439f5053878251ab5714ec11ba0 0.01 MB 25 34
200,317 200,317 0000000000000123fe7d39a34f2b137b6d162f58538c776744a54deb5e9d300c 0.05 MB 142 113
200,316 200,316 00000000000002f5141d01747f06196ef28a16cdfe809037d5bee0ae12ec05da 0.05 MB 141 92
200,315 200,315 0000000000000005f484e8aa0bdd7bd5b7d377ad585e7b201bac33292f209320 0.14 MB 256 113
200,314 200,314 000000000000052ce2c5a85ef41df81bf65be1bd514bd1330578eb87676a8dd4 0.04 MB 92 112
200,313 200,313 00000000000001889a35b0d2dbdd96168c1d4106bf345ed40a8ed9deeab69f98 0.04 MB 70 119
200,312 200,312 0000000000000497df6ad93c0069ceb12a4e0660645fac636909ba76245631e3 0.16 MB 439 152
200,311 200,311 0000000000000140096e7807ae143e038a526735eaad562a61cd9c37aba4d2c2 0.03 MB 81 111
200,310 200,310 00000000000004a07a30abce2ea8e7c83bd03c66623404932ea5022af2df4d27 0.03 MB 96 102
200,309 200,309 0000000000000542818123f926400d838cc6692a14f3900e0ceedbaa5d98792e 0.02 MB 39 171
200,308 200,308 00000000000002da8abe53d04bec45590c368a6c9191fe9a1cf47348e3200049 0.05 MB 107 369
200,307 200,307 000000000000023ddd06142eae0d9132015c1009482c05ec65f3fbdf82a31113 0.05 MB 84 308
200,306 200,306 00000000000003fee6c2c572686a9ea4d788922797fc960a2853707fbcd38345 0.05 MB 72 55
200,305 200,305 00000000000002edb2bdcdda7ccc36a150616e61cd9d42fc7d6fe848d53b473a 0.00 MB 7 28
200,304 200,304 000000000000035de6d3e51bc000e37a1a208855cc145b68317939e0ef258daa 0.02 MB 54 466
200,303 200,303 000000000000030b8b84efdca1ec3a3d12a2d7b0ed2bf2c60ff76ecac1c51e40 0.25 MB 654 158
200,302 200,302 00000000000002beabae66b2038d902e64c01d56cb6cdc701a312907d57b1ce5 0.07 MB 216 84
200,301 200,301 00000000000004d08921e3b4002091a24fc47b19323925483693bc87d51a52bd 0.00 MB 6 165
200,300 200,300 000000000000008f6d9c93f92bc3bcd605708c5d0002f50514fb89a5b72e2a97 0.05 MB 141 423
Previous 10 blocks ↓
Total Size: 769.11 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.78 GB sent, 93.46 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.