Memory Pool Memory Pool Refreshing

3,763 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,631 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (616,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,907 290,907 0000000000000000890014f3b2e4fd6e7d38ec721a92447d9a2564364f16fae9 0.10 MB 227 33
290,906 290,906 0000000000000000d4e5235c9527a35022d8f4c76b117e02da0cf6277d976852 0.02 MB 42 39
290,905 290,905 0000000000000000ce513312481068fe7376812ed1149ab4d3035b8b385bc131 0.02 MB 15 19
290,904 290,904 000000000000000011cc2c0b6a52548b823989061122abd8b9b9f34d4591e244 0.23 MB 585 50
290,903 290,903 000000000000000017d641a7af5ebe88b909a87d0173b3b3d07b96e76713b973 0.11 MB 192 20
290,902 290,902 000000000000000043c23c3e225be3f0e8013093038201da1f179025391af382 0.05 MB 105 26
290,901 290,901 00000000000000009cfd996a370cf34a618d8bfb80c360d132e393d2019cb9c6 0.56 MB 1,232 42
290,900 290,900 0000000000000000dc2f06ce83f138e65156b6feb12de559c8956a5b0a682408 0.23 MB 525 30
290,899 290,899 0000000000000000fc1bfb9f67cf46965b5dd56a2d93fb53e55fb0ace9f7a12b 0.06 MB 128 87
290,898 290,898 0000000000000000646946d5d55015b1c4fc356e563bdbbb9d51c4d16a316526 0.10 MB 239 33
290,897 290,897 000000000000000022175dafce9604ba8f4589fbee0e486455004b33b9a40826 0.16 MB 475 34
290,896 290,896 00000000000000008f8e0f0f3be4937e16b83b44c062d6dcd79cd264838feebe 0.05 MB 128 41
290,895 290,895 0000000000000000a7f1d8b3fab58a145cbc105ccb7c792b1836670f4aa1e39b 0.52 MB 1,266 45
290,894 290,894 0000000000000000cfee47fc8ef4a6033cead8b30532d55d4feb77dc9c360ce2 0.24 MB 600 40
290,893 290,893 00000000000000002259ec08ea37ae96ab8703259fa7f04be083047703bc1152 0.20 MB 401 38
290,892 290,892 00000000000000008e58e323f6462846d6d6b4743c7bcbee47809e62f4e03fee 0.06 MB 120 35
290,891 290,891 0000000000000000f9fcfcd21cb18c5cdebbd4363f6513bf05fedd1916753359 0.01 MB 20 38
290,890 290,890 0000000000000000ada840bbcf0af4401bf03855e44fbe3083cd4581dfcea2a8 0.22 MB 488 46
290,889 290,889 00000000000000002c434f9951d57b1267b1085ed9519e6681ffedf2e94a398e 0.10 MB 191 24
290,888 290,888 0000000000000000568ee1cc413d70937290869babda98480f58f0590c9a185a 0.34 MB 853 42
290,887 290,887 00000000000000006e4025e81f56875bc292ad382eaa2f650091466c8781655f 0.32 MB 492 33
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.