Memory Pool Memory Pool Refreshing

8,567 transactions
4.08 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (553,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,766 353,766 0000000000000000125e1274a023c98a418b1daee5c8a46b0014b4adf672493a 0.87 MB 1,804 29
353,765 353,765 000000000000000016eaa94cb32eeadbce6d404bf858f21614a90bd40c0239fc 0.28 MB 255 13
353,764 353,764 000000000000000009ee455898017c9737491306512f409d1d0556a9e0fa30ae 0.22 MB 462 25
353,763 353,763 000000000000000002121349b3fdbefcf69a94c54325ecc0709f490caeda0d78 0.05 MB 110 21
353,762 353,762 0000000000000000102c8192bcabaa67bf5175012657e9035db80202e54f41ff 0.37 MB 604 24
353,761 353,761 000000000000000003234d4c1cab7a17940c30c9168d7fa015174228944c1bab 0.46 MB 876 25
353,760 353,760 000000000000000015013e3dfb69e884ceea5e286241e0df62aca30829f4ae43 0.90 MB 1,957 28
353,759 353,759 0000000000000000066ded1966f9ac3bb71370897e7baee11a62c020d9047374 0.21 MB 502 30
353,758 353,758 0000000000000000042f968d7c5c0f0828e0706f0eab31c5627c5fc3d4934204 0.78 MB 1,498 28
353,757 353,757 00000000000000000e6ed6f2db8296aab547670f4cf23847fec76161723efc46 0.28 MB 595 31
353,756 353,756 000000000000000005df9cde9a6f9541a748aacff2078ec1098e3f98b722ec21 0.06 MB 97 24
353,755 353,755 000000000000000015f0e04ef4d334744e7d99b3548519fcf878d7dffaba0a08 0.05 MB 87 13
353,754 353,754 0000000000000000027cca23a5279b4e313b2756a64e87cc9fe061ee6c6dd23f 0.20 MB 428 27
353,753 353,753 0000000000000000104f46789470afa72c2a0c05d4a2636151b3f46fd777d363 0.41 MB 713 26
353,752 353,752 000000000000000012a7ae1c6a21ecc7723db9039289303f1a00514a82f25e23 0.23 MB 440 24
353,751 353,751 00000000000000000f8a341c320defaccf71292d9ac4ca9418cb49ae4d918ec5 0.40 MB 654 29
353,750 353,750 000000000000000013096386aec37ce3d6775d5a7d12498814c0b8883c2e5d5a 0.08 MB 60 7
353,749 353,749 0000000000000000114c5342cd306e25af44bb321b8a0c103796b547874b5ac8 0.08 MB 26 5
353,748 353,748 000000000000000009e9fc310e7b58ec98fcf731c9ab6eeee402049151592fc9 0.10 MB 106 10
353,747 353,747 00000000000000000413c0c3c32d78544c0006dce53df98748d9cac2adbccd62 0.41 MB 494 23
353,746 353,746 00000000000000000261eda1bbc652d7d36aaf7562ac3974b2ac8cbebdf8cf58 0.54 MB 862 25
Previous 10 blocks ↓
Total Size: 769.03 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,625.50 GB sent, 93.03 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.