Memory Pool Memory Pool Refreshing

3,952 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,777 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (756,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,689 151,689 000000000000011232012b39ba2008ee0500f3d8f54947b870531675cb9a35bd 0.04 MB 138 75
151,688 151,688 00000000000009174e550c4b85937ec666c9f2d785f1d9fb2510820ee514a5e7 0.02 MB 72 54
151,687 151,687 00000000000002730567436d85d1b40538404e29df6bd5e5c1b1eda94116534b 0.02 MB 44 76
151,686 151,686 00000000000002a57cc7424b5f3a08221dfbf9e5a4886c82d37c5ce90216f935 0.02 MB 56 89
151,685 151,685 00000000000001d2ec2f0fb805196b5ceca4713405b8df8aca6ac97e3ae2cf70 0.01 MB 18 60
151,684 151,684 00000000000002110d24dd458a6b8ed931b0a5218080cb208eaa0a78082c49a9 0.01 MB 19 81
151,683 151,683 000000000000035cb1069a65a7fdf5f858dedabf9ab2e897287b24d3b68fa114 0.00 MB 9 55
151,682 151,682 000000000000065034d9a7f9b1885fcc0139b56c33956d41f35a01504b7ed916 0.02 MB 61 153
151,681 151,681 00000000000001cc92794f0df1087161f4446f8b29818f87bd2759b1b9369062 0.01 MB 37 4
151,680 151,680 0000000000000bd5e09fd2e81644e15b6a372911fb3366d3eb0c0add15667b9c 0.00 MB 11 17
151,679 151,679 00000000000002d53637ec66b133ad21b60fe52cb2613f6a5dc4dbf2507c933e 0.00 MB 13 16
151,678 151,678 00000000000002fd3f20d67e4c6cd9c01f3194aef79cb35a6e9a707fb02f71ec 0.01 MB 46 100
151,677 151,677 0000000000000bb9b16cc9df6bdc6d8710ae6b079035c381eb3d1e988ce46d0c 0.03 MB 74 77
151,676 151,676 000000000000012887d304aa914db83fdc3e524026cf8d508090b120eb655127 0.01 MB 25 252
151,675 151,675 0000000000000a50a18e8dcbca50c0a6e1724b9223134363e8e544f2cfd3e6f3 0.02 MB 79 7
151,674 151,674 0000000000000a10668215c0954cc322aa180cbb5d4295a2f4c5bedbac1e4b3e 0.01 MB 19 39
151,673 151,673 00000000000008b083dc6514062ccfd8a64e74d2c6b2876ed91e577c9b6783db 0.02 MB 55 247
151,672 151,672 0000000000000bcb8649b0974114871e6d1ea2694a683716261e398df82cdf61 0.01 MB 27 133
151,671 151,671 0000000000000a3802ddca2df768cb86530e55141d50cfe0d4ff0c5cdc4c109a 0.02 MB 45 79
151,670 151,670 0000000000000208efdf0e45ef04674e6b44c2806bec1a7d883000d2747697ea 0.02 MB 48 219
151,669 151,669 00000000000003c344d8d1f3fd2c765e487c4c210381a1428ba54a7b3b3b0b72 0.01 MB 28 147
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.