Memory Pool Memory Pool Refreshing

6,566 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,028 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (12,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,591 895,591 000000000000000000004c6bdac2e4c851850dd8039098a24a7279333e7e4614 1.67 MB 3,676 2
895,590 895,590 0000000000000000000212a4737e1e699438ae4ca6c3137dde50b70ebab08e21 1.54 MB 2,457 3
895,589 895,589 00000000000000000001919cbe23eb61c645a6d9ed0e632383994fb54c9011f2 2.41 MB 1,439 1
895,588 895,588 000000000000000000022df5b255954ec920ec4dce8900559021a702d98edc0d 1.52 MB 2,471 3
895,587 895,587 000000000000000000021558742e44824aaaf9be908a1bb02ddd2a7e7ef7465f 1.53 MB 2,039 2
895,586 895,586 00000000000000000002076dafe56a6511e25eb4a4a519d6cef0b484ee662713 1.63 MB 1,103 1
895,585 895,585 00000000000000000000f0a2ef814304df6bb36ed245580e1613d7a43544a446 1.65 MB 2,672 3
895,584 895,584 00000000000000000002214b1de110ce71c8dac2eff30f29fc53fc8a5848a7f6 1.68 MB 2,515 2
895,583 895,583 00000000000000000001bf3dee94cce29133cd87a17db06ff5aed1bb926aa371 1.35 MB 2,099 2
895,582 895,582 00000000000000000000d7f39980cfdf9d5f528b2310b9e7dc317f95e86b5c1b 1.30 MB 1,230 3
895,581 895,581 00000000000000000000fb24e01a159ab2c67c6d79c28e018aea2f6cf6aa17c7 1.45 MB 2,392 2
895,580 895,580 00000000000000000001207d423a828bff3a7855242ae2157e252506cdf5ba3e 1.59 MB 3,436 6
895,579 895,579 000000000000000000024b82674e14441a4ba3d30befbf3c6be6098a99f44455 1.62 MB 3,009 7
895,578 895,578 000000000000000000019ef2716c3de74e58f0bcfa8ada8063433aa1b0f6cdce 1.65 MB 2,631 3
895,577 895,577 00000000000000000001228bc066d4467b1faca66458712fb948fdcdaf66b8a2 2.16 MB 1,006 1
895,576 895,576 00000000000000000000b83d54378f16f32764898a736a49b609126dcc7613ba 1.94 MB 1,699 2
895,575 895,575 000000000000000000025b379c27964c55f765945807af7a0ef8c9e28198c798 1.78 MB 1,882 2
895,574 895,574 000000000000000000016b994f1016ea103f4fe3a6f6c81ee5be8a2996d6a02e 1.65 MB 2,044 3
895,573 895,573 0000000000000000000201c1866dd5359057ad8763e985fd5bf138a9937d7bee 1.30 MB 1,858 3
895,572 895,572 000000000000000000008fce037eb4e20e48a9130b2e72e36adbaa3190b72adb 1.22 MB 1,046 3
895,571 895,571 000000000000000000009b9d48355b7791ddec666c7a3749d681b87c28a47061 1.33 MB 1,874 3
Previous 10 blocks ↓
Total Size: 769.17 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,633.42 GB sent, 93.80 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.