Memory Pool Memory Pool Refreshing

2,158 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,929 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (811,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,851 96,851 0000000000041f40b60ffe8f1bb64461327391de78942ed2d6b58e362f1f3ea6 0.00 MB 2 0
96,850 96,850 000000000000f9ecf24a08c9cda5545b75990561f0d2dbc65c85d866aaf2b7b1 0.00 MB 1 0
96,849 96,849 00000000000520307f416f1c0df21ae288378c7820ce58768b5dca2d6122560b 0.00 MB 2 0
96,848 96,848 0000000000031514db72d6044d676ba7b2d582f1399bd6c29f59b08a60cf58ae 0.00 MB 1 0
96,847 96,847 000000000000a9c25f6d614a15b5b150262aacacaa9cca328852090869020836 0.00 MB 3 0
96,846 96,846 000000000002fb82a487effbe89891d53d94e07c475c90cdc76ffdd506825c7e 0.00 MB 2 0
96,845 96,845 00000000000064a180dc280b849aefa8a0c56b545674bc3377b90f4347481952 0.00 MB 3 0
96,844 96,844 000000000004b0bf03e2467460b9495012c494e70bdf28297edfc6d8fb7e7c4c 0.00 MB 3 0
96,843 96,843 0000000000038cfa8457a5f09d7e08acbba0edb157123a329ef6863e85b20c36 0.00 MB 10 0
96,842 96,842 000000000005546af63d29f4d7ed689105e7135437dcea8e057592b9de73e6fa 0.00 MB 7 0
96,841 96,841 000000000002a6d43f79bb93f9fb323a32f9256d69b93cb5840ccc8b591ba1f4 0.00 MB 7 0
96,840 96,840 000000000001b7795f702cac39f5f0ed5bed6435c94b37aa9adfbb798614870c 0.00 MB 1 0
96,839 96,839 00000000000463c166e3d6d8b347cf5f25ff50468a43f8e56f5b85a28abb9372 0.00 MB 2 0
96,838 96,838 000000000001a8e08b6fe22702b2698622be7f1be3d21e39d652444b3edac6e9 0.00 MB 5 0
96,837 96,837 0000000000043c960629055fce36115748fa1e4d4907c8603919e701cd5f03bb 0.00 MB 3 0
96,836 96,836 000000000002896a06598c9f49fde1a024e1fd7b34ba76dc140af2fdd572e729 0.00 MB 6 0
96,835 96,835 000000000000e42b11c1c5ae651354b8ccd18091fecb44f924c4562ccf1dfcab 0.00 MB 4 0
96,834 96,834 000000000003987f4a8feb265fb380d34d10d0b95eea59a4d143c3a8c364ded5 0.00 MB 1 0
96,833 96,833 00000000000544482152463862ab3ef7cd1dcb519375ad58e7c2527d7455ec44 0.00 MB 2 0
96,832 96,832 000000000001cd8de04e48fee447233b0873625aa8377b585bb04330e9bd16c8 0.00 MB 2 0
96,831 96,831 0000000000037fe603116ab293ed0eb1dfe452ffcd6c36fb9529f72dacb32969 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.