Memory Pool Memory Pool Refreshing

4,467 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,571 (831,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,918 76,918 0000000000216477eb8de43c9c487e9b807ea8b75ab2fd3385e0a674f3e755b7 0.00 MB 3 0
76,917 76,917 00000000000ed88be9bd87748eb1c361a6314ad82094d98aca17abb594704794 0.00 MB 1 0
76,916 76,916 00000000001aa6e22413799393587641886a14b51a20287c1ac3cc3b357ca38c 0.00 MB 3 0
76,915 76,915 0000000000491207beffdc6f5bf34575ad270745c3976c8e428640790dd13293 0.00 MB 2 0
76,914 76,914 0000000000242390659674501fc747ef8c96aa4fd33a94a92579ffda1f60c1bc 0.00 MB 2 0
76,913 76,913 00000000002f86b1230112ccb43fc84ddf3a97171f01ad594aed7ce6e4087393 0.00 MB 1 0
76,912 76,912 000000000062c9cbd7ad0a02fa807585cbabd4224fbec5fea92a040a07f122d1 0.00 MB 1 0
76,911 76,911 000000000016bd39bbf5f109d5f53ee2987f6e82d964e740ad40c1c94fc9f3df 0.00 MB 2 0
76,910 76,910 0000000000323ced008dd3b63924fae211ddc74e016723d131bbcf14caeb793f 0.00 MB 1 0
76,909 76,909 00000000002513c879455cd2b07a96fb89c7bd317e59f05c0a32d9e23cf82b23 0.00 MB 3 0
76,908 76,908 00000000000562ae6ff9623a8833b79a080724b0b11e43c52b901a74304c53c4 0.00 MB 2 0
76,907 76,907 000000000043e75c486d5a4bb677013da161cea030cd0f72c3d279058a7b61ec 0.00 MB 1 0
76,906 76,906 0000000000387c2404fbff7e667a084e2b8bab8e6961689ab512c0ad436bc75e 0.00 MB 1 0
76,905 76,905 0000000000475e792da67f59f36d3a660b4188bc24eca1dcb4ea042cce9cac72 0.00 MB 2 0
76,904 76,904 000000000004bbdc75a166cff192bf02e51aef67e354b358b0f6210f46cdfbd9 0.00 MB 2 0
76,903 76,903 00000000000e09fb447bbc0b075c7c9600ffae9792482cf7a82f5cd9b5cbb23b 0.00 MB 4 0
76,902 76,902 000000000036c55e012bb1e7d8fda2ead8ebce0f24821bb50bba2fcae319a84b 0.00 MB 5 0
76,901 76,901 00000000000327b313f12a4a9b0b88245e20273de90950e801709558efe2809e 0.00 MB 1 0
76,900 76,900 00000000001fe35b487a56686807fc936ff24ef9f6876bb9d2ec2a1c44fc53f4 0.00 MB 1 0
76,899 76,899 00000000002fb1e840b02be5b3cfafb3a0f37f611b7945ea821bf8b64e05fc76 0.00 MB 3 0
76,898 76,898 00000000001898464878db3f7e7c024e04fcd371fd87e750fc1dba0e81588360 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.06 GB sent, 100.75 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.