Memory Pool Memory Pool Refreshing

3,437 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,687 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,595 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,686 (77,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,052 830,052 000000000000000000023bb92237d36dfebcb25c26a3e2d012d1a87eb9b9d99d 2.60 MB 2,176 22
830,051 830,051 0000000000000000000311ebb6b96298919e5d96d3cb97e520419bf991a58175 2.63 MB 1,293 18
830,050 830,050 00000000000000000003a8704a639207ceef4ac11d2f4f6d04060d9e565cac3a 3.00 MB 1,205 17
830,049 830,049 00000000000000000001ebe02926c1726930ea674923854692cbbe957781623e 2.77 MB 1,162 15
830,048 830,048 00000000000000000001df7cf92b15c0fae17ccd32a9ba8c5e842601ea3da288 2.12 MB 1,879 13
830,047 830,047 00000000000000000001a855d5826f6ede9d4f7099b9162556709f1bafaff38a 2.18 MB 1,959 12
830,046 830,046 00000000000000000002c4fad6d86e51a6071b4addc9dc16276facfbb9f5e8f0 2.99 MB 1,212 19
830,045 830,045 00000000000000000002f3fab1e074d3e050dfd701263936b53cf4669caec259 2.88 MB 1,371 20
830,044 830,044 000000000000000000032158658c6809501eab7c07c79302100fb4a7a9c8db07 3.03 MB 1,353 18
830,043 830,043 00000000000000000001df4584225973c0a8e5dd2024937f77d15ecc0ac68e52 2.58 MB 1,632 20
830,042 830,042 00000000000000000000cfb6581f39850f81965e115936f384b5734c3d0a30a9 2.58 MB 1,432 20
830,041 830,041 00000000000000000001f44aca2688fd719cd8fc204ea39b13800b154266c335 2.59 MB 1,766 22
830,040 830,040 000000000000000000012cf30011829c1c1a505802cb90e70ee5d123e3ae6428 2.09 MB 2,825 14
830,039 830,039 000000000000000000027ff5348da197b23fbe287478fa3e15d5bc2fbeb05098 2.47 MB 2,186 25
830,038 830,038 00000000000000000001344e2ebdb23cc7888ef96ab864b20d8af52f124677dd 2.79 MB 1,196 20
830,037 830,037 00000000000000000001a379555d2c2c67d8e6790f4d04886cf39aa2b2deb055 3.09 MB 1,906 11
830,036 830,036 000000000000000000010ff9b3a627471e8114c266912b6f78f54af1bb7c6272 1.70 MB 1,700 14
830,035 830,035 000000000000000000017711d0bbdc8e12c24b839cd3ae18256e359102c457b6 2.53 MB 1,467 19
830,034 830,034 000000000000000000027b844718263bbd934d2e91910fb325c3dee18867ca73 2.18 MB 2,379 26
830,033 830,033 000000000000000000036e045a30b469fa2092c7583e23c3e45540b213c5df93 1.74 MB 2,519 18
830,032 830,032 00000000000000000002d5798fc5a279f5501baa837ce949bfe8a35c147220cd 1.72 MB 2,043 18
Previous 10 blocks ↓
Total Size: 768.96 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,614.83 GB sent, 92.59 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.