Memory Pool Memory Pool Refreshing

5,971 transactions
3.58 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
908,686 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,645 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,685 (822,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,704 85,704 000000000013c2dfbb0310733e11f477a3e8b78db80444b47d6b4c3aee386555 0.00 MB 1 0
85,703 85,703 00000000001e4f3583857061e04e4844549e3a9c4b341aae01e7b5982c27fe86 0.00 MB 4 0
85,702 85,702 00000000001c70739c784002f8968d85f9dde6906f16ad99bc8a0df525cf5473 0.00 MB 2 0
85,701 85,701 00000000001f1aa47700f957caf408357e2fbd1ab5a860dc82e1c28cfb80b3a6 0.00 MB 4 0
85,700 85,700 00000000002821bdcdb4f0f2accdec1cff83d0cac0833503b11f7844334e4ff2 0.00 MB 3 0
85,699 85,699 000000000016d029f9b7b7a470bfce3fdf76508aa41defa0d8ff82d9e2654d58 0.00 MB 1 0
85,698 85,698 00000000002d52e0ac968cf20e93f9e1effe417509e477a89012412a88060968 0.00 MB 1 0
85,697 85,697 0000000000171a551d95c63a9fae556f407a3a7bdabf627b744979da248c6f15 0.00 MB 1 0
85,696 85,696 0000000000024e3d378ddf9ec84d61af9d296cc13ed21b51a69d6338f766f720 0.00 MB 2 0
85,695 85,695 0000000000191fe6e9a7ce1b3c26c7143ad779ccad59880211e0f4421c90e6da 0.00 MB 1 0
85,694 85,694 000000000023a4dcabbee64396561fa5143f5bb3952d2cd3639a6a4741099efc 0.00 MB 1 0
85,693 85,693 0000000000093c1eba062bb8f375f3c9f76ec8f3d15c5b82d2af153dc54860b4 0.00 MB 1 0
85,692 85,692 000000000008f30e031182af7fc0fc54f525ecaf0610ede7dcb1133d7fe8aee5 0.00 MB 3 0
85,691 85,691 000000000018b52a546c95a8dfbea49f90b339598aedc2c371ac0482034f246f 0.00 MB 2 0
85,690 85,690 00000000002565b43f43aa927df420ef77e8a6b0b76ff2bdc37cc20186b11642 0.00 MB 1 0
85,689 85,689 000000000027676ed2d34a6e0f1b11c6f53b890934cf887d6ce3b90c54028904 0.00 MB 1 0
85,688 85,688 00000000001c82356e82caf5716ed7754bc76231eee0521fca8d7c9337f59156 0.00 MB 4 0
85,687 85,687 0000000000109081f0ab9e37790777c030fec122f7b79d7147f20de4be2c8dc2 0.00 MB 1 0
85,686 85,686 000000000017a7554ee2b125447b18e94e9b433eb08660190cb9c24de4c598cb 0.00 MB 2 0
85,685 85,685 000000000013c4dde39bbef4f1ad180fa7bd8a5fdfe48b02b31454000222ed13 0.00 MB 2 0
85,684 85,684 00000000000e69eca6c996547af6bbb62ba3d14c72055dbd92c3be8bdcedaf3d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.98 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,853.99 GB sent, 101.83 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.