Memory Pool Memory Pool Refreshing

4,463 transactions
1.40 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
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,195 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (200,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
706,888 706,888 00000000000000000008a0a17a1d828b1a1645110cc8c1eeaef5f46b3a44f991 0.02 MB 43 8
706,887 706,887 000000000000000000061e39a96497859f9f944b5088ab7cc9c8edc482e1b39d 0.28 MB 400 11
706,886 706,886 000000000000000000047045b0de947d7e6c5f704389399bbfcefa8d82944d64 0.20 MB 483 13
706,885 706,885 00000000000000000005e9115ff5e62061be817f1c2936386e5920d1c09df706 0.09 MB 164 12
706,884 706,884 0000000000000000000c7c56ab0eec8a54127851891d2ca9ead58b06cbb8120f 0.37 MB 413 8
706,883 706,883 0000000000000000000c316c713f79dad206ae53ed18fddda8693c571ea16ab3 1.69 MB 1,875 8
706,882 706,882 00000000000000000008dcee7a324b10d64935c27f0920dcd4dc4b0197068a12 1.65 MB 1,484 5
706,881 706,881 0000000000000000000d3e84a8346ac13a4ec7fa5ce40347c2d88b8cb1e39198 1.21 MB 1,158 9
706,880 706,880 0000000000000000000b37169b9bd3a82e5937d3852fe83f7e497f5d118a753d 0.26 MB 444 18
706,879 706,879 0000000000000000000c9597e2ca9fef70501619205589b00237077063c3d0ef 0.45 MB 668 1
706,878 706,878 00000000000000000005d1064316f0a282e1dcc4eede87e1625632f15f72adb6 1.49 MB 2,285 5
706,877 706,877 0000000000000000000cff7d797821ef4cdf758a222367d619410fd951bb044b 1.32 MB 2,053 6
706,876 706,876 000000000000000000036ee95f4534310451d9b3d0f803505f0287d91e81562a 1.50 MB 2,922 15
706,875 706,875 0000000000000000000bb725d2161d368dcc93949e1fd317748be45e9186ce14 1.32 MB 2,144 26
706,874 706,874 00000000000000000005c0a28631ba795a1b34511b4db2a3e12f42272efd84d7 0.01 MB 28 9
706,873 706,873 00000000000000000000dd9796586d38df465044f7b4b7ec7b8a064be7b73523 0.19 MB 370 11
706,872 706,872 00000000000000000007f0bc3a154b9e2b9a016a4016ed2640617b41e73be08f 0.39 MB 696 12
706,871 706,871 0000000000000000000c445fab0870daa0c33de9ac8bbac9a3d40310f8ff6030 0.60 MB 897 8
706,870 706,870 00000000000000000000b32951cd694707f9e2419eee331390dd8da0de7518b2 1.31 MB 1,748 9
706,869 706,869 000000000000000000077fb9e9b937a95658dd2eec257aa3deb2f0f9c51079ee 0.37 MB 581 10
706,868 706,868 0000000000000000000a228302dd302fefd25c3cfc17053cb2f33027052a7f19 0.17 MB 229 12
Previous 10 blocks ↓
Total Size: 769.26 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.20 GB sent, 94.20 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.