Memory Pool Memory Pool Refreshing

8,388 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,530 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (37,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,946 869,946 00000000000000000002972a2409d67573a66807e08f19255fd107059a592a1d 1.81 MB 3,196 6
869,945 869,945 00000000000000000001f3a5d92def15f1eb7f0c88de09678fa8b885b3e6f5d8 1.61 MB 3,137 6
869,944 869,944 0000000000000000000255f9e805a40b45104adf3fe217af3a8170c3c05b2f21 1.36 MB 1,852 7
869,943 869,943 00000000000000000002b13234e7a002f23a5df02c3f09da27fda8db539d07cf 1.62 MB 2,111 10
869,942 869,942 00000000000000000001960b45e60c45a91981ab01fcc4e125a90c7a0bb3ce2b 1.66 MB 3,253 5
869,941 869,941 00000000000000000000a12622bd10d15ff7b8024c1c68a402642475cf30b890 1.88 MB 3,113 3
869,940 869,940 0000000000000000000053d9ac4f7841d06fbd9b0de95f1155d248df967a03c0 1.70 MB 3,416 9
869,939 869,939 00000000000000000001c0ec82a4fe77d23b1da935b02882ca6773580f034587 1.57 MB 2,826 7
869,938 869,938 000000000000000000020801a942403e54932a4fc1eae3c6bf37f81d78cf3da1 1.91 MB 1,553 7
869,937 869,937 00000000000000000001467ed6202aec68e9923593b893f60f30f682b0e302e2 1.96 MB 2,396 5
869,936 869,936 00000000000000000001e15ae3b2c4c41b464bbb103e4e56e9dae05ac48b44c7 1.66 MB 1,965 5
869,935 869,935 00000000000000000001ecbb33c82197fe9b1d5e79a0e957ec09dbbc0ab5ae7f 1.71 MB 3,001 10
869,934 869,934 000000000000000000019fec1e9538764cb0387c293c54d9d8ffade59ac235b4 2.02 MB 2,155 8
869,933 869,933 000000000000000000019b6f210c28be5be24ec48b4e92957df322432f483953 2.05 MB 2,071 6
869,932 869,932 00000000000000000001e0adafe004365795afb5b019327af83a10a66d7d65f5 1.64 MB 2,395 9
869,931 869,931 000000000000000000020d77c16bf3836faf1ef3af28f5f31fbdd8955557d6f0 1.45 MB 2,371 9
869,930 869,930 000000000000000000028c92776d927fec10fc3d6d1642b7e39b2a4367ef4662 1.77 MB 2,636 12
869,929 869,929 0000000000000000000143ddc40c4360c951f16fd305f851c765fd356fe90f50 1.58 MB 3,115 14
869,928 869,928 00000000000000000000194fab985cb78bc57521950dec7e42fcd9ef6b5850e5 1.50 MB 2,720 16
869,927 869,927 00000000000000000001789114ca3850a0517277a583261026b53d4d19ce1e8f 1.54 MB 3,093 21
869,926 869,926 0000000000000000000247a4f9bd63b56260c3a194c6380d2a9a43a6b8780ab3 1.52 MB 2,217 22
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.