Memory Pool Memory Pool Refreshing

904 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 894 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (591,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,772 316,772 0000000000000000191f10d686a9a4a91798233c53923503b6772b38dc831f42 0.32 MB 575 23
316,771 316,771 000000000000000004f3c2df4f274f31db4fbaf66475dd6449df40554e3ebc8c 0.31 MB 478 25
316,770 316,770 00000000000000000b7b28a73d81caf32646876bfeaf0ac7a48a2c2647de7bc7 0.43 MB 624 23
316,769 316,769 0000000000000000074c0a87b4e26dfc83f767112d9ad8d5317f5f71fc5b7559 0.75 MB 1,513 30
316,768 316,768 0000000000000000121d599e93cd58884e8c61409224a2df0bccd83401ab8d64 0.37 MB 833 33
316,767 316,767 00000000000000000e9cd21edf680c05eed8ddfc4b1871e4f86a91068e2e2bad 0.09 MB 110 15
316,766 316,766 000000000000000018f1b32414b25a571e8a7014d0f134a1080c04bc5c42d4a1 0.11 MB 168 25
316,765 316,765 000000000000000013a9706055fcdb2468414a103f3a12510b817d55484cef24 0.28 MB 501 25
316,764 316,764 00000000000000001bd983b12b5ab984add0fb6e1b042a05a14c4f4bdcb88d87 0.18 MB 289 25
316,763 316,763 00000000000000000f39fb6128334f5985d258ac3fe7781392f5d1817576ceba 0.21 MB 348 27
316,762 316,762 000000000000000005465c7e3403e6e28307cef2ae01284f61f154027740a0d1 0.00 MB 1 0
316,761 316,761 00000000000000000ad8a47d9b5ba150d3f712322ae26b4482373d0e10bede93 0.17 MB 302 23
316,760 316,760 00000000000000000f05072a01e71a8f4d8c24c022198e3ae93e561d3067e8f1 0.36 MB 543 25
316,759 316,759 00000000000000001fbb72813ec23cbd5095eab149c830062e2bcf7ce8ed3dd8 0.02 MB 49 31
316,758 316,758 0000000000000000040bc65069d70519d59fb30983bfd53b81ba7b0251bd75ec 0.04 MB 64 26
316,757 316,757 000000000000000000d3873a2c882d554cb9b91bd59fed8e5128e81a4ed1ed32 0.16 MB 296 29
316,756 316,756 00000000000000002bee077413d525a1b288fa686572f92634b8ad758f302088 0.26 MB 490 27
316,755 316,755 000000000000000011b03055b60bd9a0dd0ce13104f9d6e8ec3e35ee70c45fa5 0.30 MB 593 33
316,754 316,754 00000000000000000809f2ac7306d5581ce81a9480fa5767ce59f882d6587429 0.58 MB 716 21
316,753 316,753 000000000000000004fb6d8cc59ebbdc4c7a0fd6e5c89089e3ea9a67c9c6dcf0 0.15 MB 203 17
316,752 316,752 000000000000000018887789250e6c2a68777d60585225bdb42b533e58e91d98 0.28 MB 550 28
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.