Memory Pool Memory Pool Refreshing

1,259 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,244 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (767,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,533 140,533 0000000000000221a987199702b672d8b68542bb7bd62a5326f9a8c099077207 0.03 MB 45 238
140,532 140,532 00000000000008673050c8a6dd703460bbaf65f82adbeba28a3456fdcc9e18ef 0.00 MB 8 428
140,531 140,531 00000000000003673ba88cc9b504ebf46a81020b8e5e9423a821909797c2c6b0 0.00 MB 5 266
140,530 140,530 00000000000008bbd89c962d73eb5dc684eb9a717174093df022506358bc32e5 0.01 MB 32 220
140,529 140,529 00000000000002c549e0c822e44eaf1b79ed3f977c3b36615f6edf9343d1d78a 0.00 MB 6 107
140,528 140,528 000000000000043c07a6cb17f8ff5ab10c8224a29fac6cad2278d4c4833d6d2a 0.03 MB 97 44
140,527 140,527 0000000000000763f2a4e37ddaf6a4edae9dd42a25a7cb79814d9b9405970c74 0.06 MB 144 278
140,526 140,526 0000000000000757f22658a9942f5998e9790143b5ff14dc15d6613d232cda17 0.00 MB 1 0
140,525 140,525 00000000000005b9003c5d4f169aeaa6e03f539c7fe78340b3565068d3c00851 0.01 MB 26 101
140,524 140,524 00000000000005f1ea9ccdfaf2ab32fc4ce6bd6f15e8b12f62206d96c5755411 0.01 MB 22 595
140,523 140,523 00000000000001519b155b89b0cf18440ec9b41622d9f734c1eecd836cf68824 0.01 MB 16 190
140,522 140,522 00000000000001a2fa6570e3bac8a8e87452c138b08e58b1c52799ac18a126f6 0.00 MB 5 165
140,521 140,521 00000000000001dbc7dbb98baf3a8e43c3260a23d061c06ea8c943733fc17053 0.02 MB 76 193
140,520 140,520 000000000000081daade98476b260e6093932719e2ccf9e9b560cb32ff72771c 0.02 MB 58 193
140,519 140,519 0000000000000398f1a2d66b772784f68e2d1aa95d5257b6c68ad9a2d9b73e39 0.01 MB 20 9
140,518 140,518 00000000000003c9f1dca6ae056f695494aa3093fc154fd030ccaaf95733e8ff 0.00 MB 10 1,027
140,517 140,517 000000000000047a086fbc99448dd6e639bb187e755d7b3362d75add15bdc06a 0.02 MB 55 186
140,516 140,516 00000000000003daa9ff404f964dda6a0e87695f6c05d3008ec00343f544e85e 0.01 MB 22 2,255
140,515 140,515 00000000000008272553811e26819d5ed62818acf565e7e6d355b18da838cdd5 0.03 MB 71 225
140,514 140,514 000000000000026384306b3b8ad30c2e06f3c69b8212a6f2cc6196ebee22e97b 0.04 MB 112 171
140,513 140,513 00000000000008d847d5c6077a4aaca1fb72088ec31346f287976f488def055c 0.00 MB 13 103
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.