Memory Pool Memory Pool Refreshing

9,197 transactions
4.26 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,022 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (567,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
339,752 339,752 000000000000000002e1e823e65d61b8f21f3aadcc35c9abb7bb5b6f15c5e537 0.16 MB 407 34
339,751 339,751 00000000000000001134b7f971951f33fb50ca886e7d4dde0b4cd0b26d87b689 0.18 MB 326 28
339,750 339,750 000000000000000006d03e88affd8679f8eb2187c322f9d0a327f3bd218eb909 0.27 MB 445 21
339,749 339,749 000000000000000005a22f9164b82775829487d49f03e92f7adbb454ccba4121 0.52 MB 553 16
339,748 339,748 000000000000000005d98d0dc0eb4bf9a442bb529f9b64724d46198a4aa1c603 0.38 MB 1,093 39
339,747 339,747 000000000000000008ffbda57f365a84be68b37be603f5f590f6fefe54721947 0.06 MB 128 33
339,746 339,746 00000000000000000a0b00ebb3c572b70bf911008285b54255ebb9486d4dbead 0.29 MB 375 19
339,745 339,745 00000000000000000a5e84f73154c8c74ce8c632589e3f941134c174de8a3611 0.16 MB 223 18
339,744 339,744 000000000000000008c7200e9b7a4d9cbc18126308e815265c335b97add52626 0.19 MB 344 31
339,743 339,743 00000000000000000ac73cc0c0f0b2c8a46777e837c8d80f926b87d61d2d4d45 0.11 MB 162 18
339,742 339,742 000000000000000002b379776f9af457f325d64a486b537703eafc982f7733aa 0.44 MB 781 20
339,741 339,741 000000000000000014d59fe14b3f5a1ce19e463bffa213016451d3ddc67aecb5 1.00 MB 1,560 20
339,740 339,740 00000000000000000ad570a1f52fb84b32e6a671cadd04a41f22f05ed36f05b1 0.50 MB 570 20
339,739 339,739 00000000000000000ffcb2c6a7467d866283d666584d41c863cc7485235c249e 0.75 MB 1,607 28
339,738 339,738 000000000000000003a4624e84bf9ad20116bfd696f1321373695d8970585d73 0.30 MB 867 75
339,737 339,737 00000000000000001300e7a5a7a3382f39465fa1c14498a752c036b43f8c195d 0.43 MB 1,306 39
339,736 339,736 00000000000000000d4022b1a59b4c99b65df26c460c18354a97495b44082e6a 0.00 MB 1 0
339,735 339,735 000000000000000003023fec09e535e44eaf8ef470eaa6b8c5d4f67f14f913f1 0.04 MB 80 24
339,734 339,734 0000000000000000139bf010f1e842ebb02af635507393718eb8fe5c4d63511e 0.46 MB 931 25
339,733 339,733 0000000000000000171a1ea703e24f310b2ede1c045977799221ecd1cc30f047 0.19 MB 314 29
339,732 339,732 0000000000000000041e7e5f1e85725c0a0b35d9ec1ca97c794df44f60b0efe1 0.10 MB 238 28
Previous 10 blocks ↓
Total Size: 769.03 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,625.61 GB sent, 93.03 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.