Memory Pool Memory Pool Refreshing

2,078 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,046 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 2,074 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,045 (609,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,884 298,884 00000000000000002070e878a2ac1e81782bf2c70e637109c1540c69d50053b6 0.02 MB 16 28
298,883 298,883 0000000000000000691f4f2703911adea761b9497d7f100ac6edde01acdd91f2 0.11 MB 197 30
298,882 298,882 00000000000000003f691349972553721333386f714df9e5f1330d62d62eb263 0.01 MB 29 39
298,881 298,881 00000000000000007aa47a3bb0e599f0e1326c1ed3387fe7cc6a7822c4882a50 0.11 MB 207 27
298,880 298,880 000000000000000039e33c517f9c214848a1f39644848c9dedc18e04a3e3a9b7 0.09 MB 256 67
298,879 298,879 00000000000000002793590cd447099802115ce7539ce851233519b0d2243f3e 0.16 MB 293 29
298,878 298,878 00000000000000002b5cd23a2a9a4bc33820e8b0e9495051d025af7c916657c4 0.35 MB 707 32
298,877 298,877 00000000000000007a21c15a562e8d2ca4a5fe0751a4139aa5b99663868dc945 0.03 MB 59 45
298,876 298,876 00000000000000000e808bb57db82d70bf131810c755d9c92a1bbbee1e8ed588 0.28 MB 570 34
298,875 298,875 00000000000000007910b8c334d39f11ef9d0667e72e819dd5c6e5b99b4f6074 0.01 MB 29 37
298,874 298,874 000000000000000075c7b75e43edd564d6a7cef29dff3ec92f89a62eab564b2f 0.65 MB 584 22
298,873 298,873 00000000000000003d72c610d21fc674287611dc4420f3db1d24680831581477 0.11 MB 256 55
298,872 298,872 0000000000000000442a196601e1e180bd2a240270d86e3411c50ca9f1122d89 0.05 MB 92 29
298,871 298,871 00000000000000005a19a6cf3df38c9e0ab9ae0d2c05d43d3fa2286c0a539b6d 0.06 MB 107 33
298,870 298,870 000000000000000066aa7489bc48f88a08bbb1d6b8499940fd472d9aeb427301 0.03 MB 64 11
298,869 298,869 000000000000000070308bd86e7d260a450350966e3a1fd615b0f819862f1289 0.05 MB 171 40
298,868 298,868 00000000000000008529d159e564d3e7fbdbcd21b0e8783cfe17b0082f9fd1fd 0.40 MB 661 29
298,867 298,867 0000000000000000421ed128be39e2feac85d3767b9cd6df62ce21a5d5dbef10 0.37 MB 425 23
298,866 298,866 0000000000000000619303e67f55269be5536c3b27c51c906f8dd933291d1283 0.19 MB 318 28
298,865 298,865 000000000000000026b998bec862dddd04cd1aa4c2394d0461719dc60b108e33 0.17 MB 327 42
298,864 298,864 0000000000000000245c50fb0a511c885714682657c574821fcec95f53f9f402 0.15 MB 256 25
Previous 10 blocks ↓
Total Size: 769.63 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,652.46 GB sent, 96.03 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.