Memory Pool Memory Pool Refreshing

13,530 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,664 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,726 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,663 (84,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,099 823,099 00000000000000000000f18a25f443c0fb3c95f77b8795eda7e6f996b91d70d5 1.54 MB 3,692 89
823,098 823,098 0000000000000000000132a1e392d4fa85337573e085e45b73a7606a6a64da62 1.57 MB 3,558 132
823,097 823,097 000000000000000000014353398dced83ef59e3a41c06beabf4bff1b112e64b5 1.79 MB 4,770 75
823,096 823,096 0000000000000000000128fa9aad6509d8a3b83ade77fd96790c37a45cfa888f 1.81 MB 3,870 100
823,095 823,095 000000000000000000023922caeded1c6e05983ba9d7f10a7898369249b3cded 1.79 MB 3,690 85
823,094 823,094 00000000000000000002320f5264088b86f83176cad744e5596718bfbc6150d3 1.76 MB 5,082 94
823,093 823,093 00000000000000000000f6f6611364fb0481744b14a5661170d635d2c3010b20 1.80 MB 4,797 93
823,092 823,092 000000000000000000039992cb1bdb7deca7fd928f40867309008db40c86144b 1.71 MB 3,972 80
823,091 823,091 000000000000000000010285927170190c53428709aaa8cd88521b383735b1db 1.72 MB 4,574 115
823,090 823,090 00000000000000000000b5b420c0e7072f6188084b1b06c7acd4d6e6e6c4af36 1.55 MB 3,735 111
823,089 823,089 00000000000000000000e3bae47166997cdd0993271e734224eee65656c2a020 1.79 MB 4,754 89
823,088 823,088 0000000000000000000366b2875b8e3373312129d15e5587f128e8ac59be987f 1.63 MB 3,764 116
823,087 823,087 00000000000000000000f8a7d13c4ff3d89c8921eda0ccd262427bbadc7ad9b8 2.02 MB 4,561 82
823,086 823,086 000000000000000000025b8a0b1568e5a6496d1aa90f70f7fb8a19b1e62b486b 1.83 MB 3,654 77
823,085 823,085 00000000000000000000225f688ab5d71003bfabc3c2b7eea7c604e81f8367f4 1.98 MB 5,247 92
823,084 823,084 000000000000000000029ce0adb7490ac2e8ee63cc6b64a54b8b860e33fb1342 1.66 MB 4,221 107
823,083 823,083 0000000000000000000197d24a6c0666be6f7c0e57e56da4291838c1832da170 1.82 MB 3,993 85
823,082 823,082 00000000000000000003b78b50d50da0ec4f25df9b31c41b0fb771e07e196da4 1.92 MB 5,276 90
823,081 823,081 00000000000000000001fcc8196ff0b260760b7c7f97c03f31222c5e59b10eaf 1.64 MB 3,898 115
823,080 823,080 00000000000000000001334756ef0f19700b6032b39f5681cb50a6efadbd54ed 1.68 MB 5,131 80
823,079 823,079 00000000000000000000b88ad8bb737c834d1f4edaa9fad29a8d0953e350aa5e 1.80 MB 4,954 93
Previous 10 blocks ↓
Total Size: 768.92 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,603.70 GB sent, 92.37 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.