Memory Pool Memory Pool Refreshing

6,238 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (3,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,519 904,519 00000000000000000001183b499db834ebbd8d2456d85d54f1ae77ca3c0cdba8 1.50 MB 3,928 7
904,518 904,518 000000000000000000001dc3b4f4e09ad98fa05dea67a4df5655bec5fecb5aee 1.53 MB 4,125 4
904,517 904,517 000000000000000000016fb83418b194342772bfcd517eaeb3e9c550cc72ee43 1.48 MB 3,738 6
904,516 904,516 0000000000000000000210a8cb7bdb5ee342b29d54470adc523375cce4d4c11e 1.51 MB 3,603 6
904,515 904,515 00000000000000000001cc5cdb089c91ad9463374eb0e628af9323e6722b9d73 1.55 MB 4,099 5
904,514 904,514 00000000000000000001d3f3933095880af2476109a6eeb0f6da549f39631397 1.48 MB 5,272 3
904,513 904,513 00000000000000000001ff6d3bb81d138f8305f809e240d081963aa8ffa93527 1.45 MB 5,390 4
904,512 904,512 00000000000000000000f39f4b06b6dd49b9a20ca9d4166b252092b4f4f1dc7e 1.46 MB 5,422 4
904,511 904,511 00000000000000000001df5557c00a211ad5613ff0e2402df124c58b4dd17729 1.46 MB 5,432 4
904,510 904,510 00000000000000000002145230780fd4fd371945f9365664d98a2631358d3f8c 1.51 MB 5,072 4
904,509 904,509 000000000000000000015a6b45bf7b5f5ca04553206f980de6f11c62a3e9a3b4 1.47 MB 4,803 5
904,508 904,508 000000000000000000013d067658c9abd938c11b32d7babae496f874524d4e52 1.40 MB 5,744 4
904,507 904,507 000000000000000000020b79d4286b7d17ac86ba36eff73b547e250126833de6 1.43 MB 4,956 5
904,506 904,506 000000000000000000006200c8d192a98083b55f3c0110363293e1dcb1f309db 1.63 MB 3,807 3
904,505 904,505 00000000000000000000cd1bffc2698ca3111ff29526f8dd7c32b84c461af633 1.49 MB 5,210 3
904,504 904,504 000000000000000000016d3e1e3b4f7f6c901d94a54bd4defe32be9e78eca8ba 1.45 MB 5,514 4
904,503 904,503 00000000000000000000f86efa1ded74b10b9f65a8b4e92eda490bb89ce6974e 1.41 MB 5,648 5
904,502 904,502 00000000000000000002530628b208f408176f3398ca3362071c8ec1f8213821 1.44 MB 5,257 7
904,501 904,501 00000000000000000000a868105e70e7555b02456358ac5aa026c8bdc1020503 1.42 MB 5,819 6
904,500 904,500 0000000000000000000096b3ad4d3e4a2cc17154b88d565f205ff0c4c56b0b08 1.53 MB 5,486 4
904,499 904,499 0000000000000000000242b995d7494facb2ec4079a67a86453243a7753a60a6 1.42 MB 5,718 6
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.