Memory Pool Memory Pool Refreshing

18,713 transactions
5.97 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (657,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,533 250,533 000000000000002e03a65095ce5815323378c4297dac6dc474db10b8462495c5 0.22 MB 512 39
250,532 250,532 0000000000000014393f3ef1418a1a475ad63687552c5ba827fc843fec8af913 0.05 MB 128 134
250,531 250,531 00000000000000274176d6ec1aeb8111e6041d7fb496aca0b9b458095904a6b3 0.21 MB 556 120
250,530 250,530 00000000000000517aa6b14d800d0c44a55005a3e5378df72051189fe1be7372 0.04 MB 54 31
250,529 250,529 000000000000001eceae196cfaa8f1749e684e4eb403f9a66ee8e3545a19647d 0.15 MB 347 129
250,528 250,528 000000000000003c8b8fa74d308dc67e69ff4c01178b070532af05f67e389aed 0.04 MB 85 133
250,527 250,527 0000000000000023b8204351dcf043fccaf4a7b24fabed848f73a7d7a5b49eb6 0.07 MB 187 152
250,526 250,526 000000000000006d747079fa5d60b480836d3a9a1c2eed909e0fa0b32152951b 0.02 MB 36 75
250,525 250,525 000000000000005f8d216474710d87299a2a7101d87fd4ed50f9680e09c93b5d 0.03 MB 82 125
250,524 250,524 0000000000000015184a46789cf3c46904e47a78cf24c32f90e24b0f3f101741 0.06 MB 162 114
250,523 250,523 000000000000000f80199edabc99d169047cc93c9052edd707d908c5135a9808 0.21 MB 552 135
250,522 250,522 000000000000003018bccee8fed6883a7b42a445d55fee1e9e6387f11659ef40 0.04 MB 83 142
250,521 250,521 000000000000006da41e972be17edc78e148c74f09951b2d249d83b48a0ee466 0.20 MB 444 122
250,520 250,520 000000000000006183610ff353b174fb0b38f48729e1e2d87ec99995da09c645 0.09 MB 247 103
250,519 250,519 000000000000002fd4cc1b2d0f5c49eca10130eb116b1c30316ea999961fd668 0.09 MB 196 91
250,518 250,518 0000000000000053dc9ac55fd646b3d868de6681a5753086d619773489452570 0.11 MB 165 12,799
250,517 250,517 000000000000004b05c8f1fd8465e6baf61595f7b60afec198872923c911a851 0.12 MB 298 133
250,516 250,516 000000000000000222923353705b4bf19b394aa689dafcc9bb1951a508a2ea2b 0.07 MB 176 143
250,515 250,515 00000000000000159d2cca327eacc9351b117ed81a1fec1b3622ec65d0cb7bdc 0.08 MB 159 119
250,514 250,514 000000000000006148e898ccac0071e33354d1a8bea6cf9518a09b4cdbe90d00 0.03 MB 89 153
250,513 250,513 000000000000003a19e0ad073d88c040f19a10e60fa9905207a9e572b7e47921 0.05 MB 119 144
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.38 GB sent, 92.99 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.