Memory Pool Memory Pool Refreshing

6,625 transactions
19.76 vMB
Show Random Selection Loading Transactions
Max Size: 76/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
894,678 0000000000000000000248b60000000000000000000000000000000000000000 1.00 vMB 2,139 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 894,677 (929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,748 893,748 000000000000000000021926f9c84bf902bb1570f99ce2e43e66ac98036bc117 1.53 MB 2,883 6
893,747 893,747 00000000000000000000930569ae2fc1ae2c52a98a094dcb363c17750f417b7c 1.57 MB 3,856 12
893,746 893,746 00000000000000000000783a65317b5d17ff1f71fc4d483f85fea2ee3ca00f8f 1.66 MB 4,265 3
893,745 893,745 00000000000000000001ac12165d353d281b317613f33ad1e23bc3b389290469 1.66 MB 4,588 5
893,744 893,744 0000000000000000000063013a0aa101eeaf904b75d733adbac6f46cd7ee3568 1.70 MB 3,846 8
893,743 893,743 0000000000000000000057af2d572f267ddebd67c14dc3873082922919faa863 1.56 MB 3,385 9
893,742 893,742 000000000000000000006da9db7addf71141326034d6c5462bbbf8037e657eac 1.66 MB 4,095 7
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
Previous 10 blocks ↓
Total Size: 746.23 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: 3,927.52 GB sent, 193.91 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.