Memory Pool Memory Pool Refreshing

5,407 transactions
2.38 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,692 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,065 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,691 (678,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,842 228,842 00000000000000480a7a9c9cd5cdc4bc7f5c19c3c3dfa9a52bf807abc2b32cc5 0.07 MB 187 98
228,841 228,841 0000000000000270d5c790e55ca151c0f3374ca9a4cbc8bacbc5cfcb9fbd115a 0.47 MB 886 145
228,840 228,840 0000000000000066ee7b1331add3e4d67be2de58093008b0990b0f3f64ab1130 0.45 MB 800 131
228,839 228,839 00000000000000c0c3be46e62a6006311baacaa80e31cb102ee8d4437361443a 0.49 MB 527 136
228,838 228,838 000000000000007d1a26d277ca6c68087ad7816ecba6495b7e215ab977ae681f 0.47 MB 623 118
228,837 228,837 00000000000000bdb4bad04e5d35108309fea5595c013d706f444ec6a003c562 0.47 MB 423 108
228,836 228,836 000000000000002aba679281bec7a8e84a89fd384768c7d0a6f3f48d119674d2 0.24 MB 37 56
228,835 228,835 000000000000000c8708f0ae43cfa76aa3ec8f38037c15e1e3534641b769ddd1 0.46 MB 198 74
228,834 228,834 00000000000001663ca66c1ef5ac4426cb71fe2918cd7586356fd0e081047d84 0.24 MB 197 100
228,833 228,833 000000000000026e424ea170da0ba79e671e081b2c0ee5e389def9d8b4724a75 0.47 MB 185 79
228,832 228,832 00000000000001eb29f11c3eaf5f83e68a4aae218aa2948877eccab59366dee1 0.47 MB 350 88
228,831 228,831 00000000000000e272aaab8803cb27f73563f3accd373f6cc838be7e10d886ae 0.24 MB 588 185
228,830 228,830 00000000000000d7a4042325c6b474ace691a7f17cfdb713bf21f431f00f44fa 0.46 MB 317 87
228,829 228,829 000000000000005ace20d078fff72c05e37b27140cbab6674ecd098beb298376 0.47 MB 87 58
228,828 228,828 00000000000001a8e51347c282ce5f31842734c4adf9c95107a3215046b7be77 0.23 MB 249 114
228,827 228,827 00000000000001d046e7cb2f1e8ffe63e875ea7d00295312811f1ed64e7ed445 0.03 MB 109 63
228,826 228,826 00000000000001b6a0da7714e603d0b3c2117da8690ea89f690b73c4f4a26a8f 0.39 MB 268 83
228,825 228,825 00000000000000e554e5fa04dd88150890b3c6ec0f1a57f0bf85d94aa7cdd424 0.46 MB 751 137
228,824 228,824 00000000000001e3b00eababfcf1086f1fb625542c6abc18ee650f81ee5c3bbd 0.41 MB 420 99
228,823 228,823 00000000000000265d2d05f89d39f79ab990a52a0d7e4031a3796c1b2cdd1ca1 0.43 MB 87 60
228,822 228,822 00000000000000d232e16a40b339a49ced23cf02aefa732f83a404e96b95fba6 0.09 MB 226 107
Previous 10 blocks ↓
Total Size: 768.97 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,615.54 GB sent, 92.65 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.