Memory Pool Memory Pool Refreshing

49,049 transactions
23.24 vMB
Show Random Selection Loading Transactions
Max Size: 136/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
880,843 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 3,185 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,842 (641,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,753 239,753 00000000000000e1172d2b8ff900ea11ac10ba4089e2ab20f1191a487e8fc1ef 0.09 MB 194 141
239,752 239,752 000000000000006fa9b080a1dce8dc48e103415e4ae2062370dcca06148d9953 0.06 MB 112 135
239,751 239,751 00000000000000daa0fc6fd27b0f9feb82ddbd4da2d7e5472d0aaf1d7697d155 0.17 MB 194 108
239,750 239,750 00000000000000a4d4afea8735bf0511a6db9d2863602ab691401dfd832f3afb 0.23 MB 457 136
239,749 239,749 000000000000014c5bfacfca559fd6a9519dcd338f9fca6590eda7d156120013 0.06 MB 128 153
239,748 239,748 000000000000000883e620f234d4962b1197396028c0edacb11faeee0969a07b 0.03 MB 72 184
239,747 239,747 00000000000000b12d073e200fe92c50e3f830412ffd33bb5a8140fbe8d46c18 0.03 MB 71 180
239,746 239,746 000000000000006fdf265fc93118320a7b732a4f90bb6881e11a58c3426af6a4 0.04 MB 115 165
239,745 239,745 000000000000006fc0d0ab3ccc44c29cf011630b7297e118e98293e5da11afc9 0.11 MB 143 106
239,744 239,744 0000000000000049a48ce6b84be30e31fdd08608831bca816278a7c611849dcc 0.12 MB 207 87
239,743 239,743 000000000000003bc807ee88be1f9047d520d2c1b7f4e86f919797d983767071 0.47 MB 1,141 185
239,742 239,742 000000000000000192ae89a949b8504c52b06f0587fc1b840efcc673492d63ea 0.21 MB 237 74
239,741 239,741 0000000000000157bc050b8743972ac49df73e78d704a21103752f61bed301a0 0.25 MB 630 213
239,740 239,740 000000000000007f6efa810c4b866fe96c01a05945225c284ffd70ab32efb8b4 0.06 MB 157 138
239,739 239,739 000000000000014210649faa1e10dd04bcb2e7e46c9250d3bafd6b5ef7a2e966 0.20 MB 444 199
239,738 239,738 0000000000000151678e19adafaf5156ac841a68f0e3a25d546ce316b6821887 0.03 MB 54 166
239,737 239,737 00000000000000215cbbe2652e9c7d104dfa9f011cad8d316112895604143d0c 0.10 MB 173 106
239,736 239,736 00000000000000bd9cd664928198b8a6b6bf9943ee2139a438681442d5937bf7 0.25 MB 535 196
239,735 239,735 00000000000000a02f5a879c6b5ee116086fc21e902cb32f1a9b16492e651b1f 0.06 MB 145 107
239,734 239,734 0000000000000026d38fdc44be818d79efccd546c6c0c96405129c061f6694b9 0.25 MB 633 201
239,733 239,733 0000000000000087f4a88b81375da7f27351012ebb87ab53c21b7116cca90e45 0.15 MB 368 207
Previous 10 blocks ↓
Total Size: 720.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,879.61 GB sent, 65.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.