Memory Pool Memory Pool Refreshing

3,168 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,842 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 3,148 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (52,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
854,862 854,862 000000000000000000028212dbcd167a98f3a20613aa50e22a279ee67317fae7 1.74 MB 3,501 5
854,861 854,861 00000000000000000002f8424e4e8e88244533fecc745f6edc7f2954d7b63143 1.65 MB 3,506 6
854,860 854,860 000000000000000000005d3a9a1978ddb88fb1d4e496f37727efba6d10f387b6 1.50 MB 3,310 15
854,859 854,859 00000000000000000000e87ffe6c2f86e00a489b3c12a9b85a1d6ec8fcf21c91 1.57 MB 5,419 4
854,858 854,858 0000000000000000000252891a5780f5e9b574a11af0edd1dba20c4a71203b80 1.64 MB 3,192 4
854,857 854,857 0000000000000000000176bc50b02a437590a2221526e517fc7694d570a8b145 1.54 MB 3,140 8
854,856 854,856 000000000000000000023b69ba782d7260129a539b760e1825517bcf61b2f8f7 1.55 MB 3,162 6
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.