Memory Pool Memory Pool Refreshing

1,105 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,077 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (377,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
530,137 530,137 0000000000000000000350c53cbb7379cf93d456189a542d02958abda82aec44 1.09 MB 1,575 20
530,136 530,136 000000000000000000197de4802fcf8cecc6ff1a83ea07739505b770b23360e0 1.12 MB 567 5
530,135 530,135 00000000000000000032643b88605c8b45ab0a02e8000526c3a2c9d05d8c810b 1.01 MB 258 2
530,134 530,134 0000000000000000001ea4505562067d12c581f2009ddee6a2ef9b152a15d37a 1.11 MB 2,110 26
530,133 530,133 0000000000000000001f2fe642d313351d04f2adad23335fd03e2bd608f8195d 1.08 MB 1,642 16
530,132 530,132 00000000000000000023cb314c2b2eeae14959cd8bc6a9abb2c0752fcb11d2d5 0.00 MB 1 0
530,131 530,131 0000000000000000001be55a89e33cdfb69aaf2c91c56362d7eeaa2f03b17f07 0.71 MB 916 13
530,130 530,130 00000000000000000004b07bb4fe6f4dc224d78c91b52eb78826f1b04ce1fbd5 1.04 MB 1,465 8
530,129 530,129 0000000000000000000ce9e5763d0a73beeebff5374e8497fbae456b1b670854 0.14 MB 335 66
530,128 530,128 0000000000000000002c68a4a9fc3e2448093654457f55ca2f459eddbe0a5c3a 0.11 MB 198 22
530,127 530,127 0000000000000000002acc16c6b49a3fe1694a62174a8138a0f17d3c7c825b96 0.43 MB 610 17
530,126 530,126 00000000000000000016b6b56b6e0c66ad5eca7114a357ba0840a889e3bcd646 0.81 MB 717 6
530,125 530,125 0000000000000000000b2ebe1b601d030edc949c027709e8c5e32ce49652f9f4 1.05 MB 695 12
530,124 530,124 0000000000000000001a9d0eec273dec17fe46a9971a4f1639912c049edb8c59 1.02 MB 307 3
530,123 530,123 0000000000000000002de116ebd645736bc6cf9decb9dd8982b2ad25731a5a81 1.13 MB 2,362 10
530,122 530,122 0000000000000000001059159517bccc1071708225bf76fa8392ca4107ebed35 1.48 MB 1,604 18
530,121 530,121 000000000000000000081b7bf834384e0198baf0fcb157dfa293ce75270383aa 1.49 MB 942 28
530,120 530,120 00000000000000000025c3a8404acf1cabc9fe0a2901f59828128c3bb16f7616 0.05 MB 64 12
530,119 530,119 0000000000000000000a430b6fdd3766c627f161433d1e83ebc19cbfca96cb8c 0.63 MB 699 3
530,118 530,118 0000000000000000000c0590f95f01701eb40dc83fa64e523a6ed85c61c11428 0.21 MB 382 46
530,117 530,117 0000000000000000001b2cb49462e526c442250fbd7e9555a8cd0d3cb6ba58b5 0.18 MB 161 7
Previous 10 blocks ↓
Total Size: 769.28 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,635.43 GB sent, 94.29 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.