Memory Pool Memory Pool Refreshing

3,667 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (772,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,546 135,546 0000000000000ab8100121cfb2173bb88f046a28acd096658f1483e66c73b31c 0.02 MB 83 271
135,545 135,545 000000000000079fa1c31bcb858a811c64934672a24d3e27c4cf54cc66bf3ff6 0.01 MB 26 444
135,544 135,544 0000000000000a2268e5671a8e5625be4d6d40fec0800eb31579c7163674b3a0 0.00 MB 12 0
135,543 135,543 0000000000000a2b88607509b477bf76f754eae0fdae032b02cdbbd4a93f88d4 0.04 MB 83 465
135,542 135,542 000000000000063897b3e2b834cdee324882b032d605429345a3e539c223cf2f 0.01 MB 18 705
135,541 135,541 000000000000045c6ea3b1db5bd0ec17df020b70df32cbcaa22182ab233d35c3 0.02 MB 31 349
135,540 135,540 00000000000007753aebb4d4f5f6a278fe052efeee50696b0854fb74b33418aa 0.01 MB 32 98
135,539 135,539 0000000000000646813fcc828761103d40c92b4a5188ff2a7d1b1ec0fd1be355 0.00 MB 12 889
135,538 135,538 000000000000001a4a7680b98c51aa83d88bcdf5950e2c40d556298066e3a6ef 0.03 MB 91 338
135,537 135,537 00000000000003a934e63f5bd2dd7233abd04189aafcc845f68ccd0c27ffb9fc 0.02 MB 47 105
135,536 135,536 0000000000000978b9750502eed923be97c965058faa21d18605bb8ec2545321 0.00 MB 14 2,336
135,535 135,535 00000000000000517bc7e7d05a0c6559aa8b42c50f09637124a10569ae0c4bb0 0.04 MB 117 231
135,534 135,534 00000000000003c4110f2b01d7c8ad31e1bab305c37716d0c9c07fc62528675c 0.01 MB 16 324
135,533 135,533 00000000000002b8b83c353f30cd96375ef713b9358674abb5decc0fdfd60eba 0.05 MB 39 105
135,532 135,532 0000000000000471a5b16514367a3f4b1d17ba678697ecd9b25c09e90dbf3342 0.00 MB 16 53
135,531 135,531 00000000000008c24969300cac5ff6a12f0b78285e17068bc240537c872590a9 0.02 MB 42 550
135,530 135,530 0000000000000321be02c04d42a6c74914cd3afb587166f0d3e36a62680978e9 0.00 MB 2 194
135,529 135,529 000000000000060cd85fe765ad70c1a3c4030ca41b0e6c03fab4494b6e6681b8 0.02 MB 47 551
135,528 135,528 00000000000008de1465cddbe56cbbddf13a83238d424430171ac97ad8bbeb60 0.01 MB 39 452
135,527 135,527 00000000000004f9d490caa4ceec26ecb436664c0621f1a39276aa1938061302 0.00 MB 1 0
135,526 135,526 000000000000040184b0d1ca852508457b81b717ea03a87388c8e75ae528ab6b 0.01 MB 36 755
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.