Memory Pool Memory Pool Refreshing

1,159 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 5/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 1.00 vMB 209 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (441,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
465,979 465,979 00000000000000000190b2a76b0ec6f217c280f96fc363b7dce7afc44878a414 1.00 MB 1,770 174
465,978 465,978 00000000000000000166f087d657221b31f13df6a9f49bac1c5c5b4ded0c7e55 1.00 MB 1,712 185
465,977 465,977 000000000000000000fcbad610f3cf02da947f31d6f8ca458cd4cfd0ebb8bdab 0.99 MB 2,136 269
465,976 465,976 000000000000000000a1617fa20ae2c1246c56b3939aef79d22df5aea2453df9 1.00 MB 2,317 233
465,975 465,975 000000000000000000c410d9fa55d23c9a1e19be7999227335a7dfb3bd2b8126 1.00 MB 2,253 267
465,974 465,974 000000000000000001bf35306022aa954619fadaaee6e44b950638ee6d21b31a 1.00 MB 2,714 160
465,973 465,973 0000000000000000006da5ac000c508d01570949a865517a6505caa3aebbbc06 1.00 MB 2,480 214
465,972 465,972 00000000000000000080f51808fbbdb44587f3d3caae32685791fbc12167f827 1.00 MB 2,856 156
465,971 465,971 00000000000000000198d6831d89fb398de576c312132e4a55efb84b795d9151 1.00 MB 2,451 195
465,970 465,970 0000000000000000000d106aeb63fc75ab84b7bec49b03287fea7be03b776eee 1.00 MB 1,937 184
465,969 465,969 000000000000000000c14f148c011a43af4bfedb8ebb3e59b848e7ba29054658 1.00 MB 1,660 182
465,968 465,968 000000000000000001f5c35bfdaaee8f7f9e99a7ae518bd381a8d42e76240367 1.00 MB 2,566 219
465,967 465,967 000000000000000000c58cf3f74fc492dc4eebeca978e3465346f00e9f3185a1 1.00 MB 2,290 197
465,966 465,966 0000000000000000019bedf4230d8d5db5cecbb03a34869050e5e1898ca8056c 1.00 MB 1,750 232
465,965 465,965 000000000000000000428942d312de3646dcc8ccd21f4cdc69eeba84b680ad85 0.00 MB 1 0
465,964 465,964 00000000000000000088f7e70d68669b414607b13cb8b5f06dc0550b34fb3975 1.00 MB 2,638 197
465,963 465,963 00000000000000000071f1ae9c423546a1cdfc5db15ab437f6fb99051900cd74 1.00 MB 2,164 194
465,962 465,962 000000000000000001868a9e41cdc4881e1766f0869354efb03a7c907a3d09e6 1.00 MB 2,535 216
465,961 465,961 000000000000000001d1916eddf7764e4940e68dddcb4058042dc04aee993e61 1.00 MB 2,261 192
465,960 465,960 00000000000000000118c786215d5f0265211069ce8bc5b5703fcf5a2a2799f3 1.00 MB 2,716 263
465,959 465,959 0000000000000000018c5a83ccb4e3110a8fe305c304ff0d80468c8cb071144c 1.00 MB 2,652 241
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.31 GB sent, 93.78 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.