Memory Pool Memory Pool Refreshing

4,531 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,429 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (580,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
327,022 327,022 00000000000000001163a08193ceba7e3e382bbb7d403c561c412d66dc256534 0.02 MB 46 17
327,021 327,021 00000000000000000dea3717e723096342b628ec439eb3368d9b5e04ce14cdf0 0.25 MB 413 23
327,020 327,020 0000000000000000020a677482cd0c0215718259eac4a7bd243981fb06939fd5 0.08 MB 181 25
327,019 327,019 00000000000000000df4976b886c1f94c087d041c66945993696d156c84dd68a 0.34 MB 470 18
327,018 327,018 00000000000000001c705c9fbfa017c41a4b34ec162a07eebbc7a2ec5246e614 0.27 MB 243 11
327,017 327,017 00000000000000001d351c68dad7b0b51872a5e54ec7c2c57bf037a1f2856a98 0.08 MB 190 35
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
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.