Memory Pool Memory Pool Refreshing

19,379 transactions
6.23 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,374 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (615,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,928 291,928 000000000000000009657b47c3da44691d4a445201378c2ec190d08b6187ac50 0.07 MB 123 40
291,927 291,927 0000000000000000b1d51b1ad228dadc89b190992cee2e913b751c76d91f054c 0.20 MB 323 31
291,926 291,926 000000000000000036f0ecff093aae4ae251bf3d384933dab35dbb337353f553 0.31 MB 487 31
291,925 291,925 0000000000000000224d569dab7fd4648eca50d65fc6c4fdba20bceed78ed246 0.35 MB 303 16
291,924 291,924 00000000000000002d7707d42b4a23d8138e55c1c86964e9e8fa31a19b0f8f03 0.35 MB 878 64
291,923 291,923 0000000000000000f8c92087732b8511064bca2d75140104fc94d2b541407a80 0.25 MB 625 43
291,922 291,922 0000000000000000c949c15af05cdaff44b0954506188101a22e6baf72fbf7fc 0.06 MB 171 41
291,921 291,921 0000000000000000f262ea72b8757056ae9ca7c3f93360e3bb5c5de510fa61b2 0.21 MB 357 45
291,920 291,920 0000000000000000ebd67ffc2c43be809d95f6bb38ceb86e97e249b8bbfe35f8 0.12 MB 123 20
291,919 291,919 00000000000000003f6ced456caac0df30205552710cbb1942c8a378de3cea74 0.24 MB 171 15
291,918 291,918 0000000000000000d453d99cf345ed60d62111b892e03d22d6645ae8607f34db 0.50 MB 1,159 46
291,917 291,917 0000000000000000e53b2f16ec6f13a1f3fecb3266ed968eecaa938ca6ee0b53 0.05 MB 29 21
291,916 291,916 00000000000000008db8414a33a393789f957b2a854df7b01ecce2e4d9323ee5 0.10 MB 177 26
291,915 291,915 00000000000000001b56f6813b58e3ede4e1af3f8715cdf6ba17e86760ae0d4c 0.19 MB 405 44
291,914 291,914 000000000000000096a401c065c86c9bce7e6b88bad45c56b1ae0ca4ca7d83eb 0.19 MB 397 42
291,913 291,913 00000000000000003f546973675b79052e9f36ee3bf3334bfafc10d2800ffeb0 0.31 MB 681 37
291,912 291,912 0000000000000000d0c88159891f28ea687f7d432cbcdefe5b00c6da9212b3f6 0.03 MB 88 40
291,911 291,911 000000000000000086abd9cbadb828b2548ee464b40025bfb0c79804cd3c7b7f 0.14 MB 355 74
291,910 291,910 0000000000000000d62d4429a2fb8ead8669d2029e513a9b124210d476d8a13a 0.04 MB 54 15
291,909 291,909 000000000000000009c5c8a589c107f03cc4af50d62cd3907a1e7889d055dd24 0.43 MB 730 34
291,908 291,908 000000000000000087d381d0d0fe370be1cc75c9cc0b538f5184a431c7981c15 0.18 MB 219 26
Previous 10 blocks ↓
Total Size: 769.02 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,624.48 GB sent, 93.00 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.