Memory Pool Memory Pool Refreshing

2,507 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.90 vMB 2,506 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (157,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
749,801 749,801 00000000000000000006a82acee1da3064565c50e5db2045950361751493b16b 0.01 MB 36 21
749,800 749,800 000000000000000000035c907189b69a6bec45323274261d913d433fa2f69108 0.20 MB 183 12
749,799 749,799 000000000000000000077f424af6e4fd6f2590ac7d829add9e8669bf1d4f2d3b 0.29 MB 542 16
749,798 749,798 00000000000000000008a472cc4fa8cb5fa8645c31bf3a45f6bf09f32b44fc9c 0.64 MB 1,162 17
749,797 749,797 0000000000000000000923c9719286a9cd9cb9d815cca7192bf3bd819b989c49 1.80 MB 359 1
749,796 749,796 00000000000000000003f08c41217268ed31562848d0744f99aa8243f91ead11 1.54 MB 2,484 6
749,795 749,795 00000000000000000003d55373c46b49655c632f80e960ebcc0c16c6504e18ff 1.74 MB 1,487 25
749,794 749,794 00000000000000000007033ecda4af45da0bb7425ec996e0021129e77a35bb12 1.87 MB 184 26
749,793 749,793 00000000000000000009237654820ca072da113d4b881d0bb418680bb058a683 1.82 MB 532 27
749,792 749,792 0000000000000000000957a52795128ae795ec2e3eb1d9ff0616f2ce13cc388b 1.82 MB 332 26
749,791 749,791 00000000000000000007432b3da3bf6960d861497d25ac04a947b49edb735e9a 1.85 MB 355 27
749,790 749,790 000000000000000000038760cf9450e15a98424053e3d388764c482ee2c1b590 1.86 MB 265 27
749,789 749,789 00000000000000000003d5f57b8a037faec35aa34da79041fc7b6921aab63bbd 1.97 MB 1,013 4
749,788 749,788 000000000000000000074cf39e072bdba177f15d56af1374d45ef6891f574d1c 1.61 MB 753 4
749,787 749,787 000000000000000000009b2a4fe311e5dd83a0786c11afe297913ed3b00eec3c 0.05 MB 51 5
749,786 749,786 00000000000000000002b88dedc2c1319b881823dfe39cbf917cb080769318e3 0.70 MB 983 10
749,785 749,785 0000000000000000000921bc2296b0a39fe9938b36790aafc12a6e5800447754 0.52 MB 345 8
749,784 749,784 00000000000000000007b3de42457c56e88005acf7013195bc786b6be88ba0ac 0.12 MB 53 3
749,783 749,783 000000000000000000059bab24682457dac09cbe5e0a86806ae57d0d9980321f 1.56 MB 1,156 1
749,782 749,782 000000000000000000083c92c2648ce2d48e585783d21c6bfbaeb84140367ac0 1.74 MB 679 7
749,781 749,781 0000000000000000000050c57705e3e67a0f1eee862b1a3bf0969face8feafec 1.59 MB 763 4
Previous 10 blocks ↓
Total Size: 769.10 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,629.23 GB sent, 93.42 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.