Memory Pool Memory Pool Refreshing

2,847 transactions
1.25 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,345 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (750,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
157,853 157,853 0000000000000092e696fd23c0fa3c0df971c86a11f4e314207b1a4eb0f97e4e 0.01 MB 32 357
157,852 157,852 00000000000000f3b3175dbd32b1b0a23ac1f420576accb45e5d1138ab13c614 0.01 MB 19 290
157,851 157,851 0000000000000e7591d9cdcd3b74bfd567254172ff0ab4de1eae37279a84fef5 0.02 MB 36 238
157,850 157,850 0000000000000ad3a5b098883992b290aee6a11e9653419f171d3fd0186e495b 0.02 MB 41 152
157,849 157,849 000000000000074e879fcbd8d7ade4e8d92cc0a0bf963183b3c2e1cff67e6727 0.00 MB 8 73
157,848 157,848 0000000000000025c9e33b85c1ff214944fadf6f7c13e50901c2f978c4006d93 0.04 MB 118 191
157,847 157,847 000000000000005d55360afbe6c6e5f730508b29f8a5003470eb63d6e9b8a205 0.03 MB 78 527
157,846 157,846 000000000000038e7440a238c73e7ff9da06effd47461f1745c1c90a016b2cf2 0.00 MB 11 82
157,845 157,845 000000000000060ec3d9a1fd840cb28d5ba094d8c58e04875d9b379467a73669 0.01 MB 18 925
157,844 157,844 00000000000002c66fca39aa694329ebf401e1e8901430540c6668e877256b80 0.02 MB 55 453
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.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.