Memory Pool Memory Pool Refreshing

9,709 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,722 (544,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,594 363,594 000000000000000013a2bf9e6b7cb9d92d8ef883418a72083eb8b111411d1204 0.25 MB 511 28
363,593 363,593 000000000000000012f0911db3547b95785e59b4284f104addf8b05d1b2d5781 0.64 MB 1,226 34
363,592 363,592 0000000000000000027894cdd5a7d6f5087ec9a8a266103e2b81326642bffbbb 0.28 MB 542 33
363,591 363,591 00000000000000001315f8b589135ab3be12a1c6056553872ae8891518561bca 0.41 MB 905 38
363,590 363,590 00000000000000000944883e8242aaa17709d3255e5b8919286ba2ef4a5d502a 0.24 MB 491 33
363,589 363,589 00000000000000000ab91c65bfb6c086c4b0c4d4ded1cd49ab9c106b0ddf899c 0.05 MB 76 14
363,588 363,588 00000000000000001247b2e58a53203f426ac2054c4b573ef39bbe048dee2af0 0.54 MB 1,037 30
363,587 363,587 000000000000000000f37b7568b00c52d41ba0b450af724f365926b99dd06269 0.93 MB 1,604 32
363,586 363,586 00000000000000000dab71686441036cd31e604bef324f52f0a4dfc181320a5b 0.16 MB 276 30
363,585 363,585 00000000000000000e442400eab98417b1faf6d8e5f7812653f5328898c9bbf5 0.30 MB 305 13
363,584 363,584 00000000000000000a1701b47ef44dd2abc9d3b4b9270d8717493220e086fdcc 0.93 MB 1,923 39
363,583 363,583 000000000000000010e3f6b6d312519e982b6c28e28de105caceed0b64b22e21 0.50 MB 1,022 34
363,582 363,582 0000000000000000058191223dbd29f9ab64a995347657c675a75a3bb296f8fe 0.14 MB 294 35
363,581 363,581 00000000000000000d7591bb7e710dc7c25123793316be942eaf7aa3989365ea 0.23 MB 419 30
363,580 363,580 0000000000000000007e9c1955d14ec14f9dba9de6469d8068964104a35977f4 0.03 MB 90 72
363,579 363,579 000000000000000007f6da338f04a350351ccfa9487e0617c51ba7f8673b4789 0.00 MB 2 0
363,578 363,578 0000000000000000162f295a61f51a0e7b2fc7d75ee9f1a63f8ba5383d365275 0.00 MB 2 0
363,577 363,577 00000000000000000ba9a5d07c75c7404cd1c0bc9ef8f425be38b72a700a4d0c 0.15 MB 256 27
363,576 363,576 00000000000000000f1a24b2f51ec39fa9f3946bbc404a66daf193e9dd9d8bba 0.09 MB 164 37
363,575 363,575 000000000000000008843d517de17f8ec21ca8b43ac134884ccbcfeb4d1ca910 0.05 MB 87 29
363,574 363,574 00000000000000000cfa971b1687afed1fe1241dd43882f5d6d8570402e39c73 0.07 MB 150 41
Previous 10 blocks ↓
Total Size: 769.02 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,624.74 GB sent, 93.00 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.