Memory Pool Memory Pool Refreshing

2,144 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,684 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 128 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,683 (888,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,766 19,766 00000000093c968ff45b3973e1bdcee2e547836ed7489a5aa2fc7f04a6f5c718 0.00 MB 1 0
19,765 19,765 00000000c422a8507011a833ec6240904d424cc65e82d4ceca0bc2b3034aebc8 0.00 MB 1 0
19,764 19,764 0000000011aee8e45502787c6703a0122590f944e1bfec10c11289cc5d289861 0.00 MB 1 0
19,763 19,763 00000000af9a4710a702cd297ba6fc9c8833f2adc4332a1ef2030e97b943064e 0.00 MB 1 0
19,762 19,762 0000000081e2529ce1aa86da5ab7498de6f1a1e507e5727a923b36a996754764 0.00 MB 1 0
19,761 19,761 000000000470f729b2d832e2fad379d969b0e546489353c15abcd55574b21b05 0.00 MB 1 0
19,760 19,760 0000000077dc1656c54be31cfeb5eb3563d079fa68d7636b57012536ed22e25f 0.00 MB 1 0
19,759 19,759 0000000016dfc2c4a75221789147bfe04372185600a53ad26a27d027916f5e3b 0.00 MB 1 0
19,758 19,758 00000000a72515ee9690480c05b2bbf50ba076b242f9665d78239f84a30c5b00 0.00 MB 1 0
19,757 19,757 00000000930fa22490cbbb63902d1b3e5eab91b4d341ff3e9efd54d5894d9e17 0.00 MB 1 0
19,756 19,756 0000000067e205c7d5980243644ad1f9e6f7c81fe9ed106a72958138e5247a3f 0.00 MB 1 0
19,755 19,755 00000000214493e395e8a5c4632b9cee95c28ce766f6d5074ba44241410cc21d 0.00 MB 1 0
19,754 19,754 000000007f70b46a3e40d6be398f69ca565a7d3fbedea7f69dd50b0372ed5aeb 0.00 MB 1 0
19,753 19,753 00000000779c865a077649141f06991fd8020d84221eb1da8efa6877a0579f3c 0.00 MB 1 0
19,752 19,752 000000007cc3ce8322312208664774a539b95189633a4b36974572e6c6a567b7 0.00 MB 1 0
19,751 19,751 000000006eb1f3f643723c68b4fd83992961123e8b4ad883314dd8b7701d1805 0.00 MB 1 0
19,750 19,750 00000000601b857d2c0b2d0861194552897ad9f90c4425091165c753d1d914b0 0.00 MB 1 0
19,749 19,749 00000000d250194709685643e2d66709686ecf3be87f4a2d66db5a7312154a32 0.00 MB 1 0
19,748 19,748 00000000abd52f99fb9057a9d39ade2c551bbd945ab39d4908121ee4f9172cf7 0.00 MB 1 0
19,747 19,747 00000000911d1c1bbe93baf70996bdcbbe221844e15bb2825c9f31c3967ee0e9 0.00 MB 1 0
19,746 19,746 00000000dc245f1173b2f0e1281265029e50780d7f1125efd53baed3fe5b25b0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.86 GB sent, 101.79 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.