Memory Pool Memory Pool Refreshing

9,758 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,393 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (766,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
140,855 140,855 0000000000000455148e8a5717c7288d519882b2c5be53de2bd68d2b412a5567 0.00 MB 15 121
140,854 140,854 0000000000000089ed762dcc8411eb8103cda45f52584552286fffbc062b5460 0.00 MB 9 0
140,853 140,853 00000000000000b072a3cc8df18534834ef7bc3feac9e8ee15bcba0339acd8e4 0.04 MB 50 106
140,852 140,852 000000000000004b133461be28130b426c6c8ee63b060a4897cdf696825aa20c 0.01 MB 36 209
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.