Memory Pool Memory Pool Refreshing

4,300 transactions
1.63 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
907,916 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,786 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (767,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,876 140,876 0000000000000795ee1e0c8944db976c8fe974f6428532c1344bb2935b96378f 0.02 MB 45 15
140,875 140,875 0000000000000537fa486009b38bd6528f66cc8c0cad8c1f2a45602ba86e416e 0.01 MB 18 140
140,874 140,874 00000000000005c4c4e6c72fa5be197faba59461cd7f8cdb0433b754aed263cc 0.00 MB 10 574
140,873 140,873 00000000000006b04676b35f33a6ca6e7d76c2cb0546b01b5e2029b915057d9b 0.01 MB 28 417
140,872 140,872 000000000000048117412797f7115b2662e4b2dacc4b5528bd974aa91fd717a0 0.01 MB 25 190
140,871 140,871 00000000000004fb8ea29d53ce1ccd049048ed74dfb2162e82b8dd48a92657cd 0.01 MB 18 351
140,870 140,870 00000000000003c2f938d35d4c2bbf70909e0bf59f7000220fb1134f931b0c18 0.05 MB 124 99
140,869 140,869 0000000000000835280c5ed61c5d2654a4f63f18e6245495e0c788a52662cce3 0.01 MB 18 564
140,868 140,868 00000000000001db1d1734deb6aa6bcfff41e4e2b0c201d0e1d2891a298e948f 0.03 MB 75 483
140,867 140,867 00000000000007bd3f1b41385934579c100bbeb760c1ccc48b177e915eea699e 0.01 MB 10 810
140,866 140,866 0000000000000013efe7e2f7b9c87e64ae07f430cd852ac78f6185c86f60e59f 0.05 MB 168 69
140,865 140,865 00000000000001bef6775f0abb1c7fec28539196bf5794ad47bcd72b40562259 0.08 MB 202 174
140,864 140,864 00000000000006f3e58dbacd07603134fead8df2023392f40a9da329732955d7 0.05 MB 99 99
140,863 140,863 00000000000002b3093b70f6816fc369e9beb00f1dfeef1861d68a0a085c2e13 0.05 MB 93 539
140,862 140,862 00000000000005741a4a0135154fc02c9f72680918c524ba141987fdf01c8073 0.03 MB 57 625
140,861 140,861 000000000000012347df20e12052bc71771c843897f1be4989912eb3301340bf 0.03 MB 55 805
140,860 140,860 000000000000029c0e459905b43985f5e9665c0e43e6e661a5d3f1a27bf40ecc 0.04 MB 84 221
140,859 140,859 00000000000000d9fd6fa080908814baf60135666f75c314385fd55c63e5c05c 0.00 MB 7 95
140,858 140,858 00000000000002acc669890e65b230fa870e7622856cb969bd9f6ba5d77d7eb0 0.01 MB 32 82
140,857 140,857 00000000000008878c124983bb4c6373e6fe78685d5afe35d5d6fef96b216549 0.00 MB 9 526
140,856 140,856 0000000000000193e76352e63e0f1eb399612d21ab86787245ce745e6b47d7b0 0.04 MB 111 166
Previous 10 blocks ↓
Total Size: 769.38 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,644.26 GB sent, 94.87 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.