Memory Pool Memory Pool Refreshing

236 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,894 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 226 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,893 (162,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
745,076 745,076 000000000000000000029ed3f982e3ca42897b02eecc8d3a7df6a7aade51fd34 0.91 MB 1,374 16
745,075 745,075 00000000000000000004efde2556c60cfcbe30ca23841c3e46ba2529c5b0a3e2 1.44 MB 2,821 20
745,074 745,074 00000000000000000008f44410833bd8cfaaa442709b4a1999c57fee0f1cedba 1.10 MB 1,345 23
745,073 745,073 00000000000000000002efc72cdaa177252286607ceb5a2a183253ca88057f80 1.28 MB 2,085 23
745,072 745,072 000000000000000000008e2a50b5b622d6d8e5b2c5d56ed4fda621f9769c8981 0.85 MB 1,264 17
745,071 745,071 00000000000000000001ed43bccc9a5e3f5b394dcc751ab3e63b487c10b72ecb 1.44 MB 2,478 14
745,070 745,070 00000000000000000008b268ee6a54a105ef74b196e3c19008b619e6b225959f 1.62 MB 2,593 29
745,069 745,069 000000000000000000028537f8137ab0e9d2430a6a7741f590a8894ff31ac886 0.87 MB 904 23
745,068 745,068 00000000000000000008e145efb794d03e8ae4064891f5465cec0741aab94807 1.09 MB 1,776 19
745,067 745,067 000000000000000000023c8af4136e6abae8ea276ccf851c3b8043e1385d7bb0 0.21 MB 438 19
745,066 745,066 00000000000000000002c381e91bbc1f0316b643f680dede52eff048050c922e 1.58 MB 2,854 23
745,065 745,065 0000000000000000000825a3bd76df6e2b748b35747203d1ee469b02f1550641 1.73 MB 2,169 13
745,064 745,064 000000000000000000084653ef142a1b67e4fdf706c7c2b7a8d59acb9c3490e2 1.43 MB 2,080 35
745,063 745,063 00000000000000000008a3b1a0b0cb1171d9602b375e1abc1c0377451b00c6e7 1.86 MB 1,162 10
745,062 745,062 00000000000000000001440cd15345cc6a1b8a90e0e0b6b0db3a8ea8359641d5 1.34 MB 1,464 21
745,061 745,061 00000000000000000004e719159830c503cdc59b0ae3db20173c093cfaa0cf90 1.70 MB 2,455 21
745,060 745,060 00000000000000000007aa7865683504d8d400c89496ea622eef7c77658f1579 1.74 MB 2,095 7
745,059 745,059 000000000000000000008a6aa1097d85d29a25eea7d2430062aa071787186bfa 1.61 MB 2,491 13
745,058 745,058 00000000000000000000547861824a0e9c4e9880494f6371e6d40df2d9604d77 1.51 MB 3,047 33
745,057 745,057 00000000000000000004a509d6f3976f9da72f653bd84e04ec150aeebb520268 1.53 MB 3,347 42
745,056 745,056 00000000000000000005260be41ec8251d385634096710eb0fa9ce802025b285 1.88 MB 1,940 19
Previous 10 blocks ↓
Total Size: 769.34 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,643.37 GB sent, 94.66 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.