Memory Pool Memory Pool Refreshing

1,533 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,859 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,508 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (763,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,768 144,768 000000000000083fe7e3378732ed7f001e5fd99495de9a31f3f70d2c395913bc 0.00 MB 2 0
144,767 144,767 000000000000017404140e3e68d3105839da3c3ceab8b1e3d197dee9745a5659 0.02 MB 20 56
144,766 144,766 00000000000000b65a7bd1dc0ce1cc363c0c9f7d52424b42822a4d6abedb6e26 0.02 MB 51 40
144,765 144,765 0000000000000273a7227a3ba260644a7c5c27610486fe40c4d754404ccef0e7 0.03 MB 12 385
144,764 144,764 00000000000007969062b0c1f2dee33c3ed77fac9f37ddcab7fbf617ae7e3aea 0.00 MB 4 104
144,763 144,763 0000000000000711a13ea76c9c3407e8cde3ca1a1516fa31ea0e78653119dbdd 0.00 MB 5 107
144,762 144,762 00000000000005b7d8d07162a6bbb35297e688c5d0bcc1250e320634dbd9d28a 0.04 MB 96 72
144,761 144,761 00000000000006ebe46a2b8e3f6357c26941c97b978fb95ed022e6ea790629cb 0.04 MB 60 93
144,760 144,760 000000000000011832a4bd9c21868cfe0291fd21f4a1308a2319702fc8c81767 0.02 MB 16 539
144,759 144,759 0000000000000010b16f4dc659b3495742e84e7f00808e313e85cb1f9179063a 0.04 MB 91 223
144,758 144,758 000000000000052e0e4c92a61ae239874216b7852071d78716cae638dcd0292d 0.01 MB 25 191
144,757 144,757 00000000000004449ea6c4605ac8d9244b10d7fa2f37008aea43de83948645c3 0.02 MB 32 179
144,756 144,756 00000000000002ba2e56973c87fa59eb104ebf752da51dbb0e8c4370c3a1fb25 0.03 MB 65 184
144,755 144,755 0000000000000882ba995b820ef1207e7325a5cba52d109426b3c58c021e3c60 0.00 MB 7 143
144,754 144,754 000000000000084f5bf6cb3adc25722ba37700fb2675b359b8d3b46dfd66199c 0.01 MB 18 256
144,753 144,753 000000000000008746cc39db35a8d021280e1d70c1d66063687f53237ac4fee3 0.01 MB 31 162
144,752 144,752 0000000000000520bb9cbb725db3b71ed23930eaf96e51a9822f98c49db4b9ac 0.04 MB 105 210
144,751 144,751 00000000000001b7af8f86c2230ea75730c135fa7159d6fb886f5396dea2eb99 0.03 MB 101 3
144,750 144,750 000000000000053cdcc660e5837b74b39ed4431d961bf0de05caa0aed42abf46 0.03 MB 61 86
144,749 144,749 00000000000001230eb991e61a457b81c15b58949ae0ccd95b070892d97b8452 0.01 MB 11 4,002
144,748 144,748 00000000000008e2a77a614bd09fb2c119660b6f3250735f1ee3c94706782796 0.01 MB 18 62
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.