Memory Pool Memory Pool Refreshing

5,777 transactions
3.49 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,714 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (593,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,165 314,165 00000000000000003684e755fef411a5ccd1c0eb4553bcd541230073366243c6 0.23 MB 390 23
314,164 314,164 000000000000000031b6a38093fc5dcad67c70716c48d9616c3fdf2839cfc68e 0.46 MB 867 30
314,163 314,163 000000000000000009316bda61d73ac5dce03e9230af39121f87292745bcab99 0.62 MB 1,218 29
314,162 314,162 000000000000000020ff5fac5367e55f8da0255443bf25f0e52d8adaf5a4961b 0.12 MB 193 30
314,161 314,161 0000000000000000052f31625754fba4da012c4c6fe94e1cc1990db630259384 0.40 MB 568 26
314,160 314,160 00000000000000002700a33cb08fb90741b5f58f58b1a12ccd6238156095b36a 0.05 MB 51 12
314,159 314,159 00000000000000001bb82a7f5973618cfd3185ba1ded04dd852a653f92a27c45 0.41 MB 779 30
314,158 314,158 00000000000000003021634037ebf164433fa819aac82d4dac8852e14a1a6952 0.02 MB 41 21
314,157 314,157 000000000000000020bdc0bc26eaac02660c559718ddf1f672f490a8b349759f 0.05 MB 90 19
314,156 314,156 0000000000000000217ce3d447b2bd4229d7cd0f85a297090c20e41a6eb49607 0.18 MB 275 19
314,155 314,155 000000000000000024e2cd97a9b210bb9cd68d4fb73244f5298fa991f768262b 0.01 MB 32 35
314,154 314,154 00000000000000000a1ad936308d4f4b99955515665b36a656df316fda71e0b8 0.31 MB 457 26
314,153 314,153 000000000000000020e88a7fd952f68cbe4e2957e5c8f14db4180c3559f63901 0.17 MB 262 21
314,152 314,152 00000000000000002d4abe7eded19e3d1594e5d92b2df4e658e3094b6fbef45e 0.17 MB 264 25
314,151 314,151 000000000000000014d831005bb62000d9f5d91c26104af02fd3ddbf224e12ca 0.49 MB 756 28
314,150 314,150 0000000000000000304889f035351c8def98332e5bdebf01a2976397dc7b16ed 0.35 MB 546 32
314,149 314,149 0000000000000000221045deca7fb5b3ba6f5b07d86aa21f7a88b1daabcc6db4 0.12 MB 205 27
314,148 314,148 00000000000000002633e614a5c9aac602c936e16621ebae76b6b847b9e576f8 0.33 MB 649 35
314,147 314,147 0000000000000000102b7e0c869e76d6ab9a84cd15d9c077b30584a93513a709 0.21 MB 385 30
314,146 314,146 00000000000000001698a614fe6f02a868d47d71dc12455cd223e47e28a110cd 0.27 MB 516 28
314,145 314,145 00000000000000001d15feed1589c37d993485dcadf3ffc3be74949e11c21687 0.52 MB 769 25
Previous 10 blocks ↓
Total Size: 769.03 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,625.83 GB sent, 93.05 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.