Memory Pool Memory Pool Refreshing

3,737 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,813 (257,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
649,828 649,828 0000000000000000000cc214757b81ad8813a7f5331f39f62c0c44be134d6558 1.46 MB 2,306 77
649,827 649,827 00000000000000000001421b0d440a0ca511a56f8615220222900605e45399ae 1.27 MB 1,632 76
649,826 649,826 0000000000000000000df73f4e4d262af9799c53cd788c08593e97f3eb438783 1.08 MB 3,014 50
649,825 649,825 00000000000000000009b24541882d8afeb7ed76052f73e69a9ce47a635c77a5 1.28 MB 2,771 63
649,824 649,824 00000000000000000002bc617afdc940acaa38c94b5c004c35b604d1193fa231 1.27 MB 2,528 86
649,823 649,823 00000000000000000009523e3ee68e018d5d1adbcd7de898719098cb81c1d60f 1.16 MB 3,031 60
649,822 649,822 00000000000000000003ddfa1188131fcdd0d44a8ef5d047f9008c097dba9d4e 1.34 MB 2,505 75
649,821 649,821 0000000000000000000e761b0e03f3499d0c627161b84d1483a8c64e51056a52 1.44 MB 2,573 69
649,820 649,820 0000000000000000000d97ad1353b9432b1a4924a8fd43acb16e31eb1d0b9b1b 1.31 MB 2,886 89
649,819 649,819 00000000000000000009097e27d04d663506de9695b418ad4989a0c8a16bdd9a 1.22 MB 2,154 70
649,818 649,818 0000000000000000000822463b1f0d43a7df26b25b65555b09cc7138d9db23a2 1.26 MB 2,843 82
649,817 649,817 0000000000000000000744be1362978ad7811d3a790e87dcedff67f868c07e6e 1.41 MB 2,864 75
649,816 649,816 0000000000000000000ba6a0dc9949a72d49f147c69fb8566746df4f92b47e59 1.36 MB 3,156 100
649,815 649,815 0000000000000000000a81d66073bfba22198372fc267529e02109ac51f8d23e 1.31 MB 2,860 74
649,814 649,814 000000000000000000066818ebc34c6235c695e8a178fd6ee0c5797f63fa4626 1.21 MB 2,888 50
649,813 649,813 0000000000000000000da2f5862705f47fcb05f2bf6f996fea0f034cb316eca9 1.36 MB 2,872 85
649,812 649,812 000000000000000000097009ffad9acb47254ef7618f251e9b30e0c58d6261f0 1.26 MB 2,891 65
649,811 649,811 0000000000000000000c34319ffd4b5d7d8b74e928c341fb47c3c92e88599197 1.28 MB 2,001 35
649,810 649,810 0000000000000000000a8a07332aa65fb1b4bebaf327c4dd80803620721f894a 1.18 MB 2,647 30
649,809 649,809 0000000000000000000d515eef00e4e4efba702d3bf9172780641e68fbaaac17 1.18 MB 2,956 54
649,808 649,808 0000000000000000000c9afda1b765bc6fc03098e333cbfbafab6c9a34aa631e 1.21 MB 2,808 65
Previous 10 blocks ↓
Total Size: 769.19 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.69 GB sent, 93.89 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.