Memory Pool Memory Pool Refreshing

6,235 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (748,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,664 159,664 0000000000000d1204c6d0073e6b1b72b1402941c32bf6c91f636d4143fd15cc 0.02 MB 43 152
159,663 159,663 0000000000000ccbc11813e4b3268de29b60592afbfc17046473c5e0b8422c96 0.03 MB 76 224
159,662 159,662 0000000000000ab29eac03429cc6082018753973ac3134a618fb211d2b65842b 0.01 MB 18 283
159,661 159,661 0000000000000d5b9bbbdba6c2a0601f43ba63812823959b744ab1ba282a9fe3 0.00 MB 7 98
159,660 159,660 00000000000007d514e4c346f2e34ec8eb695eebccb5fbef5339358e0e289349 0.02 MB 58 11
159,659 159,659 000000000000054bf4761f783a26acffec1fda78482b01ac23ed9190104b619e 0.01 MB 27 147
159,658 159,658 00000000000006238500ea6355280445620263f56b0b43931c74d5d96b63c02d 0.01 MB 31 141
159,657 159,657 0000000000000b0d6cc197aea711092cce6c173b5c909c03df1eb6e860d85763 0.01 MB 18 198
159,656 159,656 0000000000000a43ff8f5b954e71c2189ebe4cd5d94c52a70bfc1317d0efa361 0.00 MB 1 0
159,655 159,655 0000000000000d218a944c90d6500cc03a3673331bf6cf12b1f7accf3686d3e5 0.00 MB 11 376
159,654 159,654 00000000000006d063bf28d94fdc096f39def9a3167fcd0b9eebd8a35195210f 0.03 MB 90 20
159,653 159,653 00000000000003f8fb0a295f51481c121877e79d2c1df17c7ffc901dbc51b213 0.00 MB 11 56
159,652 159,652 0000000000000e2c8f32ea8cb4f77244e2e15afbe7409542e35de61dbc2291ae 0.01 MB 15 154
159,651 159,651 00000000000002d0c078a3248c5f350ae7a713b60c99d9328ecf455232a5c39d 0.02 MB 54 174
159,650 159,650 00000000000003ba0534f2e14e1446a1c4cb1f99cf6ca6572e0b691d9017196a 0.01 MB 38 153
159,649 159,649 0000000000000af8242b8c6b34d0318a2e819b2203797bb5cc308027404bf164 0.00 MB 8 14
159,648 159,648 0000000000000ce386877c2f37e26ea3983e79382e817cb398177f862e020966 0.01 MB 42 59
159,647 159,647 0000000000000c643a4108eed273f18c607c48d91fa354f0819215d2e7e72721 0.00 MB 7 575
159,646 159,646 00000000000003c31ecc53d77a102aefc97f03a08c94620e5387f642efbb9f14 0.01 MB 27 341
159,645 159,645 0000000000000291ed183bb5104aa6be58a07248b278bdd1e40458572e6728f3 0.01 MB 26 171
159,644 159,644 0000000000000238f427fab3c1141e253dfdbb946014aa8f5e3924e1bdbbf130 0.02 MB 67 53
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.