Memory Pool Memory Pool Refreshing

1,275 transactions
5.42 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,354 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,229 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,353 (858,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,739 49,739 00000000038ef1c8ca4a95fbbe71248998bce37414bb7a473e1ca080b1bae601 0.00 MB 1 0
49,738 49,738 000000001c675ec3d0bf9f9124b13389486bb7dee7e398ed0b714fca0c6b8921 0.00 MB 1 0
49,737 49,737 000000001f80a222f79f02c775a4dff7aa5a56019a9bbe0d952f2408f50b5378 0.00 MB 1 0
49,736 49,736 00000000175ae0904a55f36ce5d12fb9976c1677a66166b289994769c7167b97 0.00 MB 1 0
49,735 49,735 000000000617bee093559d67128e4e3176f54c7c7cd3abe6ebe7d23ec94e035e 0.00 MB 1 0
49,734 49,734 0000000005f6598b8d72c9d241554eb610a13d4762035961fea10db1950f23bf 0.00 MB 1 0
49,733 49,733 0000000021f03bd7bdf1addbcbd3c6d68db1c06025287adc85f303cf45848a74 0.00 MB 1 0
49,732 49,732 0000000003f480df43d3be781ffcc1843ebe189407bd6798dc6b786dc5e08339 0.00 MB 1 0
49,731 49,731 000000000c10b4da2eb7c69a640fe6ad2460955bf5d4cbd3fb1ec35dd05b5384 0.00 MB 1 0
49,730 49,730 000000001f4ad7170f36d65c674fc33b38d2e7e6d751acec8a29303231c2508e 0.00 MB 1 0
49,729 49,729 0000000005f90a6d2c99d15638db9278f9ca8a09348f317a7f9c60c7e26aeb5a 0.00 MB 1 0
49,728 49,728 000000000dc63380b5098ee4d9f85827200b7b55b9b3476ed28624da7efdaf92 0.00 MB 1 0
49,727 49,727 000000000a31ae0122911621338326abfeb456517029c4a022dc83444f60808a 0.00 MB 1 0
49,726 49,726 000000000dc9c2faf6cd073dfae48e86138f590a4362be91947358440866f7c9 0.00 MB 1 0
49,725 49,725 000000002657b492d57127d1d2f98331d79d3c86ae4fb1e379c6599a24a31fc3 0.00 MB 1 0
49,724 49,724 0000000007e5f6621edb8fe17607e58d0a668188200061ebf3961d7e8020c2d7 0.00 MB 1 0
49,723 49,723 000000000a5ab665df5741222c6a754e45e6e4c570a58333ce5c506b3c0325c6 0.00 MB 1 0
49,722 49,722 000000000cc5056bb5bcb765b66ae0c11654f8db93cac6a7c2bc597b05cfccf4 0.00 MB 1 0
49,721 49,721 00000000282fe95bbb3ccac7fa7caff22242e9f6f1fed1c0951c2059ac809f48 0.00 MB 1 0
49,720 49,720 00000000138fd6998a17a0e6299201e7ea06865b601544799537b5dd8635a77c 0.00 MB 1 0
49,719 49,719 00000000107e5e6b79377e42af04721d3f6d19b8814bc81f061f97f00bc1b91d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.33 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,702.01 GB sent, 98.85 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.