Memory Pool Memory Pool Refreshing

3,952 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (580,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
327,016 327,016 00000000000000001c61fcf801eeae639566b29f45a01a02d234655bbb69ebd0 0.36 MB 729 26
327,015 327,015 000000000000000004c02ce5f19bec1e8848a31a3c4bd709810cb4081b177c46 0.62 MB 713 15
327,014 327,014 000000000000000013ea9e7566931bd420863290d9b804d7b69795389108cf84 0.30 MB 672 29
327,013 327,013 00000000000000001b7be4e402d1745fcc437ca5faf635dce584c7a828c7d2fe 0.75 MB 1,320 23
327,012 327,012 0000000000000000151c8cd5d941ef49770a8101c04498e033f61df98f0975cb 0.76 MB 1,378 28
327,011 327,011 00000000000000001af5ebf53d8c226524bcba6edc163c0cee096955b5f7af2d 0.02 MB 44 40
327,010 327,010 0000000000000000123b604e2b8210dbce2ef4373f881af847ddfc9c6b1ef508 0.26 MB 391 22
327,009 327,009 00000000000000001ac50f608d5b86b19cb0120241dc779aedf1464ebe974d34 0.10 MB 226 30
327,008 327,008 00000000000000000cfdab643b41290bba37a0dbf0b9b7303adc9d44436a4a04 0.01 MB 29 29
327,007 327,007 000000000000000011c66770e2c3fdf0561850074717bfaac656c4ed7d0000a1 0.28 MB 512 26
327,006 327,006 000000000000000014aefea8473f168e29adaef6837a470bb63aa761b8f9aa17 0.31 MB 665 27
327,005 327,005 000000000000000017fc1ab6c5ca96189a9aa2d281c5d2cc6b9f66088b6926bc 0.00 MB 12 27
327,004 327,004 0000000000000000132c0fcb8043eadd6427fb514e74f9f8135fbeefb6c1cfb9 0.37 MB 778 30
327,003 327,003 00000000000000001119e59194e6d41429844b4f477060253dbcd7ab295c7ff3 0.04 MB 84 28
327,002 327,002 00000000000000001ae0665cae61daa26662953a27fbbaa7d3cc3239ec4675c1 0.22 MB 428 25
327,001 327,001 00000000000000001c273fafdbff1381c32b60a836c026bcc58cb93d2e0de295 0.01 MB 32 60
327,000 327,000 0000000000000000051919e9e16378559223362ebf0ce122f7adea509171171f 0.13 MB 230 27
326,999 326,999 000000000000000013f73492f14db36732cb603a6277ef2f512b9e61575bb7ae 0.10 MB 179 26
326,998 326,998 00000000000000001ad67f0a67f7d2976785132ea5b307569733fe2526e7e835 0.05 MB 74 22
326,997 326,997 00000000000000001d05696c6d2448798bcbd1bf7ef35098e28f5ccfb598d0c5 0.07 MB 151 28
326,996 326,996 00000000000000001852f0723f01199ba86df04cd8893a7c12bb8d2b16a6423d 0.03 MB 89 28
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.