Memory Pool Memory Pool Refreshing

3,088 transactions
1.33 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,568 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (749,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,874 157,874 00000000000008fa762f435e7cde8919fe117454d2e0214d34a4401d8b72ce9c 0.00 MB 5 353
157,873 157,873 00000000000002119baf977bcf56fd6a33594eb163025ae07cf25fa372908625 0.01 MB 15 54
157,872 157,872 000000000000034ddb046468a2cae6019f01fa9b722f41330e1ef1d5b25557d8 0.00 MB 10 565
157,871 157,871 0000000000000be2527961d5e3302af0e512f08860814c1434d0dc86d82c803d 0.01 MB 17 26
157,870 157,870 00000000000000b76a419e29862c4264ecba8b52bf75ba943caef69c69cf4861 0.01 MB 9 4
157,869 157,869 00000000000003e7a01ee900b2b9ced6f048c4762f3ade254405504df7fa8400 0.01 MB 6 21
157,868 157,868 0000000000000c4fe28e3cfabdb291795d070ad25106ab6636ca7d7e78006f09 0.00 MB 7 720
157,867 157,867 00000000000009bedd68c08e4e92e828eb139b3342d4ee8355634777f98db5f4 0.00 MB 5 73
157,866 157,866 00000000000002d226deb36f8a0359ea77645e99c57d7719370d64e9f7d93577 0.02 MB 92 8
157,865 157,865 0000000000000c8166f0f999454c5d5445ee9af7e0544e7c4e1930bed8bac637 0.03 MB 26 123
157,864 157,864 000000000000044da5a5bae226409ca3fe23431d028857d158cce9ebc02f068f 0.02 MB 54 43
157,863 157,863 0000000000000a43938312a759115ed40661090add58bd1af10f74039817a23d 0.01 MB 20 0
157,862 157,862 0000000000000bd684f703218212f9bee93bd8f45df329682b0f626bbd2555ea 0.03 MB 61 95
157,861 157,861 0000000000000cb3c70f11f203ebe0021aa941686a975ea874bd8b8958ec472a 0.01 MB 49 88
157,860 157,860 000000000000030fa774fb22782348fd57b99d817d8c41c8b0bba607e9ea1f9e 0.00 MB 14 873
157,859 157,859 0000000000000a7af04f6d1597704dcbbaa9f7a71591dd9f637fdf563566cff9 0.01 MB 13 337
157,858 157,858 0000000000000db15b8db1a0892a83ec06124757dc699a4bfd22c94b19428d00 0.03 MB 92 137
157,857 157,857 0000000000000605d5e2ea786d3a7844bdd5c542b3e14cd9a7adf2bc98a68ced 0.00 MB 12 59
157,856 157,856 00000000000001c9f2b1c2974ee0c1273c027011fbc79afaf312a49310e20424 0.01 MB 32 85
157,855 157,855 000000000000063b7b27253d56cde460e7436c0eaafe416d2f46c9f4e8dc260c 0.01 MB 12 73
157,854 157,854 0000000000000044a2df31ebbc77027f0b707cb3ebc32b07938a0f84326eed85 0.03 MB 105 41
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.59 GB sent, 94.42 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.