Memory Pool Memory Pool Refreshing

2,803 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,096 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (617,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,597 290,597 0000000000000000c9151f20d5119c5cb539022dac15bbd49956c2151e7f9d8b 0.05 MB 18 4
290,596 290,596 000000000000000047b277d089e842fa7e50576b7649004efc9c90b1bf4d8cd6 0.23 MB 454 34
290,595 290,595 0000000000000000117ccb80e7da5d23c28c12ee1f89626ff26cc9dd39659a6f 0.03 MB 128 25
290,594 290,594 00000000000000004c095d587531e0315c5272fb55f238929d1aaf3476d93048 0.05 MB 34 15
290,593 290,593 0000000000000000c69c2dc5faf73eed217a5c8b3a8173950d5043577581b2df 0.10 MB 222 32
290,592 290,592 00000000000000002cef17ab35e8ee8006d75a7d82939cd346b1fe279e3a7673 0.10 MB 200 32
290,591 290,591 0000000000000000119cac5046e9de162c9a492519e1b725d5fe522b89b8e153 0.30 MB 512 25
290,590 290,590 0000000000000000c318c7ad8d9ec3fb591f839d7e9422122c2b37f615161afa 0.35 MB 524 21
290,589 290,589 0000000000000000d9ce158bdcd5cb3a142318f467a598c2404a582034a7d5e4 0.48 MB 728 30
290,588 290,588 00000000000000004752100956b172762e27e346629d42b032f8c3a67517612b 0.34 MB 500 27
290,587 290,587 0000000000000000986e16d27cab495b85847e9100d0384ceeb4c0538f74c59e 0.04 MB 16 8
290,586 290,586 00000000000000002bf0aeb4fe24a39e01947193ec2f6700f0bdf446c9162ad0 0.23 MB 101 14
290,585 290,585 0000000000000000987863829422a18be1c8f7f6de6ee368a2478a301b61888b 0.35 MB 788 34
290,584 290,584 00000000000000002a39a60d4ed18c6ce64be50e043f2e72e7f04264f0ac0e66 0.18 MB 512 49
290,583 290,583 00000000000000000de3f3c9351eab719885d8a209693d0f42945350323b208d 0.32 MB 511 29
290,582 290,582 0000000000000000906a48e7cee55ed7c489b7cf259109dd7060606fa1df2169 0.27 MB 256 22
290,581 290,581 0000000000000000d255911947864633a96e9edfc5e4bfdc21df990f8da7099c 0.23 MB 512 36
290,580 290,580 000000000000000025efce0661e26ed8716825b2c85ee80e85d9db375190af75 0.14 MB 228 23
290,579 290,579 0000000000000000fee9ccd848f4f68aa06e218799eb40784cb0b20d1af7acd4 0.17 MB 404 48
290,578 290,578 000000000000000052914bf4f03eefa3e38c62f024b57e39d32fc233b8a3e4a0 0.64 MB 367 16
290,577 290,577 0000000000000000a584f779d8f94f68e81178fef1f599dd892fa3586a3862db 0.13 MB 116 12
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.