Memory Pool Memory Pool Refreshing

13,375 transactions
4.75 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,009 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (253,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
654,013 654,013 00000000000000000003cd6de986bbcbcfcb003c1051550b7f7c50d1a363ab9d 1.27 MB 2,491 47
654,012 654,012 00000000000000000006f76fa30331963969c5bb717b1b0c5bcc2378a16fc59f 1.43 MB 1,878 67
654,011 654,011 0000000000000000000b10ea81decffbb88fb6a9edba08994f23b4a237d8c3df 1.34 MB 2,458 106
654,010 654,010 0000000000000000000b518f692832004576bd42162f464fa0151b11e72d8b53 1.22 MB 1,601 108
654,009 654,009 0000000000000000000aef6e9b029eebbde2f991d7b7a698b2503f058ddbb0c5 1.38 MB 2,289 105
654,008 654,008 000000000000000000051fd4757deab0fef4bfe28d4d3abd9e8c52d9c4e9b507 1.11 MB 2,542 61
654,007 654,007 0000000000000000000ac507f6cdd93101f2ffc366dbd06e0af316731995cf10 1.39 MB 2,688 137
654,006 654,006 0000000000000000000cc520f39b2e9fb3cfe299295b36c7222485413278d7dc 1.26 MB 2,690 78
654,005 654,005 00000000000000000003a68d735569bae91467c065c6aa5b28d8c0489cccc9fb 1.32 MB 2,646 112
654,004 654,004 0000000000000000000b762fab4d2d0cc0591d0f663ea764b61f0596702cc8ec 1.11 MB 2,389 106
654,003 654,003 0000000000000000000ac1d48d126ef2668f068f421c7afa5110d5549cde8892 1.21 MB 3,068 115
654,002 654,002 000000000000000000058727cbb0801c9b987eac5cab4477e2eee2986ff7b212 1.19 MB 2,969 126
654,001 654,001 00000000000000000009d73f2f17e73458b91ebf1cf098b875b940adea52d747 1.40 MB 2,963 138
654,000 654,000 00000000000000000005d374b8e582162bf7afd6138f41fa6400c5aa11dc98c1 1.35 MB 2,805 162
653,999 653,999 00000000000000000002002c3883b0e95ab5a64a9fcede1791e9deddaa46c6e2 1.17 MB 2,949 124
653,998 653,998 00000000000000000006b795fe880e5dcc4dfb15967ab0aed64b14fa625d64be 1.17 MB 3,140 129
653,997 653,997 000000000000000000009f58d7fb630145238c8e724638d940f96a476f3ea5e0 1.21 MB 2,384 128
653,996 653,996 000000000000000000074ab67041ff363f7fdc5005742588e1bbc73e4b3b3fa7 1.40 MB 2,483 143
653,995 653,995 0000000000000000000a14ee0d63add5fa77881b1dbe02374c92e62fe4322117 1.45 MB 2,829 144
653,994 653,994 0000000000000000000258b4757371bbc3e1473f58bddd65bdf7e3785e82580c 1.32 MB 3,120 170
653,993 653,993 00000000000000000008d999cee39762e7fe6f8dc7fd192883739cc9e73d83e7 1.28 MB 2,559 128
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.70 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.