Memory Pool Memory Pool Refreshing

3,126 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,817 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 3,080 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (5,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,978 901,978 000000000000000000003c3720b7cb3e82de74e4c0233a2f52ef3375528ebdfa 0.91 MB 1,828 2
901,977 901,977 000000000000000000021b42b27e79056ed7456fa6a81a165ee568aea5d8932c 0.25 MB 399 4
901,976 901,976 000000000000000000013aac4beb51e6fa11792719a3686f58c88459eec06f02 1.65 MB 1,061 1
901,975 901,975 00000000000000000001bb98434c32d2decdf8a3b3accede0f4c8531a366c70d 1.81 MB 3,146 2
901,974 901,974 00000000000000000000341882de2c3909c38606a6e0e20f7901ad05f7ec69fa 1.79 MB 2,179 1
901,973 901,973 00000000000000000001dce9d587caf650cc2c10a22c11050f7b021f2ca41b31 1.29 MB 1,166 2
901,972 901,972 00000000000000000000a4f41f343df7e71e18e9aa382743276915eb34b7b44a 1.48 MB 2,867 5
901,971 901,971 0000000000000000000123250911a68d0cb8ba342c0299bdf4620437169ce57c 1.83 MB 2,433 2
901,970 901,970 000000000000000000016c6a0d9d01e291cc5b014a1e5130c1a838d53efae9b0 1.54 MB 2,583 3
901,969 901,969 00000000000000000001d8ef84c318867717a59299435d4921bb31fec4b06a53 1.72 MB 3,287 2
901,968 901,968 000000000000000000003b3689e330306c196efcd7bf57b8ed4a38a3a88cf1a1 2.45 MB 1,912 1
901,967 901,967 000000000000000000008f5f433d5ee70455218cfc68eb26df64f90855d538c5 1.84 MB 2,043 3
901,966 901,966 00000000000000000000689ca3f3eb8f2425bbcb6b2ef2fc52af71c8e33b2fe0 2.68 MB 1,439 3
901,965 901,965 000000000000000000001f9428294d5fb9d4907ea15da961dc736acdd7fad33a 3.44 MB 1,251 2
901,964 901,964 000000000000000000014a50b371401dc0e5e10716841204c602511655641469 3.33 MB 936 2
901,963 901,963 0000000000000000000110bcd66ee48c0c39547693f4f67e7ee39e7161d3960f 1.99 MB 1,641 2
901,962 901,962 0000000000000000000132d27040d8d942cda9c71f5dce644efdac7e234e8f21 1.62 MB 2,927 5
901,961 901,961 000000000000000000020c29cfc97347abce687496afe56e0f4abaf0accd228e 2.93 MB 1,679 2
901,960 901,960 0000000000000000000002d8027bb7649a3838aa8ca544955ffea3c02a49693a 1.27 MB 1,105 2
901,959 901,959 000000000000000000000a374755c9f68b01d470b0f87788658bdd0c43e61664 1.60 MB 2,363 2
901,958 901,958 00000000000000000002000e077d52a6f4870fafd18ac944baa215f331df53ef 1.62 MB 2,822 6
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.