Memory Pool Memory Pool Refreshing

7,832 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,262 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (526,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
380,873 380,873 000000000000000000cd9e53f855c3bb2b3f4edb25a1ad79adb0fa5b91942d9a 0.47 MB 1,083 41
380,872 380,872 00000000000000000f414698e5bfe5bcf67144a0f161735426259cd2d997d5ec 0.25 MB 366 23
380,871 380,871 00000000000000000779550f91cebb59c25482090f864a9dbe0b986a2f0aa773 0.75 MB 393 5
380,870 380,870 0000000000000000004b2514eb2db622fa70aeb3797429ae9acf1c7fff7c386a 0.20 MB 466 38
380,869 380,869 00000000000000000d28c98e4b9501f7cbdcaf78eb1286e79a8be13fc3d04ca0 0.55 MB 837 26
380,868 380,868 000000000000000010373bad9e9b8dea3704bb0b95e9d8ca0c73f8f41bbae174 0.93 MB 2,314 46
380,867 380,867 000000000000000007e3363335a0d88c3e1ef6793523a26a3a94211a268b67dc 0.93 MB 2,767 49
380,866 380,866 000000000000000001d1c69a5410ed2e6f197a372512a7a8149334f9c506fff0 0.00 MB 1 0
380,865 380,865 000000000000000002f192f13ee9e2adfa9c6782ad755215dac316db219b2723 1.00 MB 2,853 47
380,864 380,864 00000000000000000587f324db6588cdf28e2ab889202d675099c7c76fb7b941 0.17 MB 345 41
380,863 380,863 00000000000000000f52255f4fe7137fe61956b5bcefab67ce7009045dabb4fb 0.38 MB 888 41
380,862 380,862 0000000000000000099a9991f17a58c51f94135d506c6d2568939d2c021abb2f 0.61 MB 880 30
380,861 380,861 00000000000000000d7a6daaefbf78092147e2ca0501b8c33024e861cedb0c45 1.00 MB 2,626 56
380,860 380,860 00000000000000000e1da462a5d709f2f5ac1ade700cc65f314bbb8e4ea704c5 0.40 MB 705 28
380,859 380,859 00000000000000000cae9eacf1c66cceabcd2616c7b589a6c2ecf13383360b3c 0.15 MB 281 26
380,858 380,858 00000000000000000b83c6d3f16454f7f5382f89cafc2e60d86eb72247221e7e 0.83 MB 1,960 40
380,857 380,857 00000000000000000e1dfe86f4bb56f10f4df7aad6206642868659f7f628c9c5 0.56 MB 1,032 35
380,856 380,856 000000000000000002be52c207eed1d0dedb7726b47e1e587cfbb230605de59c 0.62 MB 820 16
380,855 380,855 00000000000000000cded680e26493c0364b58d54ab69fc827c5c045452a2ad9 1.00 MB 1,782 33
380,854 380,854 00000000000000000336a250809c98b23ea910e7d08e098506f1f5e58db71e1b 0.75 MB 2,174 71
380,853 380,853 000000000000000000709a5393a0bc06a3a65857c081fc79722cce5b55e64445 0.50 MB 1,061 38
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.85 GB sent, 92.83 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.