Memory Pool Memory Pool Refreshing

12,605 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,072 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (44,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,996 862,996 00000000000000000000da00b623b0bf3b477b64e4965b9b994b38cdbe98b88f 1.17 MB 1,644 6
862,995 862,995 00000000000000000000a047d8eff88e61b89716d18d2040c707786c4c3bcafe 1.46 MB 4,292 8
862,994 862,994 00000000000000000000ccc9dd6e962bf6b2b0955db8583122e6c6e7ffb4f709 1.94 MB 3,186 7
862,993 862,993 0000000000000000000055e2b1f940c675a966a22455d0703e3b75f4a70fdf39 2.00 MB 3,242 9
862,992 862,992 0000000000000000000011582a071361c9eb0e78dbe0284d1ece6a86dcb83e7a 2.13 MB 2,731 9
862,991 862,991 0000000000000000000133b499a83b1af4cd2161f85581ee7db0ae3c27d91989 1.87 MB 2,764 8
862,990 862,990 00000000000000000001ee0f8307d312a4bde23957c3d1b7373d0c44d8971ee1 1.56 MB 3,807 11
862,989 862,989 000000000000000000008b2fd45139922166bb274c9cf0912c06ae3143f53fcb 1.68 MB 3,110 10
862,988 862,988 00000000000000000002738ff08a3b988a898edb006c0034d295f60ebbc19eed 1.61 MB 3,841 14
862,987 862,987 00000000000000000000696de2fcccc126c490bd0272a4f75a4aec1c0b773be3 1.68 MB 3,609 12
862,986 862,986 000000000000000000018e409443077dd1e1e3151f0317c2895ad7f9dd5b096a 1.50 MB 3,571 16
862,985 862,985 0000000000000000000098e601c656a1de025241573866ef205bce18cdaefbb9 1.44 MB 3,071 11
862,984 862,984 00000000000000000000135f653267efba9abd6736c1cd7c6a749d755c7696c1 1.68 MB 3,945 11
862,983 862,983 00000000000000000001efdc2b193b3e143795d07a26a2cfe49c94e3ea961141 1.72 MB 4,646 11
862,982 862,982 000000000000000000010e2c894492d4908476d7f03e9617e6201c6befedaf96 1.61 MB 5,011 12
862,981 862,981 000000000000000000005e56cdb4021ffa1ed7b8a273748e357af2b53bd2e371 1.64 MB 3,663 12
862,980 862,980 00000000000000000000409fd58ac3bcb5a246ce8b7f786f0872eafcbf65a899 1.77 MB 3,313 16
862,979 862,979 000000000000000000021f4f1db023f263c59ee0fdc00bd0d8be40c1e2216bf0 1.62 MB 3,757 13
862,978 862,978 000000000000000000009ed433824361684a63def9dbe1ac0f7db7157a271930 1.46 MB 3,335 13
862,977 862,977 00000000000000000001ce9b553a47c16840774b5321acfb37c22cc7aa78d1a0 1.53 MB 4,441 12
862,976 862,976 00000000000000000000f5fc506467b21d0a33165590668138b922b16bdc6e0a 1.61 MB 4,756 8
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.18 GB sent, 92.93 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.