Memory Pool Memory Pool Refreshing

11,049 transactions
3.32 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (661,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,827 245,827 000000000000000d6625d8791a7301ba9e3cec553c9b79985b344c21133e1951 0.01 MB 32 120
245,826 245,826 00000000000000a3cb8be99487c8a4a12cd111e56bc8c71ab8dba74c630f17ee 0.13 MB 291 184
245,825 245,825 00000000000000b02b46c44bb761dc6a9fa34bed36897315e5f7bf73c26fe355 0.03 MB 64 16
245,824 245,824 0000000000000080be3641fe33d4225eb308c27cc587dc3ed78e855e66be93f4 0.13 MB 298 132
245,823 245,823 0000000000000062ba72c9cb2719b2a9f3e0ddcb8d5bba962b62dc2686346f08 0.09 MB 135 110
245,822 245,822 000000000000001ed6eb1c4a37523197fe51a00dcb9d7fcd13d2f0162f865e02 0.07 MB 112 21
245,821 245,821 000000000000001747aad6861f1083e308f7a584a83a09a933476a231279d6e3 0.25 MB 635 221
245,820 245,820 0000000000000037aa1949fd4bde09545f079b6ab47ea9e86fd17fbffcc63124 0.18 MB 349 131
245,819 245,819 00000000000000859a6c6d46db8b084cd3f3c2fdff6f525edf498a0268bac8df 0.21 MB 435 186
245,818 245,818 00000000000000930492ba2caeabde9449da0f4e7531bc1964106a238ff25511 0.01 MB 26 160
245,817 245,817 0000000000000093c9aab366fb4e1b6c8e4503ae05deab87882188245d5e707a 0.10 MB 192 155
245,816 245,816 00000000000000bdbbc89ccb9cdeafb9f218c06b871d67aebf0c46ca964675ea 0.03 MB 61 128
245,815 245,815 00000000000000a2b48ba1fe7fd626df1c0a4fd115f010da302242882a60134c 0.01 MB 23 45
245,814 245,814 00000000000000c7f76f188dce1dada420c917e955ce9c42fbc9d495c5590c68 0.13 MB 323 236
245,813 245,813 0000000000000053e178f04879d36a7c98964659d1c7facf44ce935ffe085749 0.12 MB 283 166
245,812 245,812 000000000000004366882ed5dee8f1388ac5e3c244f19eb79168fd7198d7952a 0.11 MB 263 135
245,811 245,811 00000000000000bec4addbb9679da46048963a2a661ed50dd3b85680d62d183e 0.01 MB 21 173
245,810 245,810 0000000000000081c61f1e57dc0ac5908dd197cac6be497efb6d39b4eb5b389e 0.05 MB 101 137
245,809 245,809 00000000000000903960bbcca4f96829f6a5831ff7530c658be4987b54705391 0.21 MB 408 134
245,808 245,808 0000000000000059d3f9cf0c1371f22131487869d9f6a0ab0698fdd2ff6efd0d 0.00 MB 10 110
245,807 245,807 0000000000000094cc3eb7a139052d5140f9c32fd5f161ff6c284e67b6531501 0.12 MB 323 183
Previous 10 blocks ↓
Total Size: 769.01 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,621.48 GB sent, 92.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.