Memory Pool Memory Pool Refreshing

4,324 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Priority:

Feerate Time
3 sats/vbyte (within 2 blocks)
2 sats/vbyte (within 3 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,746 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,947 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,745 (890,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,831 17,831 00000000b16fd1cadf97a93cedb897c57b322334b3e58ee942c9f786d19fdb41 0.00 MB 1 0
17,830 17,830 000000006bb9b40cb1e1a838294f9c174a033594d73533b18f555d86c092e2e8 0.00 MB 1 0
17,829 17,829 0000000016fe58bacdea6cc7c280031776315e5ee507361657f9b3e8f618ab9f 0.00 MB 1 0
17,828 17,828 0000000091616b0856997b61a9b59b9c1225eb68a84e0c9d3c86e63aa28ae1dd 0.00 MB 1 0
17,827 17,827 000000000e09bdb46f8216cb7d70d24aa34614538ca14062258fe7956f7ca73b 0.00 MB 1 0
17,826 17,826 00000000d66276df5d7faee2f30afdded8df6afae957add0e68565363d1d96e0 0.00 MB 1 0
17,825 17,825 000000002a8e5e16cef40cace952f2eb934bde36da285d3d9018d200ffcc482d 0.00 MB 1 0
17,824 17,824 00000000560763bff7e1849fe9304e6033905fb15d917e75cafa6de228dafd4b 0.00 MB 1 0
17,823 17,823 00000000064db3e1cb379d8aa6a0c73dbcf6f532f6a341358fb354096cf12fce 0.00 MB 1 0
17,822 17,822 00000000ede46b057ed9ac8fd10f65eb7d90aff6898a85cdc5dabc4ea85863ad 0.00 MB 1 0
17,821 17,821 0000000087a4d9d1665e32ecb9acd40e550413d35a01af1512225407bdb6be68 0.00 MB 1 0
17,820 17,820 0000000065f18096c8f994e86d20368bfdf21196b53032aa5e1d340b8547e753 0.00 MB 1 0
17,819 17,819 00000000338a608229ef8773c05a2afa4a66178e71e35e4097dd82af7f4e335a 0.00 MB 1 0
17,818 17,818 00000000431da3ac32eb22198014bd5adfe9ed30c225ff78ad08a19137347f88 0.00 MB 1 0
17,817 17,817 00000000731fae48e5c3a4d1815813ecdfb71de575dbd5d6eae93e4cc6fd13bd 0.00 MB 1 0
17,816 17,816 00000000af3cb5c4139a79113b81ed690b0eac411b68d48db4d2f010532addd0 0.00 MB 1 0
17,815 17,815 00000000584a6fb7026da813f1be1d329a16643fd6d42dbb0f847827facd19e8 0.00 MB 1 0
17,814 17,814 0000000006a2bc35ac57506a329f5c14483f3a9b435395db24d6998c40539ef0 0.00 MB 1 0
17,813 17,813 0000000094e5eb8bf69fed38e48c086c6e621f5d8cfcebdf8319dacc4a4427ee 0.00 MB 1 0
17,812 17,812 000000006bd41e03f62f43f04f786d6dfe6d17dcb53cf71b6e32118b32361747 0.00 MB 1 0
17,811 17,811 00000000668eea6f642406d96b2b4bad6158588435bc81644c1076e997f20a00 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.09 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,855.99 GB sent, 102.44 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.