Memory Pool Memory Pool Refreshing

4,751 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,812 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,026 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,811 (907,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
510 510 00000000af4a7f5131596697800a0014c668ae7f8385ce023c270dbce8844884 0.00 MB 1 0
509 509 00000000d9d33aaf1c9dce5bbecaffc917e957e06f336bbace59704a2678e766 0.00 MB 1 0
508 508 000000000d550f4161f2702165fdd782ec72ff9c541f864ebb8256b662b7e51a 0.00 MB 1 0
507 507 000000001c6aeec19265e9cc3ded8ba5ef5e63fae7747f30bf9c02c7bc8883f0 0.00 MB 1 0
506 506 00000000a99525c043fd7e323414b60add43c254c44860094048f9c01e9a5fdd 0.00 MB 1 0
505 505 0000000047f69498e89dac1ceb3fc1b0cbfdfbd0e463aeec97ab8ddaf7103c87 0.00 MB 1 0
504 504 000000006c298ed28e13fc5f9583581f7497c299abdae9b78c098eeb8f13b1ee 0.00 MB 1 0
503 503 0000000055a12319e123c04d357b87f5fb27f3e3de80a72de797db8f97018c0a 0.00 MB 1 0
502 502 000000003727134a4823b6c4c5245e961fff7816fc494742fb0abd353c94757b 0.00 MB 1 0
501 501 0000000046887292a76cd113a5fd6af38b17c9fb77e5936cd9856694030598f9 0.00 MB 1 0
500 500 000000004ff664bfa7d217f6df64c1627089061429408e1da5ef903b8f3c77db 0.00 MB 1 0
499 499 00000000806df68baab17e49e567d4211177fef4849ffd8242d095c6a1169f45 0.00 MB 1 0
498 498 00000000693a6d6b068cab3e207d570764f6bad293e3e98920246eeda81c496a 0.00 MB 1 0
497 497 00000000c39ea29ad310c1f80409e24b3fbfd671c0b3599198b7cfdebf790bde 0.00 MB 1 0
496 496 00000000b0c5a240b2a61d2e75692224efd4cbecdf6eaf4cc2cf477ca7c270e7 0.00 MB 2 0
495 495 00000000e47349de5a0193abc5a2fe0be81cb1d1987e45ab85f3289d54cddc4d 0.00 MB 1 0
494 494 000000004fb61ae8e99040c4e1e3b4d333dbe867f97f63ab4238cba80f59204a 0.00 MB 1 0
493 493 0000000008884067dbe80128da09a16315bb208a69e9894287a3c9e0fb671f8b 0.00 MB 1 0
492 492 000000008d9b5010b996bbab558e88e9fe8a8b42751dfcaa79217f9a66642e65 0.00 MB 1 0
491 491 00000000244c1b0da1196b989d7557168c5e1b4253f253f2aa8bffd05c7f67b4 0.00 MB 1 0
490 490 0000000020b23d4bcb733afc7c28ad9eff58e1f8108a15bfd8477cbdcb9bf3a0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.65 GB sent, 93.87 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.