Memory Pool Memory Pool Refreshing

16,035 transactions
6.07 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
899,795 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 3,569 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,794 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,794 899,794 000000000000000000014edf4bbd8b6d235c73d66ec299b479f8c26b255e676b ago 1.57 MB 3,096 1
899,793 899,793 00000000000000000000faf12ed886cc3aaae8ebd8df2f8971abe51d87394634 ago 1.71 MB 4,210 3
899,792 899,792 00000000000000000000b978adbdd6fc4ccb3c970363d9248e37273a9eaa6f85 ago 1.68 MB 3,118 5
899,791 899,791 00000000000000000001590ca650c647ec26bfbfbbc010e4a2b3434e3ed2b4dc ago 1.67 MB 2,996 4
899,790 899,790 00000000000000000001d3e4e82efedf8f1f94b15da594019ad5ee7afbbf7edc ago 1.46 MB 3,742 8
899,789 899,789 000000000000000000009364cba23d8ac5249a6f872408263dd937e87f85c9e5 1.54 MB 2,767 1
899,788 899,788 00000000000000000000fcd62443c3d0e3eaf54ae815c08832d39cbacd130d77 1.51 MB 3,155 5
899,787 899,787 00000000000000000001c2bf9ddef769fc51a46ca53b150dc1115036718da4a0 1.66 MB 1,673 1
899,786 899,786 000000000000000000000012d6c9dba0916d4692d03332281b14a83f200a7585 1.53 MB 2,094 3
899,785 899,785 0000000000000000000043f01b6ee88c56c9ad53b98061cf88577fb06765633a 1.45 MB 2,839 3
899,784 899,784 00000000000000000001cfd12dd40aa3c0cbd9f49494c0689df584ddceedb999 1.53 MB 3,118 4
899,783 899,783 0000000000000000000053d25bc249a3bbc1a4ee5eef1177981b7c1a3824f68e 1.58 MB 3,378 3
899,782 899,782 0000000000000000000181785d80a97d79f4937fc667563a14e19d03faedf509 1.34 MB 1,782 1
899,781 899,781 000000000000000000014a9f16149f6723505d2825993934585fe0f5df255e11 1.73 MB 3,051 4
899,780 899,780 00000000000000000001831e82d9c891f2b13194879a45d64cf4d023472d1e5d 1.55 MB 3,047 3
899,779 899,779 000000000000000000014c195ae2b2b3ce29b926d2154dab599b3e14d42b28cf 1.64 MB 2,661 2
899,778 899,778 00000000000000000001714575d541ff258cf7281bf09fc0cf4c461f4ed1dde0 1.62 MB 3,783 4
899,777 899,777 00000000000000000001709735c24a55fde5ae7010d87d4c5753fd80eeea8c39 1.57 MB 3,616 6
899,776 899,776 00000000000000000001dd69c4fdf712d446015ecff6da90e77b0c6e0cd7a354 1.58 MB 2,660 2
899,775 899,775 000000000000000000015aa04b6f6e31d7e18ae467923abfa716185a7e29aa8f 1.63 MB 3,470 3
899,774 899,774 00000000000000000000d31c370fcbdcd2baa44e1acb3f7b204151f5aa38b0a0 1.66 MB 4,183 4
Previous 10 blocks ↓
Total Size: 755.64 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: 531.33 GB sent, 26.64 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.