Memory Pool Memory Pool Refreshing

2,830 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,231 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (177,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
729,830 729,830 000000000000000000026d231652f88e5323b4a1348072d63d046a957d7f9123 1.52 MB 2,668 8
729,829 729,829 00000000000000000004432c26078f7c7130004200d0e8d7d9eab86007dd5d57 1.58 MB 2,863 9
729,828 729,828 000000000000000000031232dd54507e3b2ecc3d622c56d2226d02732701a431 1.36 MB 2,797 4
729,827 729,827 00000000000000000000c964ab60a41848d48854d0ef9d1d7a26082dc7954640 1.16 MB 1,101 9
729,826 729,826 00000000000000000004a29fb8b967b9f3b3cbf670707686aa3531571904c22a 1.50 MB 3,300 14
729,825 729,825 00000000000000000002ee5352eff726d008987b8afb7a0f633fa6821e7b0126 1.51 MB 2,869 16
729,824 729,824 000000000000000000097372d76e67ccc564aa1689379278a4d661257e2932a7 1.57 MB 3,178 17
729,823 729,823 00000000000000000006f747156a9d24a3e9f97465bd67d62c4a9d436658496e 0.47 MB 843 10
729,822 729,822 00000000000000000007c348fd8d7f07eaea1680e657bc6e246a9938aee4a5dd 0.37 MB 810 11
729,821 729,821 000000000000000000045f90abddc54833c0cc14927bb5842904addf116ef084 0.40 MB 636 11
729,820 729,820 00000000000000000009b6d122d9e2299d2f9cda13274a9f024bebe52ef96a59 0.73 MB 1,425 10
729,819 729,819 000000000000000000006441657fa1eea37d68784ebd86dc1cd7f89251130f56 0.09 MB 137 8
729,818 729,818 0000000000000000000583929c956161d30940fd3dd2730e631fc8cf1107ae67 1.11 MB 1,530 11
729,817 729,817 0000000000000000000398b820bc5dc7ff46246891c48de90e876a4f450205be 0.52 MB 452 4
729,816 729,816 0000000000000000000149a7ff90d59eaceedae987b9243c25785eb9cfac6c9d 1.69 MB 1,261 2
729,815 729,815 00000000000000000004b7dd7ebce433984c4647614a4d2f7c282af2eb0504eb 1.49 MB 2,625 4
729,814 729,814 000000000000000000090122a9677107877f37b73474d4f9583691e2ca569928 1.44 MB 2,124 8
729,813 729,813 00000000000000000006b58faa4a7c970b8435265a77079d286cae4883b1bd38 1.44 MB 3,517 19
729,812 729,812 000000000000000000020f46df584fd347c887ccc6846f55dc1a31e88eb57f48 1.15 MB 1,134 10
729,811 729,811 00000000000000000000223fdef1d4fa20a3e82445bb58921f58f347aa4de182 1.49 MB 1,640 5
729,810 729,810 00000000000000000003124a9af4b4d6b7e8cc568c54d4caf553fe5c27d1c6a1 1.63 MB 2,956 7
Previous 10 blocks ↓
Total Size: 769.11 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.59 GB sent, 93.44 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.