Memory Pool Memory Pool Refreshing

15,794 transactions
5.10 vMB
Show Random Selection Loading Transactions
Max Size: 30/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 1.00 vMB 4,039 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (759,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,092 148,092 00000000000004d19632dd284d73f55868613fb391282d334108b765b31aab3e 0.02 MB 34 27
148,091 148,091 00000000000000542b7bd60ad456d2d56c449d5b31f947ec042f24028cd1cccc 0.00 MB 7 106
148,090 148,090 00000000000000a5b5c1f07296a3e5006a584b5824ad8bfc3251a288acf1cf02 0.01 MB 29 80
148,089 148,089 00000000000009add65b237b18fa71a68bece266e73d836e5798749b39e6305a 0.02 MB 48 78
148,088 148,088 00000000000007cfea3ec83c369f14e1c12518e4720bab6568f3b6206489d83e 0.03 MB 59 355
148,087 148,087 00000000000005e7d7d680ab495985b307adeaaae3c9210b8adadd921fa2f497 0.01 MB 25 355
148,086 148,086 00000000000000df3269f873a3d3be59e643f8caa9dbf5c09e061c281b44850b 0.04 MB 87 174
148,085 148,085 0000000000000010ed3cc5faca6532138ab7dd6c8af29e7a6eae82cee811a5c7 0.02 MB 37 143
148,084 148,084 00000000000009301d488d6c98cd8eda95ee5cbf8d1480b5d0e958656126ee4f 0.05 MB 140 98
148,083 148,083 00000000000009e2ed0c7ee94d966edece8f124361b3ef6f3d01e46f4136b195 0.07 MB 112 168
148,082 148,082 000000000000037533e76fe2e7853fdcf7829f6eb31c7e9f7c5da764ef1d498f 0.01 MB 10 29
148,081 148,081 0000000000000739471ac5a61458e1f806e02f7fff8ddef20b84e8b5e1f11037 0.02 MB 23 32
148,080 148,080 00000000000006abe4d57ff9fcb686b9d8841f8da75a916ad754098475c04984 0.00 MB 4 1,130
148,079 148,079 0000000000000542d0704aade26f963a1f0a81b2f814f1f34d6d556f95d9b00b 0.03 MB 101 86
148,078 148,078 00000000000001a876c141fd90371d7d6f4727bf14cc205aead63ed312a5956c 0.04 MB 100 226
148,077 148,077 0000000000000479ab28a21469caa5599dfd25819dcff2156ccc6bc7609ff457 0.02 MB 25 51
148,076 148,076 000000000000092c17042ac4b35c2c1a905affc83e2cf2d78cffe36be9c3be0c 0.04 MB 137 12
148,075 148,075 00000000000003afa9c2a1b61a315a36096c71bc78bd795b61f21fdd5897b9f0 0.03 MB 72 274
148,074 148,074 000000000000002a7ee61c18cd96d42d237e85679c44010d17d0bd745357cdb4 0.05 MB 169 8
148,073 148,073 00000000000006b32d6a0743943e5febd14cbb49ed95d2e537fe03d8b7fab3ab 0.06 MB 122 310
148,072 148,072 00000000000005e6add4f9a07451bebf08edf10696e8124e426c299d27b403b6 0.04 MB 67 101
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,623.96 GB sent, 92.98 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.