Memory Pool Memory Pool Refreshing

12,245 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,033 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (470,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
436,877 436,877 0000000000000000011693604ad08c690e69059be63af263aa622abb853dca0c 0.53 MB 1,116 57
436,876 436,876 000000000000000000724cf721e9351d7c40b9ac6bd4164eced5ae3bfae6ef8c 0.52 MB 1,002 56
436,875 436,875 000000000000000002fbbd51900e364ed8707c05d04416dc55953fd980d6a057 0.02 MB 55 225
436,874 436,874 000000000000000003f96d89b39269ae962c82f050521b04a9c4924ad82560b4 0.62 MB 1,183 65
436,873 436,873 000000000000000002e1c40151cf2dbedaf830d020cb165b0cd57cc933d5d884 0.86 MB 2,069 62
436,872 436,872 0000000000000000036ef209e7b85796db2c5b2842aa3f12376e94d7a7e8609c 0.58 MB 1,328 61
436,871 436,871 000000000000000003413fe383520cca8f293fdfac68f0f865028be2c980a55d 0.42 MB 911 71
436,870 436,870 00000000000000000203a659f936ca703d1fae4d96ed06240a6a0315a08ea8f6 0.75 MB 1,355 51
436,869 436,869 000000000000000003880a6eb61e273c0fc2ff2e2415c64ce46317a9ca1c75aa 1.00 MB 2,454 97
436,868 436,868 000000000000000000fe7df067f8703cbcb0719a1af61e64d51be03f3164ff35 0.99 MB 1,439 44
436,867 436,867 000000000000000000669eca3618d411db46f53acd2115b0f5dda31da2c8de02 1.00 MB 2,012 57
436,866 436,866 000000000000000001db0336ce17f8095f1141be625caa2e9663c4b8bf2a73af 1.00 MB 2,436 70
436,865 436,865 0000000000000000013fd322f724c1179932ce19b419d01953dbe393dc99d144 1.00 MB 1,522 71
436,864 436,864 0000000000000000015901fea858e9bc961fad5ede26bf38d70c0cba9ba6661f 0.36 MB 783 63
436,863 436,863 00000000000000000395d6f077c4c016c060e21f29042f8e6fe0489da99bb048 0.42 MB 954 63
436,862 436,862 000000000000000002ace4015555dd77fb52f2c76c794bcd50aa1b3e6553c7a4 0.80 MB 1,581 61
436,861 436,861 0000000000000000021bee27ec13b85fced801625d3689012f87d3c8c4672760 0.99 MB 1,383 36
436,860 436,860 0000000000000000032fac8a348def57b753b4c2f84ea628637e2dd57d0c723e 1.00 MB 2,472 75
436,859 436,859 00000000000000000412eaaf7596d50825355cdc74d2223910fbb938068f68b7 1.00 MB 2,340 86
436,858 436,858 000000000000000002bef75f85e27b242b97937c340f47e24e4d01d8c0137689 0.18 MB 409 64
436,857 436,857 000000000000000001c69c8d8e9c793a09e645b65ffe3dbbad07767c6f55ce60 0.49 MB 1,072 67
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.