Memory Pool Memory Pool Refreshing

2,376 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,813 (18,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,596 889,596 000000000000000000018c38ea9043fd8710fa40d1cf90d5e541d050cd22b89d 1.78 MB 4,857 1
889,595 889,595 000000000000000000017071cc43258783354993e71e92826932b807420f4383 1.58 MB 3,430 2
889,594 889,594 0000000000000000000147f5ee1573426c6abdefb7f5a4c2566ad163aefc1871 1.78 MB 4,530 2
889,593 889,593 000000000000000000022e94db5b6239b14f5156d3bbd1f1c979cd5c5f5f59ac 1.34 MB 1,717 3
889,592 889,592 00000000000000000000afde66534f1a60f0f9a90ce89d0bd8e82c58c0456bf6 1.66 MB 3,957 5
889,591 889,591 00000000000000000001917b4d94e5b9c51e2102b8350c85141de6db9efdc032 1.78 MB 4,933 5
889,590 889,590 00000000000000000001879a6e8d3f3afca2bdcca0136513e510a312dadb2e9c 1.73 MB 4,521 6
889,589 889,589 00000000000000000001d57df04f2f718e9b83a93cd51152fa9093830cdafc57 1.60 MB 3,285 1
889,588 889,588 00000000000000000000b6a9c46cf30d4e8a31a5cc629fd959afc22f70fcc207 1.61 MB 3,503 3
889,587 889,587 00000000000000000000d8b00dd05c2cd427298d672ff6843f3bc9db4b87fad6 1.82 MB 4,918 3
889,586 889,586 00000000000000000001b52d5a83252565122f57fe94b1e0e78563effff378da 1.65 MB 3,547 3
889,585 889,585 0000000000000000000129e7e7024ac0e4808c31bdaede81f49b76b012584b6d 1.76 MB 3,636 8
889,584 889,584 00000000000000000000c7cc82cfc954a738e27725b87d372134b7a358677657 1.93 MB 5,451 1
889,583 889,583 00000000000000000001c111c142d0144c3eea400682900eaa1923273cb92c22 1.68 MB 3,729 2
889,582 889,582 000000000000000000012cfb3486df97cd43c0129ba2329ac9c38bf82d773852 1.53 MB 3,113 4
889,581 889,581 00000000000000000000c9182fd2b7f1d395f6f43abb63c7642dc9de730a51c0 1.56 MB 3,281 6
889,580 889,580 000000000000000000022a1a25e45bd4706692a5667922b705ade502b35663fd 1.55 MB 3,340 4
889,579 889,579 000000000000000000010d196eb6888ca340787b6d781d42eb02abda3323a778 1.68 MB 1,617 3
889,578 889,578 000000000000000000010a1e653cbf1aca359472b77142d89e3c6e7f431e75f8 1.63 MB 3,651 8
889,577 889,577 000000000000000000002187cd43fbc4b827b6915bc6e0fe50a4a091134d4d1d 1.91 MB 3,388 2
889,576 889,576 000000000000000000024fd13d832f68fb31f224c9249c20c306df2a2be1c761 1.42 MB 2,545 1
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.88 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.