Memory Pool Memory Pool Refreshing

19,759 transactions
6.33 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,690 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (449,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
457,968 457,968 000000000000000001b3f9f4f6136f186861dab2246755839c371ea6d0dfc1d1 1.00 MB 256 10
457,967 457,967 000000000000000002416b513035fe848683909cab3bb62d4cfa9de0bab40abc 0.32 MB 399 100
457,966 457,966 0000000000000000019eecf75b7d7263a3dcb9867eff5de26f016181f0b86355 1.00 MB 591 46
457,965 457,965 000000000000000000781c005c63ddca0fffc5dc03ae3ce1c1dda903cdc4c4fc 1.00 MB 1,799 115
457,964 457,964 000000000000000001935c05ee856f31f54ad341a9d27b5180b7fb28ea04f772 0.12 MB 77 33
457,963 457,963 000000000000000001e62979f1b96abfb325a936e8b3fad0e9565e86e32b2f70 0.71 MB 1,013 99
457,962 457,962 0000000000000000023a232f34080b25e53e2f70efca76dd94fe901c405d64c1 1.00 MB 2,265 184
457,961 457,961 0000000000000000018c52148c8de5c565add87df265c18b3d69a360f699bb79 1.00 MB 727 55
457,960 457,960 000000000000000000f1a4046dba56595e54917f931b5f17d19e30ea51554099 1.00 MB 2,227 165
457,959 457,959 00000000000000000014a9a5297f07f5b3b5f33943bf58abf88f23581d5eb9bd 0.26 MB 582 155
457,958 457,958 0000000000000000002b7ebb2151bd1b63357e9b689d4efaaca3fc667b66f7a8 0.66 MB 1,461 166
457,957 457,957 00000000000000000011091380f0198a72bec1680d96560d23d56223e47d5f25 0.20 MB 386 157
457,956 457,956 00000000000000000178ddedbb7a3cc36183750071ce381a4a496b536c33d788 0.46 MB 1,119 172
457,955 457,955 000000000000000001aba755ff5d54304039a6ac43db7fe9f5117e7b2606bfcd 0.59 MB 1,082 81
457,954 457,954 0000000000000000018c60556b0540e6e1033347821f86459a412ff8f757a8ec 1.00 MB 2,456 192
457,953 457,953 0000000000000000001f56dc6a99fce047ee8121961a68a1a6f9f277f224bd54 1.00 MB 2,419 188
457,952 457,952 000000000000000002288e34cdd7368ec24f9450af2f7c0e49e4c9ad348f161f 1.00 MB 771 56
457,951 457,951 000000000000000000dcea79812618764b89bf2b389452604409c547333695a0 1.00 MB 2,003 141
457,950 457,950 000000000000000000d362944de836e66ab0d53c01c6a51ca637259d6de670ef 1.00 MB 2,297 206
457,949 457,949 000000000000000000cf9346cd685224e64526428896fc167aa0576144cfe734 1.00 MB 2,067 171
457,948 457,948 0000000000000000003567007b75621855a49548abc26932c4a7d6abec767265 1.00 MB 1,527 90
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.