Memory Pool Memory Pool Refreshing

516 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,612 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 516 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (831,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,925 76,925 0000000000410190ae4fcaca95599bbbbd9ca11392176c2d3f44f38af9053d72 0.00 MB 3 0
76,924 76,924 00000000000148c7e12c8d1bc7f2d53602cfd2829c7a679f34f6e967a308a5e8 0.00 MB 2 0
76,923 76,923 00000000001ea6c8e88aeb01912bc1796ca79e327c8878b05483e57dc0f568aa 0.00 MB 1 0
76,922 76,922 00000000002a04db420dfe8e51da68935da502d012908cde4a33e6260d98e6a1 0.00 MB 3 0
76,921 76,921 000000000046e0db9dda8e00339c496da4bc75f1ade92121a7fdca37f6737f22 0.00 MB 1 0
76,920 76,920 00000000005426e8e644530e72b073583b007feb91c74f1af38635137e1bcef8 0.00 MB 2 0
76,919 76,919 00000000004a0a557ae6b67ab12bbf06119afcc00e502c1b89c61c12693675f5 0.00 MB 6 0
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
Previous 10 blocks ↓
Total Size: 770.83 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,849.82 GB sent, 101.11 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.