Memory Pool Memory Pool Refreshing

17,953 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,487 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (775,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,963 131,963 000000000000032bfa271dab7ec3763652990409c03fcf3149cdd88c83d6201c 0.00 MB 8 830
131,962 131,962 0000000000000fbac5c73826981384ab40cd04432e773b29763b0e781e610a9f 0.00 MB 10 328
131,961 131,961 0000000000000b17b9e8cf1c189bc05b551176c3da32209c7de35c425e9988c1 0.02 MB 32 566
131,960 131,960 000000000000101bcfc98d6e5caeabfa7a717329049e65126c2cb14ece269e75 0.01 MB 56 140
131,959 131,959 0000000000000067fc5d7526025af038cead514558e509e451855fce72f5da7a 0.01 MB 21 474
131,958 131,958 0000000000000c1c4980ad9ffdc0569a814f4546f9a323dd3b6fb64bce5570dd 0.00 MB 6 0
131,957 131,957 000000000000060457e81e41388fefa09e239d4d2dab1cc61795f39aa8473442 0.00 MB 13 15
131,956 131,956 0000000000000cca6ca1a05c3f657d1013e12a2d90d67ab8e1ecff76faa20fbb 0.02 MB 58 355
131,955 131,955 0000000000000476fd4a56b9d01e0541c03492411c5051ec5d35f6b475163a2c 0.01 MB 21 791
131,954 131,954 00000000000001451ce7be30e52daabb39e0a83b5f7653c10f71039526ef2812 0.01 MB 22 26
131,953 131,953 00000000000002ac5a18cf8c6a28c2438758990ae1db018cae0a985f4669762a 0.01 MB 22 1,137
131,952 131,952 00000000000007cc45cd5a5cbb7e3fcdf4c75c68dd315b09c184b89ab84c3748 0.02 MB 61 645
131,951 131,951 0000000000000794338a8504222407748511a0470396545c1c11e476c23c5da3 0.02 MB 60 533
131,950 131,950 000000000000086efa9b77e4386f33c0b7079da2230b4c870f426e588496ed86 0.00 MB 11 34
131,949 131,949 0000000000000e4f845ee9964f463d7d8d4fe953991cbf6d2f652c5bce2f515d 0.02 MB 15 1,073
131,948 131,948 000000000000057b20ab44a061949baa867ae3fdad1b465bf940d35ece058455 0.00 MB 1 0
131,947 131,947 00000000000003d79d89e03c3bf2c021b44fe8deac5c6778fd6dd5ba760fce8c 0.00 MB 11 267
131,946 131,946 0000000000000ad3449908a3e0e4086571ed93029eb3b82b6f807814324478b9 0.01 MB 20 785
131,945 131,945 000000000000109904f88caeaf86257a58defc869d2642cf54257b45fefd6519 0.01 MB 37 441
131,944 131,944 0000000000000cf3cff104e93983e5ea8ac6e2bd41f2b31790d167ef48d5d195 0.05 MB 167 156
131,943 131,943 00000000000003669bf43067e94b016c732ac19205eec9dc0b2009046fd5b223 0.01 MB 27 1,576
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.