Memory Pool Memory Pool Refreshing

2,957 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,991 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (14,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,741 893,741 0000000000000000000247030f11e04dc381baaf33f20413f87ebe60909ca05e 1.59 MB 3,632 13
893,740 893,740 000000000000000000001c89c1870812ceb232b19b755855860a2924464ed6f8 1.88 MB 5,065 3
893,739 893,739 000000000000000000021f5ad6b8401857c29716fd933aaa7c5f9f28cdab34ff 1.63 MB 4,061 3
893,738 893,738 000000000000000000010250b5f81ef96987954262f87ca20da2810ebd983154 1.70 MB 4,218 7
893,737 893,737 00000000000000000002449cb9989e36aac01fabab0d7c723ee38d9e7f118518 1.54 MB 3,770 7
893,736 893,736 00000000000000000001b19e68a757330153403e20676f7cf8c9848a15b61cb7 1.78 MB 3,860 3
893,735 893,735 000000000000000000014fe25b04ae938a7771c72b05b8b80c5c339aa252c9f7 1.64 MB 3,387 8
893,734 893,734 000000000000000000006f6072c934165dbae8626da128db1d4462bf53fa927e 1.97 MB 2,047 3
893,733 893,733 0000000000000000000116633cb602433b71e1ce0163780c7ac2ce9653a7d206 1.67 MB 3,179 7
893,732 893,732 00000000000000000000b6e1c514dcfbd93a8ca3579fa1fe455335b5a7a1826d 2.01 MB 1,135 3
893,731 893,731 00000000000000000001a6a8fb8626329e58a35b54a04d9a6f21b2a58b04cbe8 1.69 MB 4,741 4
893,730 893,730 000000000000000000009821736e0cacb4d3348b869a270007e2ea3146fa5ef3 1.67 MB 3,856 8
893,729 893,729 00000000000000000000b04ee2419377da4f7ae754f448b3b1825bc889d04a70 1.65 MB 2,777 2
893,728 893,728 00000000000000000000d1dccd1656603ae9e0cc80d076144708997d81379429 1.71 MB 4,201 5
893,727 893,727 0000000000000000000166261233850a0d1af66a34cc566b52b3f0642aaa82af 1.66 MB 4,449 3
893,726 893,726 0000000000000000000229b650a5ce32e245d430ca9511a9c2edee9ce7c22152 1.31 MB 1,560 6
893,725 893,725 0000000000000000000143c46e413b4427a12081a31ff2a0ce916ac440ab1d5f 1.62 MB 3,061 8
893,724 893,724 000000000000000000011824e0da9f2c871766f43e6c24f3f34d0f152091fee8 1.51 MB 4,604 7
893,723 893,723 0000000000000000000153b6c8d82e91a92512c3dd688a906c53df41545fdd55 1.49 MB 4,979 8
893,722 893,722 00000000000000000001b7254b6da08178b0f062849c1ca9cd484cc2108c30c3 1.52 MB 5,596 10
893,721 893,721 0000000000000000000068287006baa50ee03f33e9ff86e68884b840aca92a5b 1.47 MB 5,077 15
Previous 10 blocks ↓
Total Size: 769.13 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,631.80 GB sent, 93.57 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.