Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,636 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.84 vMB 2,787 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,635 (840,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,811 67,811 0000000000ad6bceb9ea837b637e659f4c65307f2264228495524c2a9c361f27 0.00 MB 2 0
67,810 67,810 00000000050b6850cb66673283ce431fd44e392e5693410135d856769a784602 0.00 MB 2 0
67,809 67,809 0000000001cfaf721375829c93eff9e8c0c023bb07cec3cf7f4ebb78d30b5508 0.00 MB 4 0
67,808 67,808 0000000000ae6a966ca239d135cbc5408aededa11d740255f7ad9428fb6d8bd1 0.00 MB 1 0
67,807 67,807 0000000000b6a0387b9d1d1962485170e1ef87de7c30f8aaef99a9650dae41e1 0.00 MB 1 0
67,806 67,806 0000000004cd21eceb6b16cf0f8368accbcb5d886320c9215d835cbca3e3dd64 0.00 MB 1 0
67,805 67,805 000000000092e06df5bfb16b2d3a3942fe8b05ce8e07802d1025d4268be6a34e 0.00 MB 1 0
67,804 67,804 00000000012bdb4b92a14bf4973370ae9c0ff36c3286bd5f842748ea91f6f90c 0.00 MB 2 0
67,803 67,803 00000000027fc6792a2f967e6c416d3bf0f7dae7ecf9f2b47e536ba1e83341ae 0.00 MB 1 0
67,802 67,802 0000000000466e33347f13948288b0bcd8e9baf7215878039acb7593330bb9e7 0.00 MB 3 0
67,801 67,801 00000000030449fc60cb7516d441993a9dcffb23d50b0bb7d1bfa92eba8a6e57 0.00 MB 2 0
67,800 67,800 000000000218f501d29c3adf29fd7eeac99e84264d9290fe1fec1d7cdebfdd65 0.00 MB 3 0
67,799 67,799 000000000588495f76edb942e93deb453ce6234a68ffcb508c524c1179609ec5 0.00 MB 3 0
67,798 67,798 000000000580af6ffe76bcdb0275a97c597f2f6e0486d27e2512e75e66d15886 0.00 MB 2 0
67,797 67,797 0000000001a4d7901238f657093e7e0f931e815a6d08382e2957cffac4fb5ad4 0.00 MB 2 0
67,796 67,796 00000000027141d8d6b6ff0a1683e03eceef18352ec775c041ececfe8c20978f 0.00 MB 1 0
67,795 67,795 0000000002abee7290927c7c9a41edbca9508cccb90feb3df5727fbb531d06b1 0.00 MB 3 0
67,794 67,794 0000000002c45ab83615fd8d5eba7a4eaaae3192f2bb7a3bd19b27fd70b9e607 0.00 MB 2 0
67,793 67,793 0000000003d5adb65317b85ea647bdde7d32f6c31dff5f00c4cbea34fcabf516 0.00 MB 1 0
67,792 67,792 00000000049d9edae71bd7a52bf9a595e94fbec959d5adeadcdd2bf9554f9b7b 0.00 MB 1 0
67,791 67,791 0000000004df99fc81098dbdc1099027947316056a4307e6e5482bdc247b4aee 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.86 GB sent, 101.31 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.