Memory Pool Memory Pool Refreshing

7,838 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,262 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (52,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
854,883 854,883 000000000000000000030cb50bdda4d7c96a2dbb45deb4da8331669e799c0438 1.67 MB 6,139 4
854,882 854,882 00000000000000000000a047cdf9d12f9227685687896eda7a0f925a23a22a1e 1.56 MB 5,257 5
854,881 854,881 000000000000000000009dff9aba604236904d55bf264c1206debadc99eab433 1.58 MB 4,284 6
854,880 854,880 00000000000000000002bd5b7f69394d509305321f865344e9d58aef29c9760d 1.73 MB 1,944 4
854,879 854,879 00000000000000000002f32b52abf5c72659b1fc875ca732392f05264360f389 1.54 MB 6,120 4
854,878 854,878 00000000000000000000141bff0fa229082ca719713e7f6c30db9daeda162063 1.73 MB 3,907 6
854,877 854,877 00000000000000000001fc99aab588d52c8000f0dbef14405afb8abb5412c676 1.86 MB 5,746 4
854,876 854,876 00000000000000000001e7a60cff3123eb5dcd4edf1986fb71a0336520ccd183 1.70 MB 5,680 3
854,875 854,875 000000000000000000031a6b7c1bb991b420e5f2145e341f9cb4cdb6dd4a9212 1.65 MB 6,378 5
854,874 854,874 00000000000000000001a17a2d0b49142c564ce3cd63c92aa6532ba0683a5f59 1.67 MB 5,683 6
854,873 854,873 00000000000000000001c1ce1b91185366c2c6146812baa7b2fae823a80f3e7f 1.74 MB 2,733 9
854,872 854,872 00000000000000000002b79c9492c20afb104d52ccc7b92ec45b0e55b19acd7b 1.75 MB 5,031 6
854,871 854,871 00000000000000000001781cf013738a8fa5074f7477a480316b617b1f724125 1.80 MB 4,604 3
854,870 854,870 00000000000000000001797742327408c084145c72490df239c10f081b0321a4 1.55 MB 6,117 4
854,869 854,869 00000000000000000001f5a0d2d4f60f5a6866a9301fca7f4f068ac926de1235 1.57 MB 2,535 5
854,868 854,868 00000000000000000000d04c6def5cb8d3806ba47cd358a3c8bfdc7424d37a63 1.63 MB 2,391 6
854,867 854,867 00000000000000000002306fe4af061811447ce308b916432f7908d87daa2cd3 1.49 MB 2,957 9
854,866 854,866 000000000000000000012439b3abcff27b7f09f851f1741fb0bb105c7d113d65 1.52 MB 2,956 11
854,865 854,865 00000000000000000002da1b8d9e5a66ff22962ad5b5123e38366706c2ebfa77 1.70 MB 3,038 8
854,864 854,864 00000000000000000000390696a9b94354523b33989333644433b5deb5221e84 1.57 MB 3,372 11
854,863 854,863 000000000000000000005a28c815cf2b8b8dd1cd06c0910d05579241abbfd0b7 1.57 MB 7,013 3
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.85 GB sent, 92.83 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.