Memory Pool Memory Pool Refreshing

7,623 transactions
2.46 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,514 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (7,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,860 899,860 0000000000000000000179f049b325139b6fd0f3f6ba6241783a760c391b8240 1.43 MB 2,498 4
899,859 899,859 00000000000000000001023eea82be3c91f9e3a4c41532959ba679e614e70c71 1.46 MB 2,025 2
899,858 899,858 000000000000000000006319294c5b043f771aeb81dc7752e2093402d0c96697 1.59 MB 2,216 4
899,857 899,857 0000000000000000000196232b41695370e67a2ec7c220b695a0fad7b073b2bc 1.51 MB 2,213 3
899,856 899,856 00000000000000000000949bf8b57e477d8c2479c084e5cdbea8482aa01e32ed 1.52 MB 1,876 2
899,855 899,855 00000000000000000001a3065b2e6b668f3d611b11cb95a2ff81077dc19696f3 0.17 MB 356 2
899,854 899,854 000000000000000000018dbc14e7335cf32cd0b262697c8ef54bcbffde689ff5 1.54 MB 2,656 1
899,853 899,853 0000000000000000000162cac1551a010c5dad174ae12cd9d95dc8d6d735864f 1.27 MB 2,668 2
899,852 899,852 00000000000000000000c0fc8c1274e417ca3a452758e45803573021470b871f 1.37 MB 2,230 4
899,851 899,851 00000000000000000002064d3680a2ef0c8c2d060face86004182fda6d7ace07 1.39 MB 2,254 3
899,850 899,850 00000000000000000001f0e6bc57f813ceba1b42b1e3ff4f3777c6440262dc1c 0.14 MB 295 2
899,849 899,849 00000000000000000000ec8b0fdab4138252a0ad64c5baab7fe66155241354e7 0.84 MB 1,227 2
899,848 899,848 0000000000000000000118826e1115e507dc25a9d4e792cb3a37079954990e15 0.29 MB 543 3
899,847 899,847 00000000000000000000e427dcf1a1af45982312d1d682836f62ba288aec86ad 0.84 MB 739 2
899,846 899,846 000000000000000000022dc968012b1c2bf803323e9a43dd04ff3bb3c0441e14 1.30 MB 2,583 2
899,845 899,845 00000000000000000001e773fb55c3b4aa815fbfaa398d47c0a8a682d9aa77ae 1.29 MB 2,891 1
899,844 899,844 00000000000000000000ddd9b6741750cb5551532858f56a568a5dd35a2e2bd7 1.67 MB 3,107 3
899,843 899,843 000000000000000000020340f2d15878003a35332c3d90f34ecccd18fd0f3bcc 0.64 MB 1,444 1
899,842 899,842 000000000000000000013d4f68c2c9c1cd48a6e3cb8d142d5c880e3f1a1e527c 1.87 MB 3,955 1
899,841 899,841 00000000000000000000b72d3e20e5b1369e24d205fc49a65793d2e88c0cfb7e 1.66 MB 3,820 7
899,840 899,840 0000000000000000000073ca8f50141b8ad14bb6e91df6e701249d332b603a66 1.48 MB 2,903 3
Previous 10 blocks ↓
Total Size: 769.25 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,635.10 GB sent, 94.16 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.