Memory Pool Memory Pool Refreshing

5,358 transactions
2.11 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,700 (563,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
343,890 343,890 00000000000000000ea9f879044b49609cccb29ec1f8e3aba47516bf8f1b6d76 0.75 MB 2,324 43
343,889 343,889 000000000000000006ece65f246e12dd600f2ba970e2b9aa556abbd0fca97906 1.00 MB 744 15
343,888 343,888 00000000000000000ba4f4b99132d1663e965e68c74a2c53b2ff2293323c626e 0.75 MB 1,812 30
343,887 343,887 000000000000000010b356144e7387dc040d6bb8c67286b6aca324ab2d39aa46 0.75 MB 1,914 52
343,886 343,886 0000000000000000149d597839fa1951624edffd57c24831a25336c4da88fa45 1.00 MB 1,819 28
343,885 343,885 0000000000000000098d2f2b4880e6934c89ab4ed9142937230dfd1fd3dd2306 0.23 MB 512 28
343,884 343,884 00000000000000001460780b4944bc1fc51dd105e8e587b61352c0fc0be77103 0.31 MB 846 41
343,883 343,883 0000000000000000088e7f62c17236f420dc89c047e9a8794e0dee96ea0ebd02 0.10 MB 207 25
343,882 343,882 000000000000000003f44d04b47450b3645ec5bc27989f6e6c3d1df967558b23 0.05 MB 74 13
343,881 343,881 000000000000000000fa1b6b12d2224de5bcbe3b0d1a075c50e07b68a182e98c 0.43 MB 621 25
343,880 343,880 00000000000000000827648a26c3588b00543710226aa0f16134d8eb56f88c4d 0.63 MB 855 29
343,879 343,879 000000000000000003ab9d31f6e4f0f32bc35d7f94579b9a23ac51d5e3686a10 0.50 MB 821 55
343,878 343,878 0000000000000000034080f05f4fc04b5646158c2513543bcbdf39860834179d 0.66 MB 1,116 24
343,877 343,877 00000000000000000b2c911c96eb05cd0082c3376ff02d42766a69455a15de31 0.14 MB 255 22
343,876 343,876 00000000000000001393d63086990617910b59fecb388b2003576d96e2431a72 0.47 MB 891 25
343,875 343,875 0000000000000000138087858eeaaf366fffefa3f716ff857b7098559bb50e53 0.18 MB 245 15
343,874 343,874 000000000000000007682734c02b3fee83556167631b74a085fc8defed96de09 0.74 MB 674 13
343,873 343,873 0000000000000000164aa2bc9af3a294afc1b46bb8246cf55390078fdabf2347 1.00 MB 939 14
343,872 343,872 0000000000000000139af90a35748d1b77414e71fd46fd7b05e39ed3bfe5ea47 0.75 MB 942 21
343,871 343,871 000000000000000006cd4488b5c44d79983f466fc2e7821cb309e0523dee0e52 0.75 MB 1,805 34
343,870 343,870 0000000000000000176782b626409d853a7b71b75d566e938902aee92c9d262f 0.15 MB 512 41
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.