Memory Pool Memory Pool Refreshing

4,663 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,756 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (9,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,915 897,915 00000000000000000000e18a35248f444114fa374b00482ed254c799a00b75fb 1.87 MB 1,871 1
897,914 897,914 000000000000000000024ad2362766480d190409c28284f314c34a9bdf156398 1.78 MB 3,091 2
897,913 897,913 00000000000000000001e8e15b0ed68c86bb8b284b83aa5a2bcaeccbecd214b9 1.66 MB 3,355 4
897,912 897,912 0000000000000000000136b1283ee9f448beb66aabfefca1a3ecc3908e970821 1.67 MB 2,226 3
897,911 897,911 000000000000000000020f2f1f913acd3364155f2a70eaad4f8ce4ffe750cc40 1.88 MB 1,527 2
897,910 897,910 000000000000000000007c3349830530fc55acd028c2260140e7a7238fd93063 1.85 MB 1,651 2
897,909 897,909 00000000000000000000d4a21af1a8a7f6003bcb7f7fdaa6c5fb7190c8d8c254 1.77 MB 3,461 3
897,908 897,908 00000000000000000000e61c2276910940b9a9aa0b08fd940aa67686807c30b8 1.61 MB 3,880 5
897,907 897,907 000000000000000000018778d7459da7cf9a7b376fa362742f9c1a33faf60a78 1.46 MB 3,812 11
897,906 897,906 000000000000000000006fcaaba57055e70f24f5e893b1f4993aec4d82450dbb 1.67 MB 3,557 7
897,905 897,905 00000000000000000001c1594ab9221b3c2348fe46970882fda5139a1adf9198 1.80 MB 2,890 3
897,904 897,904 00000000000000000001cb070e1841e103324fad38cebddd652fa10b2158eca0 1.87 MB 1,891 2
897,903 897,903 0000000000000000000159090c11c783452acd714932bc8adeb739c3c6826dad 2.16 MB 1,353 1
897,902 897,902 0000000000000000000111cbae31b2a99ba6ab6a7e03bac3134d2aa50a4edc68 1.80 MB 3,057 2
897,901 897,901 0000000000000000000228fe1346c7482c67117f3374c1415c8da4fdf2a5fa3b 1.71 MB 3,569 6
897,900 897,900 000000000000000000018e741d9b3c8de1d1cce21cd1e730a533e20f02908dca 2.14 MB 1,015 1
897,899 897,899 00000000000000000002058e4e1efe063d7549ed5f9fa1e74ca4dfc376b4df49 1.43 MB 2,208 3
897,898 897,898 00000000000000000000d3d6a0672de6bc76d327052db07b5f2990b8cf95d746 2.32 MB 2,057 2
897,897 897,897 0000000000000000000062b6c87b60efba8d1553e85490874bcfe1e50ea65c50 2.88 MB 1,305 1
897,896 897,896 00000000000000000001b5e3da53113ece6300c5694176218290b9e04f168a22 1.73 MB 3,193 1
897,895 897,895 00000000000000000000140802b158ccc1e09e0480b67f5e1dc7cc1ecea1e00c 1.73 MB 3,563 3
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.